commit 7380364097ce3f46f1485281044f2a062b6aec35
parent 489a590b2f772e3b4d9c776c2ee0a9dc16c50986
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Date: Mon, 8 Jul 2013 13:04:45 +0300
Use a less subtle negation char face
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -254,7 +254,7 @@
`(font-lock-doc-string-face ((,class (:foreground ,blue))))
`(font-lock-function-name-face ((,class (:foreground ,blue))))
`(font-lock-keyword-face ((,class (:foreground ,green :weight normal))))
- `(font-lock-negation-char-face ((,class (:foreground ,solarized-fg))))
+ `(font-lock-negation-char-face ((,class (:foreground ,yellow :weight bold))))
`(font-lock-preprocessor-face ((,class (:foreground ,blue))))
`(font-lock-string-face ((,class (:foreground ,cyan))))
`(font-lock-type-face ((,class (:foreground ,yellow))))