diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-22 22:27:00 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-22 22:27:00 +0200 |
commit | b63937a5ebba1ece32f56256c46d166e62aca7fc (patch) | |
tree | ce6ef1096cb1e96155b7834c43eaad766708ddc7 /lua/no-clown-fiesta | |
parent | 2fc78155472320a01db180b0a3ea1e04e4abebca (diff) |
Update diff.delta from greens to blues
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r-- | lua/no-clown-fiesta/groups/treesitter.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/no-clown-fiesta/groups/treesitter.lua b/lua/no-clown-fiesta/groups/treesitter.lua index bc68b21..f3ade89 100644 --- a/lua/no-clown-fiesta/groups/treesitter.lua +++ b/lua/no-clown-fiesta/groups/treesitter.lua @@ -17,8 +17,8 @@ function M.highlight(palette, opts) ["@constant"] = { fg = palette.white }, ["@constructor"] = { fg = palette.cyan }, ["@diff.delta"] = { - fg = palette.sign_add, - bg = palette.accent_green, + fg = palette.gray_blue, + bg = palette.accent_blue, bold = true, }, ["@error"] = { fg = palette.error }, |