diff options
| author | Mike <10135646+mikesmithgh@users.noreply.github.com> | 2023-01-03 21:34:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-03 23:34:20 -0300 |
| commit | e863942494d7c72a7c8d2c54cf651f28fc5a76ab (patch) | |
| tree | dee0dde5d619198af6d28f33add2cd91c976c34b /lua | |
| parent | c64ec557672c9c8ecc71a438533525482021377f (diff) | |
| download | gruvbox-e863942494d7c72a7c8d2c54cf651f28fc5a76ab.tar.gz gruvbox-e863942494d7c72a7c8d2c54cf651f28fc5a76ab.tar.xz | |
fix: change @namespace highlight link (#193)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/gruvbox/groups.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua index 65093c2..19bf59b 100644 --- a/lua/gruvbox/groups.lua +++ b/lua/gruvbox/groups.lua @@ -252,6 +252,7 @@ groups.setup = function() LspCodeLens = { link = "GruvboxGray" }, -- nvim-treesitter (0.8 compat) -- Adapted from https://github.com/nvim-treesitter/nvim-treesitter/commit/42ab95d5e11f247c6f0c8f5181b02e816caa4a4f#commitcomment-87014462 + ["@annotation"] = { link = "Operator" }, ["@comment"] = { link = "Comment" }, ["@none"] = { bg = "NONE", fg = "NONE" }, ["@preproc"] = { link = "PreProc" }, @@ -299,7 +300,7 @@ groups.setup = function() ["@constant"] = { link = "Constant" }, ["@constant.builtin"] = { link = "Special" }, ["@constant.macro"] = { link = "Define" }, - ["@namespace"] = { link = "Include" }, + ["@namespace"] = { link = "GruvboxFg1" }, ["@symbol"] = { link = "Identifier" }, ["@text"] = { link = "GruvboxFg1" }, ["@text.title"] = { link = "Title" }, |
