mirror of
https://github.com/tiyn/tccs.nvim.git
synced 2025-10-10 10:01:17 +02:00
Refactoring
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user