switch to gruvbox-baby
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
require('lualine').setup({
|
||||
options = { theme = 'gruvbox' },
|
||||
options = { theme = 'gruvbox-baby' },
|
||||
sections = { lualine_c = { 'getcwd' } },
|
||||
inactive_sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } },
|
||||
})
|
||||
|
||||
2
lua/setup/my_gruvbox-baby.lua
Normal file
2
lua/setup/my_gruvbox-baby.lua
Normal file
@@ -0,0 +1,2 @@
|
||||
vim.g.gruvbox_baby_telescope_theme = 1
|
||||
vim.cmd[[colorscheme gruvbox-baby]]
|
||||
Reference in New Issue
Block a user