commit 17f48939911c82c040cc87017e6fe5ad3dd39821
parent af5cff3ad7e0413b5f2f46f3704bc3f871bba690
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Fri, 5 Apr 2013 16:19:56 +0200
slightly less contrasting org-mode faces, mostly or only in org-agenda i think.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -688,14 +688,14 @@
`(org-sexp-date ((,class (:foreground ,violet))))
`(org-scheduled ((,class (:foreground ,green))))
`(org-scheduled-previously ((,class (:foreground ,yellow))))
- `(org-scheduled-today ((,class (:foreground ,blue :weight bold))))
+ `(org-scheduled-today ((,class (:foreground ,blue :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 ,cyan))))
`(org-todo ((,class (:foreground ,red :weight bold))))
- `(org-upcoming-deadline ((,class (:foreground ,yellow ))))
- `(org-warning ((,class (:foreground ,orange :weight bold :underline t))))
+ `(org-upcoming-deadline ((,class (:foreground ,yellow :weight normal :underline nil))))
+ `(org-warning ((,class (:foreground ,orange :weight normal :underline nil))))
;; org-habit (clear=blue, ready=green, alert=yellow, overdue=red. future=lower contrast)
`(org-habit-clear-face ((,class (:background ,blue-lc :foreground ,blue-hc))))
`(org-habit-clear-future-face ((,class (:background ,blue-lc))))