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

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

[elpa] externals/ef-themes 74bd36952f: Use a foreground for vc-dir-statu


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 74bd36952f: Use a foreground for vc-dir-status-up-to-date
Date: Sat, 24 Sep 2022 22:57:30 -0400 (EDT)

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

    Use a foreground for vc-dir-status-up-to-date
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index da9d7f9d43..4d81395fcd 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1596,7 +1596,7 @@ Helper function for `ef-themes-preview-colors'."
     `(vc-dir-mark-indicator ((,c :inherit success)))
     `(vc-dir-status-edited ((,c :inherit warning)))
     `(vc-dir-status-ignored ((,c :inherit shadow)))
-    `(vc-dir-status-up-to-date (( )))
+    `(vc-dir-status-up-to-date ((,c :foreground ,info)))
     `(vc-dir-status-warning ((,c :inherit error)))
     `(vc-conflict-state ((,c :inherit error)))
     `(vc-edited-state ((,c :inherit italic)))



reply via email to

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