nvim: colors: yolokai: Change the delimiter color to red
This commit is contained in:
parent
6b6bd3c3fa
commit
1307d996ac
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ local highlight_groups = {
|
|||
SpecialChar = 'Character' ,
|
||||
SpecialKey = 'Character' ,
|
||||
Tag = 'Underlined',
|
||||
Delimiter = {bg=NONE, fg=pink, style=NONE },
|
||||
Delimiter = {bg=NONE, fg=red, style=NONE },
|
||||
-- SpecialComment affects Haskell Language Extension
|
||||
SpecialComment = {bg=NONE, fg=orange, style={'bold', 'nocombine'}},
|
||||
Debug = 'WarningMsg',
|
||||
|
|
Loading…
Reference in a new issue