set lualine theme to gruvbox
This commit is contained in:
parent
5ad1c4be90
commit
d609883ff7
@ -1,5 +1,5 @@
|
|||||||
require('lualine').setup({
|
require('lualine').setup({
|
||||||
options = { theme = 'gruvbox-material' },
|
|
||||||
sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } },
|
sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } },
|
||||||
|
options = { theme = 'gruvbox' },
|
||||||
inactive_sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } },
|
inactive_sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } },
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user