Fixed broken colors and documentation comments italics

This commit is contained in:
2023-12-10 10:29:58 +01:00
parent b4d05200d3
commit c6d24242e5
3 changed files with 17 additions and 14 deletions

View File

@@ -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