Change colorscheme to gruvbox

This commit is contained in:
juan 2023-02-10 15:27:48 +08:00
parent 8a990acc0e
commit e91f726e93
Signed by: juan
GPG Key ID: 5C1E5093C74F1DC7
2 changed files with 3 additions and 6 deletions

View File

@ -3,12 +3,9 @@ return require('packer').startup(function(use)
-- core UI
use({
'juancldcmt/sere-forest',
'ellisonleao/gruvbox.nvim',
config = function()
vim.g.everforest_better_performance = 1
vim.g.everforest_enable_italic = 1
vim.g.everforest_transparent_background = 1
vim.cmd('colorscheme everforest')
vim.cmd('colorscheme gruvbox')
end
})
use { 'kyazdani42/nvim-web-devicons' }

View File

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