diff --git a/lua/pluginList.lua b/lua/pluginList.lua index 27124f3..ebe4d32 100644 --- a/lua/pluginList.lua +++ b/lua/pluginList.lua @@ -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 { diff --git a/lua/plugins/statusline.lua b/lua/plugins/statusline.lua index d971857..a458ade 100644 --- a/lua/plugins/statusline.lua +++ b/lua/plugins/statusline.lua @@ -1,7 +1,7 @@ require'lualine'.setup { options = { icons_enabled = true, - theme = 'everforest', + theme = 'serenade', component_separators = {'|', '|'}, section_separators = {'', ''}, disabled_filetypes = {}