commit 5888d6b1b0a477181bd9190c881d362a8a1ecc8a
parent 0a9465c90ec67a02837bd468328b2167843a0a5f
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Wed, 17 Dec 2014 00:48:43 +0100
Merge pull request #150 from takethathe/master
Add elscreen-mode face
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -735,6 +735,13 @@ customize the resulting theme."
`(elfeed-search-feed-face ((,class (:foreground ,base01))))
`(elfeed-search-tag-face ((,class (:foreground ,base0))))
`(elfeed-search-title-face ((,class (:foreground ,base0))))
+
+;;;;; elscreen
+ `(elscreen-tab-background-face ((,class (:background ,base03))))
+ `(elscreen-tab-current-screen-face ((,class (:background ,base1 :foreground ,base03)) (t (:underline t))))
+ `(elscreen-tab-other-screen-face ((,class (:background ,base02 :foreground ,base01))))
+ `(elscreen-tab-control-face ((,class (:background ,base03 :foreground ,base0))))
+
;;;;; epc
`(epc:face-title ((,class (:foreground ,blue :background ,base03
:weight normal :underline nil))))