summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-22 00:47:31 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-22 00:47:31 +0200
commita4df2d2b2741e746a5b2626c2f0a22d4ab3309ea (patch)
tree0092f6f94d613bc38fac09e1fe4f4ae00ab73cfc
parent904aa4a78ae7dd941dd74fb281e2e477e8ed9ecc (diff)
Update diff.delta
-rw-r--r--lua/no-clown-fiesta/groups/treesitter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/groups/treesitter.lua b/lua/no-clown-fiesta/groups/treesitter.lua
index d466e8a..40edd66 100644
--- a/lua/no-clown-fiesta/groups/treesitter.lua
+++ b/lua/no-clown-fiesta/groups/treesitter.lua
@@ -16,7 +16,7 @@ function M.highlight(palette, opts)
["@const.macro"] = { fg = palette.cyan },
["@constant"] = { fg = palette.white },
["@constructor"] = { fg = palette.cyan },
- ["@diff.delta"] = { fg = palette.red },
+ ["@diff.delta"] = { fg = palette.fg, bg = palette.sign_change },
["@error"] = { fg = palette.error },
["@function"] = vim.tbl_extend(
"force",