fix: visual highlight with higher contrast #11

This commit is contained in:
2022-01-12 01:10:34 -03:00
parent 7a118792de
commit ff7a292a3b

View File

@@ -95,7 +95,7 @@ hl.common = {
TabLineFill = { fg = p.grey, bg = p.bg1 }, TabLineFill = { fg = p.grey, bg = p.bg1 },
TabLineSel = { fg = p.bg0, bg = p.bg_red }, TabLineSel = { fg = p.bg0, bg = p.bg_red },
VertSplit = { fg = p.bg5 }, VertSplit = { fg = p.bg5 },
Visual = { bg = p.bg1 }, Visual = { bg = p.bg2 },
VisualNOS = { fg = p.none, bg = p.bg2, underline = true }, VisualNOS = { fg = p.none, bg = p.bg2, underline = true },
QuickFixLine = { fg = p.blue, underline = true }, QuickFixLine = { fg = p.blue, underline = true },
Debug = { fg = p.yellow }, Debug = { fg = p.yellow },