aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/gruvbox/groups.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua
index d5613b6..dbcf4ad 100644
--- a/lua/gruvbox/groups.lua
+++ b/lua/gruvbox/groups.lua
@@ -837,6 +837,14 @@ groups.setup = function()
MasonMutedBlockBold = { fg = palette.dark0, bg = palette.light4, bold = true },
-- lsp-inlayhints.nvim
LspInlayHint = { link = "comment" },
+ -- carbon.nvim
+ CarbonFile = { link = "GruvboxFg1" },
+ CarbonExe = { link = "GruvboxYellow" },
+ CarbonSymlink = { link = "GruvboxAqua" },
+ CarbonBrokenSymlink = { link = "GruvboxRed" },
+ CarbonIndicator = { link = "GruvboxGray" },
+ CarbonDanger = { link = "GruvboxRed" },
+ CarbonPending = { link = "GruvboxYellow" },
}
for group, hl in pairs(config.overrides) do