commit 5e34f6917e44cf535584d37e9697cdd34b1eac2b
parent 5a9a415508c09e32078f2633fd6bda09f7243fc8
Author: Petar Radosevic <petar@wunki.org>
Date: Sun, 9 Mar 2014 21:32:17 +0100
Sort alphabetically
Diffstat:
1 file changed, 4 insertions(+), 4 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))))
@@ -1632,10 +1636,6 @@ customize the resulting theme."
;; zencoding
`(zencoding-preview-input ((,class (:background ,base02 :box ,base1))))
- ;; structured-haskell
- `(shm-current-face ((,class (:background ,base02))))
- `(shm-quarantine-face ((,class (:background ,base01))))
-
;; ztree
`(ztreep-arrow-face ((,class (:foreground ,base01))))
`(ztreep-diff-header-face ((,class (:foreground ,base01 :weight bold :height 1.2))))