commit eb69a4271989d51bef235bc9429e0edcc7ce5ddd
parent 676a0bfb8de0b4023fda5e3a98ebee631b649d1f
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Mon, 10 Mar 2014 09:30:17 +0200
Merge pull request #100 from wunki/structured-haskell
Background colors for `structured-haskell-mode`
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -1383,6 +1383,10 @@ customize the resulting theme."
:overline ,cyan-lc))))
`(speedbar-tag-face ((,class (:inherit ,s-variable-pitch :foreground ,green))))
+ ;; structured-haskell
+ `(shm-current-face ((,class (:background ,base02))))
+ `(shm-quarantine-face ((,class (:background ,base01))))
+
;; sunrise commander headings
`(sr-active-path-face ((,class (:background ,blue :foreground ,base03
:height ,solarized-height-plus-1 :weight bold))))