From 03733aee8358d7e45a61fd6e83d492bc97be46dd Mon Sep 17 00:00:00 2001 From: Patrick Haun Date: Wed, 8 Apr 2026 20:19:12 +0200 Subject: [PATCH] feat: add missing highlights --- lua/rose-pine.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index 72ffd39..7e49ad6 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -223,6 +223,9 @@ local function set_highlights() Type = { fg = palette.foam }, TypeDef = { link = "Type" }, Underlined = { fg = palette.iris, underline = true }, + Added = { fg = groups.git_add }, + Changed = { fg = groups.git_change }, + Removed = { fg = groups.git_delete }, healthError = { fg = groups.error }, healthSuccess = { fg = groups.info },