fix: ColorColumn = black. Fixes #72

This commit is contained in:
Folke Lemaitre
2021-08-05 09:59:48 +02:00
parent f25cd9e982
commit 1ea69504b6

View File

@@ -16,7 +16,7 @@ function M.setup(config)
theme.base = { theme.base = {
Comment = { fg = c.comment, style = config.commentStyle }, -- any comment Comment = { fg = c.comment, style = config.commentStyle }, -- any comment
ColorColumn = { bg = c.bg_visual }, -- used for the columns set with 'colorcolumn' ColorColumn = { bg = c.black }, -- used for the columns set with 'colorcolumn'
Conceal = { fg = c.dark3 }, -- placeholder characters substituted for concealed text (see 'conceallevel') Conceal = { fg = c.dark3 }, -- placeholder characters substituted for concealed text (see 'conceallevel')
Cursor = { fg = c.bg, bg = c.fg }, -- character under the cursor Cursor = { fg = c.bg, bg = c.fg }, -- character under the cursor
lCursor = { fg = c.bg, bg = c.fg }, -- the character under the cursor when |language-mapping| is used (see 'guicursor') lCursor = { fg = c.bg, bg = c.fg }, -- the character under the cursor when |language-mapping| is used (see 'guicursor')