solarized-emacs

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

commit 46e25763caf8101138aabda4ef137d2629c1e18d
parent 676a0bfb8de0b4023fda5e3a98ebee631b649d1f
Author: Petar Radosevic <petar@wunki.org>
Date:   Sun,  9 Mar 2014 21:13:10 +0100

Background colors for `structured-haskell-mode`

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

diff --git a/solarized.el b/solarized.el @@ -1632,6 +1632,10 @@ customize the resulting theme." ;; zencoding `(zencoding-preview-input ((,class (:background ,base02 :box ,base1)))) + ;; structured-haskell + `(shm-current-face ((,class (:background ,base2)))) + `(shm-quarantine-face ((,class (:background ,base02)))) + ;; ztree `(ztreep-arrow-face ((,class (:foreground ,base01)))) `(ztreep-diff-header-face ((,class (:foreground ,base01 :weight bold :height 1.2))))