diff options
author | Gustaf Rydholm <gustaf@nexure.io> | 2024-07-21 20:34:16 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf@nexure.io> | 2024-07-21 20:34:16 +0200 |
commit | 904aa4a78ae7dd941dd74fb281e2e477e8ed9ecc (patch) | |
tree | f053c2f2cc2484b09db48cf425211d7c07ae563c /lua/no-clown-fiesta | |
parent | c2fa9bcee1e4b159efad4004babdad47e17a713d (diff) |
Update diff.delta to red
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r-- | lua/no-clown-fiesta/groups/treesitter.lua | 2 |
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 3471df9..d466e8a 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.sign_change }, + ["@diff.delta"] = { fg = palette.red }, ["@error"] = { fg = palette.error }, ["@function"] = vim.tbl_extend( "force", |