mirror of
https://github.com/tiyn/tccs.nvim.git
synced 2025-11-24 06:39:46 +01:00
updated modes.nvim colors
This commit is contained in:
@@ -40,7 +40,7 @@ colors.get_colors = function()
|
|||||||
removed_fg = "#D16969",
|
removed_fg = "#D16969",
|
||||||
removed_bg = "#190E11",
|
removed_bg = "#190E11",
|
||||||
-- bonus
|
-- bonus
|
||||||
visual_bg = "#955690",
|
visual_fg = "#C586C0",
|
||||||
-- lsp
|
-- lsp
|
||||||
error = "#FB0101",
|
error = "#FB0101",
|
||||||
warning = "#FFD602",
|
warning = "#FFD602",
|
||||||
|
|||||||
@@ -305,9 +305,9 @@ theme.set_highlights = function(opts)
|
|||||||
|
|
||||||
-- modes.nvim
|
-- modes.nvim
|
||||||
hl(0, "ModesCopy", { bg = c.fg, fg = c.bg })
|
hl(0, "ModesCopy", { bg = c.fg, fg = c.bg })
|
||||||
hl(0, "ModesDelete", { bg = c.removed_bg })
|
hl(0, "ModesDelete", { bg = c.removed_fg })
|
||||||
hl(0, "ModesInsert", { bg = c.added_bg })
|
hl(0, "ModesInsert", { bg = c.added_fg })
|
||||||
hl(0, "ModesVisual", { bg = c.visual_bg })
|
hl(0, "ModesVisual", { bg = c.visual_fg })
|
||||||
end
|
end
|
||||||
|
|
||||||
return theme
|
return theme
|
||||||
|
|||||||
Reference in New Issue
Block a user