solarized-emacs

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

commit 8e326f1534518174ccb481f8b0b579f9b1e21564
parent 379074c61a0a569337c6c1abc645cefe4ab0fdcf
Author: myuhe <yuhei.maeda@gmail.com>
Date:   Wed, 19 Mar 2014 20:33:22 +0900

Add stripe-buffer face.

See https://github.com/sabof/stripe-buffer

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

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