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

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

[nongnu] elpa/alect-themes f9303ca 175/269: Add vc faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes f9303ca 175/269: Add vc faces
Date: Thu, 21 Oct 2021 17:59:13 -0400 (EDT)

branch: elpa/alect-themes
commit f9303ca01d191c18030247d4d293950f7d03e005
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Add vc faces
---
 alect-themes.el | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index 5d10081..82643da 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1487,6 +1487,17 @@ For INVERT, see `alect-get-color'."
          (term-default-fg-color  ((,c :inherit term-color-white)))
          (term-default-bg-color  ((,c :inherit term-color-black)))
 
+         ;; vc
+         (vc-up-to-date-state    ((,c :foreground ,(gc 'green-1))))
+         (vc-edited-state        ((,c :foreground ,(gc 'yellow+1))))
+         (vc-missing-state       ((,c :foreground ,(gc 'red))))
+         (vc-conflict-state      ((,c :foreground ,(gc 'red+2)
+                                      :weight bold)))
+         (vc-locked-state        ((,c :foreground ,(gc 'cyan-1))))
+         (vc-locally-added-state ((,c :foreground ,(gc 'blue))))
+         (vc-needs-update-state  ((,c :foreground ,(gc 'magenta))))
+         (vc-removed-state       ((,c :foreground ,(gc 'red-1))))
+
          ;; volatile-highlights
          (vhl/default-face ((,c :background ,(gc 'bg-2))))
 



reply via email to

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