diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index e70c290f..9b4a4d21 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -235,7 +235,7 @@ function M.setup() ["@property"] = { fg = c.green1 }, --- Identifiers - ["@variable"] = { style = options.styles.variables }, -- Any variable name that does not have another highlight. + ["@variable"] = { fg = c.fg, style = options.styles.variables }, -- Any variable name that does not have another highlight. ["@variable.builtin"] = { fg = c.red }, -- Variable names that are defined by the languages, like `this` or `self`. --- Text