nvim: colors: yolokai: Update color highlight for LineNr & SignColumn
This commit is contained in:
parent
b36197fbe8
commit
893b06defb
1 changed files with 2 additions and 2 deletions
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue