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

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

[elpa] externals/modus-operandi-theme b62d948 100/153: Tweak standard VC


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme b62d948 100/153: Tweak standard VC modeline faces
Date: Thu, 18 Mar 2021 13:47:49 -0400 (EDT)

branch: externals/modus-operandi-theme
commit b62d948d391d8b3894fc17d4207fe2ecd6da9560
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Tweak standard VC modeline faces
---
 modus-operandi-theme.el | 10 +++++-----
 modus-vivendi-theme.el  | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 1c9df8c..3390a94 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -4252,13 +4252,13 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(undo-tree-visualizer-default-face ((,class :foreground ,fg-alt)))
    `(undo-tree-visualizer-register-face ((,class :foreground 
,magenta-intense)))
    `(undo-tree-visualizer-unmodified-face ((,class :foreground 
,green-intense)))
-;;;;; vc
-   `(vc-conflict-state ((,class ,@(modus-operandi-theme-bold-weight) 
:foreground ,red-active)))
+;;;;; vc (vc-hooks.el)
+   `(vc-conflict-state ((,class :foreground ,red-active :slant 
,modus-theme-slant)))
    `(vc-edited-state ((,class :foreground ,yellow-active)))
    `(vc-locally-added-state ((,class :foreground ,cyan-active)))
-   `(vc-locked-state ((,class ,@(modus-operandi-theme-bold-weight) :foreground 
,magenta-active)))
-   `(vc-missing-state ((,class ,@(modus-operandi-theme-bold-weight) 
:foreground ,yellow-active)))
-   `(vc-needs-update-state ((,class ,@(modus-operandi-theme-bold-weight) 
:foreground ,fg-special-mild)))
+   `(vc-locked-state ((,class :foreground ,blue-active)))
+   `(vc-missing-state ((,class :foreground ,magenta-active :slant 
,modus-theme-slant)))
+   `(vc-needs-update-state ((,class :foreground ,green-active :slant 
,modus-theme-slant)))
    `(vc-removed-state ((,class :foreground ,red-active)))
    `(vc-state-base ((,class :foreground ,fg-active)))
    `(vc-up-to-date-state ((,class :foreground ,fg-special-cold)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 452b3ba..ff3440e 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -4252,13 +4252,13 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(undo-tree-visualizer-default-face ((,class :foreground ,fg-alt)))
    `(undo-tree-visualizer-register-face ((,class :foreground 
,magenta-intense)))
    `(undo-tree-visualizer-unmodified-face ((,class :foreground 
,green-intense)))
-;;;;; vc
-   `(vc-conflict-state ((,class ,@(modus-vivendi-theme-bold-weight) 
:foreground ,red-active)))
+;;;;; vc (vc-hooks.el)
+   `(vc-conflict-state ((,class :foreground ,red-active :slant 
,modus-theme-slant)))
    `(vc-edited-state ((,class :foreground ,yellow-active)))
    `(vc-locally-added-state ((,class :foreground ,cyan-active)))
-   `(vc-locked-state ((,class ,@(modus-vivendi-theme-bold-weight) :foreground 
,magenta-active)))
-   `(vc-missing-state ((,class ,@(modus-vivendi-theme-bold-weight) :foreground 
,yellow-active)))
-   `(vc-needs-update-state ((,class ,@(modus-vivendi-theme-bold-weight) 
:foreground ,fg-special-mild)))
+   `(vc-locked-state ((,class :foreground ,blue-active)))
+   `(vc-missing-state ((,class :foreground ,magenta-active :slant 
,modus-theme-slant)))
+   `(vc-needs-update-state ((,class :foreground ,green-active :slant 
,modus-theme-slant)))
    `(vc-removed-state ((,class :foreground ,red-active)))
    `(vc-state-base ((,class :foreground ,fg-active)))
    `(vc-up-to-date-state ((,class :foreground ,fg-special-cold)))



reply via email to

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