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 },