feat: add ColorColumn highlight:

This commit is contained in:
David JULIEN 2023-01-09 17:55:17 +01:00
parent ab28bc593b
commit 642c85db98
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ function M.load_colors(scheme)
CursorLineNr = { fg = scheme.orange, bg = scheme.none, scheme.none },
LineNr = { fg = scheme.grey, bg = scheme.none, scheme.none },
VertSplit = { fg = scheme.grey, bg = scheme.none, scheme.none },
ColorColumn = { fg = scheme.white, bg = scheme.red, scheme.bold },
SignColumn = { fg = scheme.yellow, bg = scheme.none, scheme.none },
Folded = { fg = scheme.orange, bg = scheme.background_alt, scheme.none },