solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 83e6fb67881bdac0cee381b3865096b8e812705d
parent e85e579daa177ba5dcc1e1996b42538b67bdc351
Author: Xinchao He <xinchao.he@intel.com>
Date:   Tue, 16 Dec 2014 15:34:51 +0800

Add elscreen-mode face

https://github.com/knu/elscreen

Diffstat:
Msolarized.el | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -734,6 +734,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))))