Fixed broken colors and documentation comments italics
This commit is contained in:
@@ -12,7 +12,7 @@ return function(palette)
|
||||
Directory = { fg = palette.blue, bg = palette.none },
|
||||
QuickFixLine = palette.ui.selection,
|
||||
MatchParen = { fg = palette.none, bg = palette.none, bold = true, underline = true },
|
||||
Underlined = { fg = palette.cyan, bg = palette.none, underline = true },
|
||||
Underlined = { fg = palette.aqua, bg = palette.none, underline = true },
|
||||
|
||||
-- Popup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user