Skip to content

Commit

Permalink
Sort alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
wunki committed Mar 9, 2014
1 parent 5a9a415 commit 5e34f69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions solarized.el
Expand Up @@ -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))))
Expand Down Expand Up @@ -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))))
Expand Down

0 comments on commit 5e34f69

Please sign in to comment.