nvim: colors: yolokai: Change the delimiter color to red

This commit is contained in:
Sanchayan Maity 2021-01-13 16:32:34 +05:30
parent 6b6bd3c3fa
commit 1307d996ac

View file

@ -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',