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
|
-- core UI
|
||||||
use({
|
use({
|
||||||
'juancldcmt/sere-forest',
|
'ellisonleao/gruvbox.nvim',
|
||||||
config = function()
|
config = function()
|
||||||
vim.g.everforest_better_performance = 1
|
vim.cmd('colorscheme gruvbox')
|
||||||
vim.g.everforest_enable_italic = 1
|
|
||||||
vim.g.everforest_transparent_background = 1
|
|
||||||
vim.cmd('colorscheme everforest')
|
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
use { 'kyazdani42/nvim-web-devicons' }
|
use { 'kyazdani42/nvim-web-devicons' }
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
require'lualine'.setup {
|
require'lualine'.setup {
|
||||||
options = {
|
options = {
|
||||||
icons_enabled = true,
|
icons_enabled = true,
|
||||||
theme = 'everforest',
|
theme = 'gruvbox',
|
||||||
component_separators = {'|', '|'},
|
component_separators = {'|', '|'},
|
||||||
section_separators = {'', ''},
|
section_separators = {'', ''},
|
||||||
disabled_filetypes = {}
|
disabled_filetypes = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user