diff --git a/lua/setup/lualine.lua b/lua/setup/lualine.lua index 5eaf810..b425551 100644 --- a/lua/setup/lualine.lua +++ b/lua/setup/lualine.lua @@ -19,7 +19,7 @@ if vim.version().minor >= 8 then vim.opt.laststatus = 3 -- vim.opt.winbar = status_line() require('lualine').setup({ - options = { theme = 'gruvbox-baby' }, + options = { theme = 'gruvbox' }, sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } }, inactive_sections = { lualine_c = { 'getcwd', { 'filename', path = 1, file_status = true } } }, globalstatus = true, @@ -42,7 +42,7 @@ if vim.version().minor >= 8 then }) else require('lualine').setup({ - options = { theme = 'gruvbox-baby' }, + options = { theme = 'gruvbox' }, sections = { lualine_c = { 'filename' } }, globalstatus = false, -- inactive_sections = { lualine_c = { 'filename' } },