solarized-emacs

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

commit 4dc07c56c5e623d7e5f5059e4fdb8935f878cec9
parent c0672a30443efc92b26a54cb8c6e4deacdb167dd
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date:   Wed, 19 Mar 2014 13:34:48 +0200

Merge pull request #104 from myuhe/stripe

Add stripe-buffer face.
Diffstat:
Msolarized.el | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -1450,6 +1450,9 @@ customize the resulting theme." :overline ,cyan-lc)))) `(speedbar-tag-face ((,class (:inherit ,s-variable-pitch :foreground ,green)))) + ;;stripe-buffer + `(stripe-highlight ((,class (:background ,base02)))) + ;; structured-haskell `(shm-current-face ((,class (:background ,base02)))) `(shm-quarantine-face ((,class (:background ,base01))))