Refactoring

This commit is contained in:
2023-08-14 06:05:38 +02:00
parent 5a83cc8f26
commit 2799848919
5 changed files with 321 additions and 322 deletions

View File

@@ -4,10 +4,10 @@ local config = require('tccs.config')
local c = require('tccs.colors').get_colors()
local line_c = {
fg_prim = c.fg,
bg_prim = c.bg_alt,
fg_sec = c.fg,
bg_sec = c.panel_shadow,
fg_prim = c.fg,
bg_prim = c.bg_alt,
fg_sec = c.fg,
bg_sec = c.panel_shadow,
visual = c.operator,
insert = c.comment,
normal = c.entity,