fix: better test group Foo

This commit is contained in:
Folke Lemaitre
2023-06-19 23:07:50 +02:00
parent ec8f2efe9d
commit 05dfc1bc40

View File

@@ -25,7 +25,7 @@ function M.setup()
local c = theme.colors local c = theme.colors
theme.highlights = { theme.highlights = {
Foo = { bg = c.magenta2, fg = c.magenta2 }, Foo = { bg = c.magenta2, fg = c.fg },
Comment = { fg = c.comment, style = options.styles.comments }, -- any comment Comment = { fg = c.comment, style = options.styles.comments }, -- any comment
ColorColumn = { bg = c.black }, -- used for the columns set with 'colorcolumn' ColorColumn = { bg = c.black }, -- used for the columns set with 'colorcolumn'