fix: better test group Foo
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user