Change the colour to serenade

This commit is contained in:
juan 2022-03-26 11:17:30 +08:00
parent 12fc94bde4
commit 9f4da7b88f
Signed by: juan
GPG Key ID: 5C1E5093C74F1DC7
2 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -1,7 +1,7 @@
require'lualine'.setup {
options = {
icons_enabled = true,
theme = 'everforest',
theme = 'serenade',
component_separators = {'|', '|'},
section_separators = {'', ''},
disabled_filetypes = {}