aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/gruvbox/groups.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua
index 56739cb..05665d9 100644
--- a/lua/gruvbox/groups.lua
+++ b/lua/gruvbox/groups.lua
@@ -290,14 +290,14 @@ groups.setup = function()
["@attribute"] = { link = "PreProc" },
["@field"] = { link = "Identifier" },
["@property"] = { link = "Identifier" },
- ["@variable"] = { link = "Normal" },
+ ["@variable"] = { link = "GruvboxFg1" },
["@variable.builtin"] = { link = "Special" },
["@constant"] = { link = "Constant" },
["@constant.builtin"] = { link = "Special" },
["@constant.macro"] = { link = "Define" },
["@namespace"] = { link = "Include" },
["@symbol"] = { link = "Identifier" },
- ["@text"] = { link = "Normal" },
+ ["@text"] = { link = "GruvboxFg1" },
["@text.title"] = { link = "Title" },
["@text.literal"] = { link = "String" },
["@text.uri"] = { link = "Underlined" },