changed lualine colors

This commit is contained in:
2023-08-15 01:15:49 +02:00
parent a8793a30b3
commit 8bbc5e7544
2 changed files with 2 additions and 2 deletions

View File

@@ -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,