From d990be3db4f07f6506f5b27007691f1464d756c2 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Mon, 5 Aug 2024 20:00:50 +1200 Subject: [PATCH] chore: remove magit-item-highlight Doesn't seem to be in magit anymore --- catppuccin-theme.el | 1 - 1 file changed, 1 deletion(-) diff --git a/catppuccin-theme.el b/catppuccin-theme.el index d4638ab..b94b688 100644 --- a/catppuccin-theme.el +++ b/catppuccin-theme.el @@ -943,7 +943,6 @@ If called non-interactively, the FLAVOR must be one of 'frappe, 'latte, 'macchia (diff-hunk-header :foreground ,ctp-text :background ,ctp-surface2) (magit-diff-hunk-heading :inherit diff-hunk-header) (magit-diff-hunk-heading-highlight :inherit diff-hunk-header :weight bold) - (magit-item-highlight :background ,undef) (magit-log-author :foreground ,ctp-subtext0) (magit-process-ng :foreground ,ctp-peach :weight bold) (magit-process-ok :foreground ,ctp-green :weight bold)