From 2fc78155472320a01db180b0a3ea1e04e4abebca Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 22 Jul 2024 00:56:56 +0200 Subject: Update diff.delta again --- lua/no-clown-fiesta/groups/treesitter.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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", -- cgit v1.2.3-70-g09d2