solarized-emacs

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

commit c0672a30443efc92b26a54cb8c6e4deacdb167dd
parent 5cd051aba9302b8958424409b25e5e229e6d26e8
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Mon, 17 Mar 2014 12:08:20 +0100

move groups into alphabetical order

Diffstat:
Msolarized.el | 30+++++++++++++-----------------
1 file changed, 13 insertions(+), 17 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -1098,7 +1098,8 @@ customize the resulting theme." `(markdown-header-face-5 ((,class (:inherit markdown-header-face)))) `(markdown-header-face-6 ((,class (:inherit markdown-header-face)))) - + ;; multiple-cursors + `(mc/cursor-face ((,class (:inherit cursor :inverse-video nil)))) ;; message-mode `(message-cited-text ((,class (:foreground ,base01)))) @@ -1112,8 +1113,6 @@ customize the resulting theme." `(message-mml ((,class (:foreground ,yellow :weight bold)))) `(message-separator ((,class (:foreground ,base01 :slant italic)))) - - ;; mew `(mew-face-header-subject ((,class (:foreground ,orange)))) `(mew-face-header-from ((,class (:foreground ,yellow)))) @@ -1142,6 +1141,17 @@ customize the resulting theme." `(mew-face-eof-message ((,class (:foreground ,green)))) `(mew-face-eof-part ((,class (:foreground ,yellow)))) + ;; mic-paren + `(paren-face-match + ((,class (:foreground ,magenta :background unspecified + :weight ,s-maybe-bold)))) + `(paren-face-mismatch + ((,class (:foreground ,base02 :background ,red + :weight ,s-maybe-bold)))) + `(paren-face-no-match + ((,class (:foreground ,base02 :background ,red + :weight ,s-maybe-bold)))) + ;; mingus `(mingus-directory-face ((,class (:foreground ,blue)))) `(mingus-pausing-face ((,class (:foreground ,magenta)))) @@ -1423,16 +1433,6 @@ customize the resulting theme." :foreground ,violet :weight normal)))) - ;; mic-paren - `(paren-face-match - ((,class (:foreground ,magenta :background unspecified - :weight ,s-maybe-bold)))) - `(paren-face-mismatch - ((,class (:foreground ,base02 :background ,red - :weight ,s-maybe-bold)))) - `(paren-face-no-match - ((,class (:foreground ,base02 :background ,red - :weight ,s-maybe-bold)))) ;; SLIME `(slime-repl-inputed-output-face ((,class (:foreground ,red)))) @@ -1680,7 +1680,6 @@ customize the resulting theme." `(wl-highlight-summary-refiled-face ((,class (:foreground ,base0)))) `(wl-highlight-summary-displaying-face ((,class (:underline t :weight bold)))) - ;; weechat `(weechat-error-face ((,class (:inherit error)))) `(weechat-highlight-face ((,class (:foreground ,base0 :weight bold)))) @@ -1715,9 +1714,6 @@ customize the resulting theme." `(ztreep-leaf-face ((,class (:foreground ,base0)))) `(ztreep-node-face ((,class (:foreground ,blue)))) - ;; multiple-cursors - `(mc/cursor-face ((,class (:inherit cursor :inverse-video nil)))) - )