summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/no-clown-fiesta/groups/treesitter.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/groups/treesitter.lua b/lua/no-clown-fiesta/groups/treesitter.lua
index 40edd66..bc68b21 100644
--- a/lua/no-clown-fiesta/groups/treesitter.lua
+++ b/lua/no-clown-fiesta/groups/treesitter.lua
@@ -16,7 +16,11 @@ function M.highlight(palette, opts)
["@const.macro"] = { fg = palette.cyan },
["@constant"] = { fg = palette.white },
["@constructor"] = { fg = palette.cyan },
- ["@diff.delta"] = { fg = palette.fg, bg = palette.sign_change },
+ ["@diff.delta"] = {
+ fg = palette.sign_add,
+ bg = palette.accent_green,
+ bold = true,
+ },
["@error"] = { fg = palette.error },
["@function"] = vim.tbl_extend(
"force",