Fix typo
This commit is contained in:
parent
3a59a9833a
commit
d09a691f14
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ M.highlights = function()
|
|||
TabLineFill = { fg = C.fg4 , bg = C.bg2 },
|
||||
TabLineSel = { fg = C.yellow, bg = bg },
|
||||
|
||||
MatchParen = { fg = C.red, bg = C.reg_bg, bold = true },
|
||||
MatchParen = { fg = C.red, bg = C.red_bg, bold = true },
|
||||
},
|
||||
|
||||
diagnostic = {
|
||||
|
|
Loading…
Add table
Reference in a new issue