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

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

[elpa] externals/ef-themes 971e0996d8 124/281: Use italic, not foregroun


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 971e0996d8 124/281: Use italic, not foreground for VC edit status
Date: Tue, 16 Aug 2022 16:58:25 -0400 (EDT)

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

    Use italic, not foreground for VC edit status
---
 ef-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index ada1c76f5b..394c7bcff6 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -746,8 +746,8 @@ When called from Lisp, THEME is a symbol."
     `(vc-dir-status-up-to-date (( )))
     `(vc-dir-status-warning ((,c :inherit error)))
     `(vc-conflict-state ((,c :inherit error)))
-    `(vc-edited-state ((,c :foreground ,warning)))
-    `(vc-locally-added-state ((,c :foreground ,info)))
+    `(vc-edited-state ((,c :inherit italic)))
+    `(vc-locally-added-state ((,c :inherit italic)))
     `(vc-locked-state ((,c :inherit success)))
     `(vc-missing-state ((,c :inherit error)))
     `(vc-needs-update-state ((,c :inherit error)))



reply via email to

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