commit 466510c405e7f7b71baa9aaaed2f66279ad9385e
parent f1783ed938b6a0f35cedc97a703a9c06e4ec7d12
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Fri, 18 May 2012 12:12:59 +0200
Change org-mode face:
- org-special-keyword yellow -> solarized-comments (does not need to stand out that much)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized-theme.el b/solarized-theme.el
@@ -436,7 +436,7 @@
`(org-scheduled ((,class (:foreground ,green))))
`(org-scheduled-previously ((,class (:foreground ,orange))))
`(org-scheduled-today ((,class (:bold t :foreground ,blue :weight bold))))
- `(org-special-keyword ((,class (:foreground ,yellow))))
+ `(org-special-keyword ((,class (:foreground ,solarized-comments :weigth bold :bold t))))
`(org-table ((,class (:foreground ,green))))
`(org-tag ((,class (:bold t :weight bold))))
`(org-time-grid ((,class (:foreground ,cyan))))