Change colorscheme to gruvbox
This commit is contained in:
parent
8a990acc0e
commit
e91f726e93
@ -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' }
|
||||
|
@ -1,7 +1,7 @@
|
||||
require'lualine'.setup {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'everforest',
|
||||
theme = 'gruvbox',
|
||||
component_separators = {'|', '|'},
|
||||
section_separators = {'', ''},
|
||||
disabled_filetypes = {}
|
||||
|
Loading…
Reference in New Issue
Block a user