mirror of
https://github.com/tiyn/tccs.nvim.git
synced 2026-02-16 04:44:49 +01:00
changed colors slightly
This commit is contained in:
@@ -43,8 +43,8 @@ colors.get_colors = function()
|
|||||||
visual_fg = "#C586C0",
|
visual_fg = "#C586C0",
|
||||||
yank_fg = "#F5C359",
|
yank_fg = "#F5C359",
|
||||||
-- lsp
|
-- lsp
|
||||||
error = "#FB0101",
|
error = "#FF0000",
|
||||||
warning = "#FFD602",
|
warning = "#FFFF00",
|
||||||
hint = "#608B4E",
|
hint = "#608B4E",
|
||||||
-- line
|
-- line
|
||||||
line_fg = "#D4D4D4",
|
line_fg = "#D4D4D4",
|
||||||
|
|||||||
Reference in New Issue
Block a user