commit a190faded981e7e0c603b6e8c358097bfdbae63a
parent 60eb118942cf03805b4a763c06bff8142af063a1
Author: Moritz Ulrich <ulrich.moritz@googlemail.com>
Date: Mon, 26 Mar 2012 18:24:56 +0200
Fix faces `org-checkbox' and `org-agenda-date-today' in solarized-light.
Use face `solarized-fg' instead of "white".
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/solarized-theme.el b/solarized-theme.el
@@ -327,11 +327,11 @@
;; org-mode
`(org-agenda-date-today
- ((,class (:foreground "white" :slant italic :weight bold))) t)
+ ((,class (:foreground ,solarized-fg :slant italic :weight bold))) t)
`(org-agenda-structure
((,class (:inherit font-lock-comment-face))))
`(org-archived ((,class (:foreground ,solarized-fg :weight bold))))
- `(org-checkbox ((,class (:background ,solarized-bg :foreground "white"
+ `(org-checkbox ((,class (:background ,solarized-bg :foreground ,solarized-fg
:box (:line-width 1 :style released-button)))))
`(org-date ((,class (:foreground ,blue :underline t))))
`(org-deadline-announce ((,class (:foreground ,red))))