mirror of
https://github.com/tiyn/tccs.nvim.git
synced 2025-04-19 08:17:45 +02:00
changed line colors
This commit is contained in:
parent
3988d8a538
commit
82bd4a4ffb
@ -48,8 +48,8 @@ colors.get_colors = function()
|
|||||||
line_bg = "#272727",
|
line_bg = "#272727",
|
||||||
line_bg_alt = "#0D1016",
|
line_bg_alt = "#0D1016",
|
||||||
line_visual = "#C586C0",
|
line_visual = "#C586C0",
|
||||||
line_normal = "#6A9955",
|
line_normal = "#569CD6",
|
||||||
line_insert = "#569CD6",
|
line_insert = "#6A9955",
|
||||||
line_replace = "#D16969",
|
line_replace = "#D16969",
|
||||||
line_contrast = "#CE9178",
|
line_contrast = "#CE9178",
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user