From f9303ca01d191c18030247d4d293950f7d03e005 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Fri, 13 Mar 2015 21:31:56 +0300 Subject: [PATCH] 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))))