commit 7edc36d8fa6e71f892daa5e8bd0e596468110b46
parent 22236ac0e65400e8026a8ca36af6355b259f8aff
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Fri, 14 Jun 2013 08:59:59 +0200
slight modification of org-agenda faces.
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -764,6 +764,8 @@
;; org-mode
`(org-agenda-structure
((,class (:inherit font-lock-comment-face :foreground ,magenta :inverse-video t))))
+ `(org-agenda-calendar-event ((,class (:foreground ,solarized-emph))))
+ `(org-agenda-calendar-sexp ((,class (:foreground ,solarized-emph))))
`(org-agenda-date
((,class (:foreground ,solarized-fg :background ,solarized-hl :weight bold
:box (:line-width 4 :color ,solarized-hl) ))) t)
@@ -794,12 +796,12 @@
`(org-link ((,class (:foreground ,yellow :underline t))))
`(org-sexp-date ((,class (:foreground ,violet))))
`(org-scheduled ((,class (:foreground ,green))))
- `(org-scheduled-previously ((,class (:foreground ,yellow))))
+ `(org-scheduled-previously ((,class (:foreground ,cyan))))
`(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-time-grid ((,class (:foreground ,solarized-comments))))
`(org-todo ((,class (:foreground ,red :weight bold))))
`(org-upcoming-deadline ((,class (:foreground ,yellow :weight normal :underline nil))))
`(org-warning ((,class (:foreground ,orange :weight normal :underline nil))))