mirror of
https://github.com/tiyn/tccs.nvim.git
synced 2025-04-19 16:27:44 +02:00
changed gutter background
This commit is contained in:
parent
bcbbcbe5d4
commit
d871ba3755
@ -6,7 +6,7 @@ colors.get_colors = function()
|
|||||||
-- common
|
-- common
|
||||||
accent = "#C586C0",
|
accent = "#C586C0",
|
||||||
bg = "#191919",
|
bg = "#191919",
|
||||||
bg_alt = "#121212",
|
-- bg_alt = "#121212",
|
||||||
fg = "#D4D4D4",
|
fg = "#D4D4D4",
|
||||||
ui = "#4D5566",
|
ui = "#4D5566",
|
||||||
-- syntax
|
-- syntax
|
||||||
@ -31,11 +31,11 @@ colors.get_colors = function()
|
|||||||
panel_bg = "#0D1016",
|
panel_bg = "#0D1016",
|
||||||
panel_shadow = "#00010A",
|
panel_shadow = "#00010A",
|
||||||
panel_border = "#000000",
|
panel_border = "#000000",
|
||||||
gutter_normal = "#323945",
|
-- gutter_normal = "#323945",
|
||||||
gutter_active = "#464D5E",
|
-- gutter_active = "#464D5E",
|
||||||
selection_bg = "#273747",
|
selection_bg = "#273747",
|
||||||
selection_inactive = "#272727",
|
selection_inactive = "#272727",
|
||||||
selection_border = "#304357",
|
-- selection_border = "#304357",
|
||||||
guide_active = "#393F4D",
|
guide_active = "#393F4D",
|
||||||
guide_normal = "#242A35",
|
guide_normal = "#242A35",
|
||||||
-- vcs
|
-- vcs
|
||||||
|
@ -92,10 +92,10 @@ theme.set_highlights = function(opts)
|
|||||||
hl(0, 'netrwClassify', { fg = c.special })
|
hl(0, 'netrwClassify', { fg = c.special })
|
||||||
|
|
||||||
-- gitgutter
|
-- gitgutter
|
||||||
hl(0, 'GitGutterAdd', { fg = c.vcs_added, bg = c.panel_bg })
|
hl(0, 'GitGutterAdd', { fg = c.vcs_added, bg = c.bg })
|
||||||
hl(0, 'GitGutterChange', { fg = c.vcs_modified, bg = c.panel_bg })
|
hl(0, 'GitGutterChange', { fg = c.vcs_modified, bg = c.bg })
|
||||||
hl(0, 'GitGutterDelete', { fg = c.vcs_removed, bg = c.panel_bg })
|
hl(0, 'GitGutterDelete', { fg = c.vcs_removed, bg = c.bg })
|
||||||
hl(0, 'GitGutterChangeDelete', { fg = c.vcs_modified, bg = c.panel_bg, underline = true })
|
hl(0, 'GitGutterChangeDelete', { fg = c.vcs_modified, bg = c.bg, underline = true })
|
||||||
|
|
||||||
-- signify
|
-- signify
|
||||||
hl(0, 'SignifySignAdd', { fg = c.vcs_added, bg = c.panel_bg })
|
hl(0, 'SignifySignAdd', { fg = c.vcs_added, bg = c.panel_bg })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user