diff options
| -rw-r--r-- | lua/gruvbox/groups.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua index 6e01858..decffa1 100644 --- a/lua/gruvbox/groups.lua +++ b/lua/gruvbox/groups.lua @@ -974,6 +974,10 @@ M.setup = function() NotifyWARNBorder = { link = "GruvboxYellow" }, NotifyWARNIcon = { link = "GruvboxYellow" }, NotifyWARNTitle = { link = "GruvboxYellow" }, + -- vim-illuminate + IlluminatedWordText = { link = "LspReferenceText" }, + IlluminatedWordRead = { link = "LspReferenceRead" }, + IlluminatedWordWrite = { link = "LspReferenceWrite" }, -- ts-rainbow2 (maintained fork) TSRainbowRed = { fg = colors.red }, |
