From 9f4da7b88f58f9dfd79b0d0d411258bff11225d4 Mon Sep 17 00:00:00 2001 From: juan Date: Sat, 26 Mar 2022 11:17:30 +0800 Subject: [PATCH] Change the colour to serenade --- lua/pluginList.lua | 4 ++-- lua/plugins/statusline.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 = {}