commit 51d72bd0e2c7d853ef9bf32e9fa4ec8d3322e92e
parent 22236ac0e65400e8026a8ca36af6355b259f8aff
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Fri, 31 May 2013 19:37:48 +0200
remove bold from keyword face, less crazy switching to bold everywhere in code.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -237,7 +237,7 @@
`(font-lock-doc-face ((,class (:foreground ,cyan :slant italic))))
`(font-lock-doc-string-face ((,class (:foreground ,blue))))
`(font-lock-function-name-face ((,class (:foreground ,blue))))
- `(font-lock-keyword-face ((,class (:foreground ,green :weight bold))))
+ `(font-lock-keyword-face ((,class (:foreground ,green :weight normal))))
`(font-lock-negation-char-face ((,class (:foreground ,solarized-fg))))
`(font-lock-preprocessor-face ((,class (:foreground ,blue))))
`(font-lock-string-face ((,class (:foreground ,cyan))))