diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index d51cf35..342b7af 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -119,6 +119,11 @@ return { { 'tabs', mode = 2, + tabs_color = { + -- Same values as the general color option can be used here. + active = { bg = 'orange', fg = 'black' }, + inactive = { bg = 'grey'}, + }, }, }, lualine_x = {},