fix(colors): remove accidental quotations

This commit is contained in:
Iron-E 2021-04-01 13:59:21 -04:00
parent 1f04af27ea
commit ff28f2dde4
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 4 additions and 4 deletions

View File

@ -764,10 +764,10 @@ local highlight_groups = {
ALEWarningSign = 'WarningMsg',
--[[ 4.4.2. coc.nvim ]]
CocErrorHighlight = {style={'undercurl', color='red'}},
CocHintHighlight = {style={'undercurl', color='magenta'}},
CocInfoHighlight = {style={'undercurl', color='pink_light'}},
CocWarningHighlight = {style={'undercurl', color='orange'}},
CocErrorHighlight = {style={'undercurl', color=red}},
CocHintHighlight = {style={'undercurl', color=magenta}},
CocInfoHighlight = {style={'undercurl', color=pink_light}},
CocWarningHighlight = {style={'undercurl', color=orange}},
CocErrorSign = 'ALEErrorSign',
CocHintSign = 'HintMsg',
CocInfoSign = 'InfoMsg',