diff options
| author | Luca Saccarola <96259932+saccarosium@users.noreply.github.com> | 2022-11-01 18:57:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-01 14:57:05 -0300 |
| commit | 9002dc7a717d38b7bbe212febe6370fd7d047308 (patch) | |
| tree | 369c817bea685788ff0d426454ac25b72802b74d /lua | |
| parent | e9992fe5193f0d8d3694cec9171b678f514d0aea (diff) | |
| download | gruvbox-9002dc7a717d38b7bbe212febe6370fd7d047308.tar.gz gruvbox-9002dc7a717d38b7bbe212febe6370fd7d047308.tar.xz | |
Fix don't interrupt cursorline (#169)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/gruvbox/groups.lua | 4 |
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" }, |
