mirror of
https://github.com/tiyn/tccs.nvim.git
synced 2025-10-10 18:11:16 +02:00
changed lualine colors
This commit is contained in:
@@ -5,7 +5,7 @@ local c = require('tccs.colors').get_colors()
|
|||||||
|
|
||||||
local line_c = {
|
local line_c = {
|
||||||
fg_prim = c.fg,
|
fg_prim = c.fg,
|
||||||
bg_prim = c.bg_alt,
|
bg_prim = c.panel_bg,
|
||||||
fg_sec = c.fg,
|
fg_sec = c.fg,
|
||||||
bg_sec = c.panel_shadow,
|
bg_sec = c.panel_shadow,
|
||||||
visual = c.operator,
|
visual = c.operator,
|
||||||
|
@@ -17,7 +17,7 @@ theme.set_highlights = function(opts)
|
|||||||
|
|
||||||
hl(0, 'ErrorMsg', { fg = c.fg, bg = c.error, standout = true })
|
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, 'Folded', { fg = c.fg_idle, bg = c.bg })
|
||||||
hl(0, 'FoldColumn', { bg = c.bg })
|
hl(0, 'FoldColumn', { bg = c.bg })
|
||||||
|
Reference in New Issue
Block a user