Skip to content

Commit

Permalink
Add vc faces
Browse files Browse the repository at this point in the history
  • Loading branch information
alezost committed Mar 13, 2015
1 parent 916a6cf commit f9303ca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions alect-themes.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))

Expand Down

0 comments on commit f9303ca

Please sign in to comment.