Change the colour to serenade
This commit is contained in:
parent
12fc94bde4
commit
9f4da7b88f
@ -21,9 +21,9 @@ return require('packer').startup(function(use)
|
||||
|
||||
-- core UI
|
||||
use {
|
||||
'https://github.com/sainnhe/everforest',
|
||||
'https://github.com/b4skyx/serenade',
|
||||
after = 'packer.nvim',
|
||||
config = function() vim.cmd("colorscheme everforest") end
|
||||
config = function() vim.cmd("colorscheme serenade") end
|
||||
}
|
||||
use {'kyazdani42/nvim-web-devicons', after = 'packer.nvim'}
|
||||
use {
|
||||
|
@ -1,7 +1,7 @@
|
||||
require'lualine'.setup {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'everforest',
|
||||
theme = 'serenade',
|
||||
component_separators = {'|', '|'},
|
||||
section_separators = {'', ''},
|
||||
disabled_filetypes = {}
|
||||
|
Loading…
Reference in New Issue
Block a user