fix(colors): remove accidental quotations
This commit is contained in:
parent
1f04af27ea
commit
ff28f2dde4
|
@ -764,10 +764,10 @@ local highlight_groups = {
|
||||||
ALEWarningSign = 'WarningMsg',
|
ALEWarningSign = 'WarningMsg',
|
||||||
|
|
||||||
--[[ 4.4.2. coc.nvim ]]
|
--[[ 4.4.2. coc.nvim ]]
|
||||||
CocErrorHighlight = {style={'undercurl', color='red'}},
|
CocErrorHighlight = {style={'undercurl', color=red}},
|
||||||
CocHintHighlight = {style={'undercurl', color='magenta'}},
|
CocHintHighlight = {style={'undercurl', color=magenta}},
|
||||||
CocInfoHighlight = {style={'undercurl', color='pink_light'}},
|
CocInfoHighlight = {style={'undercurl', color=pink_light}},
|
||||||
CocWarningHighlight = {style={'undercurl', color='orange'}},
|
CocWarningHighlight = {style={'undercurl', color=orange}},
|
||||||
CocErrorSign = 'ALEErrorSign',
|
CocErrorSign = 'ALEErrorSign',
|
||||||
CocHintSign = 'HintMsg',
|
CocHintSign = 'HintMsg',
|
||||||
CocInfoSign = 'InfoMsg',
|
CocInfoSign = 'InfoMsg',
|
||||||
|
|
Loading…
Reference in New Issue