branch: externals/ef-themes
commit 58897d130edb5bd08422f737a37f15884135a406
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
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