commit 360df777c4f0c98d28c98d5911ce5135207264fb
parent 3e549c3fbd11f86d6f77e7ad9bc056159e8bf1b9
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Tue, 16 Jul 2013 12:18:33 +0200
changed org special keyword face to bold again
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -896,7 +896,7 @@ customize the resulting theme."
`(org-scheduled ((,class (:foreground ,green))))
`(org-scheduled-previously ((,class (:foreground ,cyan))))
`(org-scheduled-today ((,class (:foreground ,blue :weight normal))))
- `(org-special-keyword ((,class (:foreground ,solarized-comments :weight normal))))
+ `(org-special-keyword ((,class (:foreground ,solarized-comments :weight bold))))
`(org-table ((,class (:foreground ,green))))
`(org-tag ((,class (:weight bold))))
`(org-time-grid ((,class (:foreground ,solarized-comments))))