From 05dfc1bc40c709d9da67ce68a35a3dd2e3a75ce9 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 19 Jun 2023 23:07:50 +0200 Subject: [PATCH] fix: better test group Foo --- lua/tokyonight/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 8b2fde5..ff44ea7 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -25,7 +25,7 @@ function M.setup() local c = theme.colors 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 ColorColumn = { bg = c.black }, -- used for the columns set with 'colorcolumn'