branch: externals/modus-vivendi-theme commit 9c15114927ef386a76d8c5650360b01270c854cf Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Tweak 'magit-tag' (better in context) --- modus-operandi-theme.el | 2 +- modus-vivendi-theme.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el index 2faf959..ee6c321 100644 --- a/modus-operandi-theme.el +++ b/modus-operandi-theme.el @@ -2352,7 +2352,7 @@ Also bind `class' to ((class color) (min-colors 89))." `(magit-signature-good ((,class (:background ,bg-main :foreground ,green-intense)))) `(magit-signature-revoked ((,class (:background ,bg-main :foreground ,magenta-intense)))) `(magit-signature-untrusted ((,class (:background ,bg-main :foreground ,cyan-intense)))) - `(magit-tag ((,class (:foreground ,yellow-alt-other)))) + `(magit-tag ((,class (:foreground ,green-alt)))) ;;;; magit-imerge `(magit-imerge-overriding-value ((,class (:foreground ,red-alt :weight bold)))) ;;;; man diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el index c64fb2e..8d97f73 100644 --- a/modus-vivendi-theme.el +++ b/modus-vivendi-theme.el @@ -2352,7 +2352,7 @@ Also bind `class' to ((class color) (min-colors 89))." `(magit-signature-good ((,class (:background ,bg-main :foreground ,green-intense)))) `(magit-signature-revoked ((,class (:background ,bg-main :foreground ,magenta-intense)))) `(magit-signature-untrusted ((,class (:background ,bg-main :foreground ,cyan-intense)))) - `(magit-tag ((,class (:foreground ,yellow-alt-other)))) + `(magit-tag ((,class (:foreground ,green-alt)))) ;;;; magit-imerge `(magit-imerge-overriding-value ((,class (:foreground ,red-alt :weight bold)))) ;;;; man