From fd47c8fb9136163a53da73d7fc449552908b8408 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Sun, 11 Dec 2022 16:26:31 -0500 Subject: [PATCH] Improve consistency of magit face colors --- mood-adwaita-theme.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mood-adwaita-theme.el b/mood-adwaita-theme.el index ed19070..e4f513b 100644 --- a/mood-adwaita-theme.el +++ b/mood-adwaita-theme.el @@ -537,8 +537,8 @@ `(magit-bisect-skip ((,class (:foreground ,orange)))) `(magit-blame-date ((,class (:foreground ,red)))) `(magit-blame-heading ((,class (:background ,base-3 :foreground ,orange)))) - `(magit-branch-current ((,class (:foreground ,blue)))) - `(magit-branch-local ((,class (:foreground ,yellow)))) + `(magit-branch-current ((,class (:foreground ,cyan)))) + `(magit-branch-local ((,class (:foreground ,blue)))) `(magit-branch-remote ((,class (:foreground ,green)))) `(magit-cherry-equivalent ((,class (:foreground ,violet)))) `(magit-cherry-unmatched ((,class (:foreground ,cyan)))) @@ -576,7 +576,7 @@ `(magit-reflog-reset ((,class (:inherit 'error)))) `(magit-refname ((,class (:foreground ,base-5)))) `(magit-section-heading ((,class (:foreground ,base-7 :weight bold)))) - `(magit-section-heading-selection ((,class (:foreground ,orange :weight bold)))) + `(magit-section-heading-selection ((,class (:foreground ,base-8 :weight bold)))) `(magit-section-highlight ((,class (:inherit 'hl-line)))) `(magit-sequence-drop ((,class (:foreground ,red)))) `(magit-sequence-head ((,class (:foreground ,blue)))) @@ -588,7 +588,7 @@ `(magit-signature-good ((,class (:inherit 'success)))) `(magit-signature-revoked ((,class (:foreground ,magenta)))) `(magit-signature-untrusted ((,class (:foreground ,yellow)))) - `(magit-tag ((,class (:foreground ,yellow)))) + `(magit-tag ((,class (:foreground ,teal)))) `(magit-filename ((,class (:foreground ,violet)))) `(magit-section-secondary-heading ((,class (:foreground ,violet :weight bold))))