commit dcb2a4a23fac2f22761579118ee21b4dd02f45d9
parent 7380364097ce3f46f1485281044f2a062b6aec35
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Date: Mon, 8 Jul 2013 13:05:09 +0300
Reorder faces alphabetically
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -256,12 +256,12 @@
`(font-lock-keyword-face ((,class (:foreground ,green :weight normal))))
`(font-lock-negation-char-face ((,class (:foreground ,yellow :weight bold))))
`(font-lock-preprocessor-face ((,class (:foreground ,blue))))
+ `(font-lock-regexp-grouping-construct ((,class (:foreground ,yellow :weight bold))))
+ `(font-lock-regexp-grouping-backslash ((,class (:foreground ,green :weight bold))))
`(font-lock-string-face ((,class (:foreground ,cyan))))
`(font-lock-type-face ((,class (:foreground ,yellow))))
`(font-lock-variable-name-face ((,class (:foreground ,blue))))
`(font-lock-warning-face ((,class (:foreground ,orange :weight bold :underline t))))
- `(font-lock-regexp-grouping-construct ((,class (:foreground ,yellow :weight bold))))
- `(font-lock-regexp-grouping-backslash ((,class (:foreground ,green :weight bold))))
`(c-annotation-face ((,class (:inherit font-lock-constant-face))))