diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index 460d5bc..714cb7a 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -5,9 +5,10 @@ return { 'Isrothy/lualine-diagnostic-message', }, config = function() + vim.opt.laststatus = 3 require('lualine').setup({ options = { - theme = 'bamboo', + theme = 'auto', disabled_filetypes = { statusline = {}, winbar = { 'dap-repl', 'dapui_console' }, @@ -15,7 +16,7 @@ return { section_separators = { left = '', right = '' }, }, globalstatus = true, - extensions = { 'aerial', 'oil', 'toggleterm' }, + extensions = { 'oil', 'toggleterm' }, sections = { lualine_b = { 'branch', @@ -52,6 +53,7 @@ return { path = 0, file_status = true, separator = { left = '', right = '' }, + color = { fg = '#000000', bg = '#ff9966', gui='bold' }, }, }, lualine_b = { @@ -80,6 +82,7 @@ return { path = 0, file_status = true, separator = { left = '', right = '' }, + color = { fg = '#000000', bg = '#8fb573' }, }, }, lualine_b = {