From 2d195b02ddc9b21fad8e35a69c567ef5b9935a52 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 20 Jul 2024 13:38:50 +0200 Subject: Add Changed group --- lua/no-clown-fiesta/groups/highlights.lua | 3 +++ lua/no-clown-fiesta/groups/treesitter.lua | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lua/no-clown-fiesta/groups/highlights.lua b/lua/no-clown-fiesta/groups/highlights.lua index 65d1ca0..ff5fda0 100644 --- a/lua/no-clown-fiesta/groups/highlights.lua +++ b/lua/no-clown-fiesta/groups/highlights.lua @@ -51,6 +51,9 @@ function M.highlight(palette, opts) WarningMsg = { fg = palette.error, bg = palette.bg }, DiffAdd = { bg = palette.accent_green }, DiffText = { bg = palette.accent_blue }, + Changed = { + fg = palette.sign_change, + }, DiffChange = { fg = palette.sign_change, bg = palette.accent_blue, diff --git a/lua/no-clown-fiesta/groups/treesitter.lua b/lua/no-clown-fiesta/groups/treesitter.lua index c6a3c4c..1ee9cec 100644 --- a/lua/no-clown-fiesta/groups/treesitter.lua +++ b/lua/no-clown-fiesta/groups/treesitter.lua @@ -69,7 +69,7 @@ function M.highlight(palette, opts) ["@tag"] = { fg = palette.blue }, ["@tag.attribute"] = { fg = palette.white }, ["@tag.delimiter"] = { fg = palette.white }, - ["@text.uri"] = {fg = palette.medium_gray_blue }, + ["@text.uri"] = { fg = palette.medium_gray_blue }, ["@type"] = vim.tbl_extend("force", { fg = palette.white }, opts.styles.type), ["@type.builtin"] = { fg = palette.white }, ["@variable"] = vim.tbl_extend( -- cgit v1.2.3-70-g09d2