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

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

[elpa] externals/modus-operandi-theme 4bc1321 091/153: Use more appropri


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 4bc1321 091/153: Use more appropriate colour for vc-edited-state
Date: Thu, 18 Mar 2021 13:47:47 -0400 (EDT)

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

    Use more appropriate colour for vc-edited-state
---
 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 38ff214..0cdb11b 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -4220,7 +4220,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(undo-tree-visualizer-unmodified-face ((,class :foreground 
,green-intense)))
 ;;;;; vc
    `(vc-conflict-state ((,class ,@(modus-operandi-theme-bold-weight) 
:foreground ,red-active)))
-   `(vc-edited-state ((,class :foreground ,fg-special-warm)))
+   `(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)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index e527370..faab11e 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -4220,7 +4220,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(undo-tree-visualizer-unmodified-face ((,class :foreground 
,green-intense)))
 ;;;;; vc
    `(vc-conflict-state ((,class ,@(modus-vivendi-theme-bold-weight) 
:foreground ,red-active)))
-   `(vc-edited-state ((,class :foreground ,fg-special-warm)))
+   `(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)))



reply via email to

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