nvim: colors: yolokai: Update color highlight for LineNr & SignColumn

This commit is contained in:
Sanchayan Maity 2021-05-02 13:30:18 +05:30
parent b36197fbe8
commit 893b06defb

View file

@ -133,7 +133,7 @@ local highlight_groups = {
CursorLineNr = {bg=lightblack, fg=orange,style=NONE },
debugBreakpoint = 'ErrorMsg' ,
debugPC = 'ColorColumn',
LineNr = {bg=lightblack, fg=grey, style=NONE },
LineNr = {bg=black, fg=grey, style=NONE },
QuickFixLine = {bg=darkgrey, fg=NONE, style=NONE },
Visual = {bg=NONE, fg=NONE, style='inverse'},
VisualNOS = {bg=darkgrey, fg=NONE, style=NONE },
@ -168,7 +168,7 @@ local highlight_groups = {
--[[ 4.2.9. Conditional Column Highlighting]]
ColorColumn = {bg=lightblack, fg=NONE, style=NONE },
SignColumn = {bg=lightblack, fg=NONE, style=NONE },
SignColumn = {bg=black, fg=NONE, style=NONE },
--[[ 4.2.10. Messages]]
ErrorMsg = {bg=black, fg=red, style=NONE },