emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-vivendi-theme 8c67612 23/73: Review built-in VC l


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 8c67612 23/73: Review built-in VC log faces
Date: Wed, 26 Aug 2020 09:20:55 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 8c67612699308f30ac4f3b92bc6ea62970365218
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Review built-in VC log faces
    
    The intent is to preserve the impression of a visual distinction while
    using more harmonious colour combinations.
---
 modus-operandi-theme.el | 6 +++---
 modus-vivendi-theme.el  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 1df720e..5fd166f 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1310,9 +1310,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(centaur-tabs-unselected ((,class :background ,bg-tab-inactive :foreground 
,fg-dim)))
    `(centaur-tabs-unselected-modified ((,class :background ,bg-tab-inactive 
:foreground ,fg-dim :slant italic)))
 ;;;;; change-log and log-view (`vc-print-log' and `vc-print-root-log')
-   `(change-log-acknowledgment ((,class :foreground ,fg-special-warm)))
+   `(change-log-acknowledgment ((,class :foreground ,fg-alt)))
    `(change-log-conditionals ((,class :foreground ,magenta-alt)))
-   `(change-log-date ((,class :foreground ,magenta)))
+   `(change-log-date ((,class :foreground ,cyan-alt-other)))
    `(change-log-email ((,class :foreground ,cyan)))
    `(change-log-file ((,class :foreground ,blue)))
    `(change-log-function ((,class :foreground ,green-alt-other)))
@@ -1322,7 +1322,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(log-edit-summary ((,class :foreground ,magenta-alt-other)))
    `(log-edit-unknown-header ((,class :foreground ,fg-alt)))
    `(log-view-file ((,class :inherit bold :foreground ,fg-special-cold)))
-   `(log-view-message ((,class :foreground ,fg-special-warm)))
+   `(log-view-message ((,class :foreground ,fg-alt)))
 ;;;;; cider
    `(cider-debug-code-overlay-face ((,class :background ,bg-alt)))
    `(cider-debug-prompt-face ((,class :foreground ,magenta-alt :underline t)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 10f1dfd..ae398b0 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1310,9 +1310,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(centaur-tabs-unselected ((,class :background ,bg-tab-inactive :foreground 
,fg-dim)))
    `(centaur-tabs-unselected-modified ((,class :background ,bg-tab-inactive 
:foreground ,fg-dim :slant italic)))
 ;;;;; change-log and log-view (`vc-print-log' and `vc-print-root-log')
-   `(change-log-acknowledgment ((,class :foreground ,fg-special-warm)))
+   `(change-log-acknowledgment ((,class :foreground ,fg-alt)))
    `(change-log-conditionals ((,class :foreground ,magenta-alt)))
-   `(change-log-date ((,class :foreground ,magenta)))
+   `(change-log-date ((,class :foreground ,cyan-alt-other)))
    `(change-log-email ((,class :foreground ,cyan)))
    `(change-log-file ((,class :foreground ,blue)))
    `(change-log-function ((,class :foreground ,green-alt-other)))
@@ -1322,7 +1322,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(log-edit-summary ((,class :foreground ,magenta-alt-other)))
    `(log-edit-unknown-header ((,class :foreground ,fg-alt)))
    `(log-view-file ((,class :inherit bold :foreground ,fg-special-cold)))
-   `(log-view-message ((,class :foreground ,fg-special-warm)))
+   `(log-view-message ((,class :foreground ,fg-alt)))
 ;;;;; cider
    `(cider-debug-code-overlay-face ((,class :background ,bg-alt)))
    `(cider-debug-prompt-face ((,class :foreground ,magenta-alt :underline t)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]