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

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

[elpa] externals/ef-themes 45b56041d5: Reduce colouration in vc-dir


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 45b56041d5: Reduce colouration in vc-dir
Date: Sun, 25 Sep 2022 04:57:31 -0400 (EDT)

branch: externals/ef-themes
commit 45b56041d5a5ff6543a940c6189535f5bc9e4eb5
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Reduce colouration in vc-dir
    
    It gets too distracting with the various permutations of the accent
    mappings, the warnings, etc.
---
 ef-themes.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 4d81395fcd..90bb7fc206 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1589,12 +1589,12 @@ Helper function for `ef-themes-preview-colors'."
     `(transient-unreachable-key ((,c :inherit shadow)))
     `(transient-value ((,c :inherit success :background ,bg-info)))
 ;;;; vc (vc-dir.el, vc-hooks.el)
-    `(vc-dir-directory ((,c :foreground ,accent-0)))
+    `(vc-dir-directory (( )))
     `(vc-dir-file ((,c :foreground ,name)))
-    `(vc-dir-header ((,c :foreground ,accent-1)))
-    `(vc-dir-header-value ((,c :foreground ,accent-2)))
-    `(vc-dir-mark-indicator ((,c :inherit success)))
-    `(vc-dir-status-edited ((,c :inherit warning)))
+    `(vc-dir-header ((,c :inherit bold)))
+    `(vc-dir-header-value ((,c :foreground ,string)))
+    `(vc-dir-mark-indicator ((,c :foreground ,fg-intense)))
+    `(vc-dir-status-edited ((,c :inherit italic)))
     `(vc-dir-status-ignored ((,c :inherit shadow)))
     `(vc-dir-status-up-to-date ((,c :foreground ,info)))
     `(vc-dir-status-warning ((,c :inherit error)))



reply via email to

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