commit f28fb4adcc5e1fe3413d48b0b543c9e2d1d52222
parent 476f3c5ba14d573b86ae99f0f6eb6a8c208d513b
Author: Toon Claes <toon@tonotdo.com>
Date: Thu, 25 Apr 2013 12:42:20 +0300
Move cscope in its correct alphabetical order
Diffstat:
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -299,6 +299,13 @@
`(clojure-test-error-face ((t (:foreground ,red :weight bold :underline t))))
`(clojure-test-success-face ((t (:foreground ,green :weight bold :underline t))))
+ ;; cscope
+ `(cscope-file-face ((,class (:foreground ,green :weight bold))))
+ `(cscope-function-face ((,class (:foreground ,blue))))
+ `(cscope-line-number-face ((,class (:foreground ,yellow))))
+ `(cscope-line-face ((,class (:foreground ,solarized-fg))))
+ `(cscope-mouse-face ((,class (:background ,blue :foreground ,solarized-fg))))
+
;; ctable
`(ctbl:face-cell-select ((,class (:background ,blue :foreground ,solarized-bg))))
`(ctbl:face-continue-bar ((,class (:background ,solarized-hl :foreground ,solarized-bg))))
@@ -1039,14 +1046,7 @@
((,class (:foreground ,solarized-comments :background ,solarized-comments))))
;; zencoding
- `(zencoding-preview-input ((,class (:background ,solarized-hl :box ,solarized-emph))))
-
- ;; cscope
- `(cscope-file-face ((,class (:foreground ,green :weight bold))))
- `(cscope-function-face ((,class (:foreground ,blue))))
- `(cscope-line-number-face ((,class (:foreground ,yellow))))
- `(cscope-line-face ((,class (:foreground ,solarized-fg))))
- `(cscope-mouse-face ((,class (:background ,blue :foreground ,solarized-fg)))))
+ `(zencoding-preview-input ((,class (:background ,solarized-hl :box ,solarized-emph)))))
(custom-theme-set-variables