commit a3473ffe04e12a596f43f0add03fa3f2a1afac45
parent f00f6cd7bb4d9fca6d0dd2c7e0627533a13d5653
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Fri, 27 Sep 2013 10:29:28 +0200
added diff-hl faces
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -520,6 +520,13 @@ customize the resulting theme."
`(ediff-odd-diff-C ((,class (:background ,solarized-comments
:foreground ,solarized-bg ))))
+ ;; diff-hl
+ `(diff-hl-change ((,class (:background ,blue-lc :foreground ,blue-hc))))
+ `(diff-hl-delete ((,class (:background ,red-lc :foreground ,red-hc))))
+ `(diff-hl-insert ((,class (:background ,green-lc :foreground ,green-hc))))
+ `(diff-hl-unknown ((,class (:background ,cyan-lc :foreground ,cyan-hc))))
+
+
;; elfeed
`(elfeed-search-date-face ((,class (:foreground ,solarized-comments))))
`(elfeed-search-feed-face ((,class (:foreground ,solarized-comments))))