nvim: link highlight groups: WarningMsg -> Warning
This commit is contained in:
parent
f1cb30be91
commit
ed55331041
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ M.highlights = function()
|
|||
VertSplit = { fg = C.base00 },
|
||||
Title = { fg = C.yellow, bold = true },
|
||||
VisualNOS = { bg = C.base02, reverse = true },
|
||||
WarningMsg = { fg = C.orange },
|
||||
WarningMsg = { link = 'Warning' },
|
||||
WildMenu = { fg = C.base2, bg = C.base02 },
|
||||
Folded = { fg = C.blue, bg = bg },
|
||||
FoldColumn = { fg = C.blue, bg = bg },
|
||||
|
|
Loading…
Add table
Reference in a new issue