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

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

[elpa] externals/ef-themes 58897d130e 092/281: Add support for built-in


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 58897d130e 092/281: Add support for built-in VC
Date: Tue, 16 Aug 2022 16:58:22 -0400 (EDT)

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

    Add support for built-in VC
---
 ef-themes.el | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/ef-themes.el b/ef-themes.el
index a5353810ee..2d79da0221 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -644,6 +644,25 @@ When called from Lisp, THEME is a symbol."
     `(transient-unreachable ((,c :inherit shadow)))
     `(transient-unreachable-key ((,c :inherit shadow)))
     `(transient-value ((,c :inherit success :background ,bg-dim)))
+;;;; vc (vc-dir.el, vc-hooks.el)
+    `(vc-dir-directory ((,c :foreground ,accent-0)))
+    `(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-status-ignored ((,c :inherit shadow)))
+    `(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-locked-state ((,c :inherit success)))
+    `(vc-missing-state ((,c :inherit error)))
+    `(vc-needs-update-state ((,c :inherit error)))
+    `(vc-removed-state ((,c :inherit error)))
+    `(vc-state-base (( )))
+    `(vc-up-to-date-state (( )))
 ;;;; vertico
     `(vertico-current ((,c :background ,bg-completion)))
 ;;;; widget



reply via email to

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