diff --git a/lua/lualine/themes/tccs.lua b/lua/lualine/themes/tccs.lua index e3c7f87..5be63bc 100644 --- a/lua/lualine/themes/tccs.lua +++ b/lua/lualine/themes/tccs.lua @@ -5,7 +5,7 @@ local c = require('tccs.colors').get_colors() local line_c = { fg_prim = c.fg, - bg_prim = c.bg_alt, + bg_prim = c.panel_bg, fg_sec = c.fg, bg_sec = c.panel_shadow, visual = c.operator, diff --git a/lua/tccs/theme.lua b/lua/tccs/theme.lua index 7b9744b..2335468 100644 --- a/lua/tccs/theme.lua +++ b/lua/tccs/theme.lua @@ -17,7 +17,7 @@ theme.set_highlights = function(opts) hl(0, 'ErrorMsg', { fg = c.fg, bg = c.error, standout = true }) - hl(0, 'VertSplit', { fg = c.panel_bg, bg = c.panel_bg }) + hl(0, 'VertSplit', { fg = c.bg, bg = c.bg }) hl(0, 'Folded', { fg = c.fg_idle, bg = c.bg }) hl(0, 'FoldColumn', { bg = c.bg })