cleanup colors

This commit is contained in:
2023-08-15 02:22:34 +02:00
parent ca17628bbb
commit 5e5fc43b4a
3 changed files with 48 additions and 57 deletions

View File

@@ -5,8 +5,8 @@ local c = require('tccs.colors').get_colors()
local line_c = {
fg_prim = c.fg,
bg_prim = c.panel_bg,
bg_sec = c.panel_shadow,
bg_prim = c.bg,
bg_sec = c.bg_alt,
visual = c.operator,
insert = c.comment,
normal = c.entity,