commit d426bcba6a47341edf9fbf3875ea0e5da9e34ee2
parent 5985bcc2dcb2ba3c9244c7e4b181184de5472808
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date: Sat, 14 Apr 2012 11:31:59 -0700
Merge pull request #19 from thomasf/org-color-3
A new bunch of org-mode related changes
Diffstat:
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/solarized-theme.el b/solarized-theme.el
@@ -335,12 +335,14 @@
`(org-agenda-date-today
((,class (:inherit org-agenda-date :slant italic underline: t))) t)
`(org-agenda-done ((,class (:foreground ,green))) t)
- `(org-archived ((,class (:foreground ,solarized-fg :weight bold))))
+ `(org-archived ((,class (:foreground ,solarized-comments :weight normal))))
+ `(org-block ((,class (:foreground ,solarized-comments))))
+ `(org-block-begin-line ((,class (:foreground ,solarized-comments :slant italic))))
`(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))))
`(org-done ((,class (:bold t :weight bold :foreground ,green))))
+ `(org-ellipsis ((,class (:foreground ,solarized-comments))))
`(org-formula ((,class (:foreground ,yellow))))
`(org-headline-done ((,class (:foreground ,green))))
`(org-hide ((,class (:foreground ,solarized-bg))))
@@ -354,15 +356,16 @@
`(org-level-8 ((,class (:foreground ,blue))))
`(org-link ((,class (:foreground ,yellow :underline t))))
`(org-scheduled ((,class (:foreground ,green))))
- `(org-scheduled-previously ((,class (:foreground ,red))))
- `(org-scheduled-today ((,class (:foreground ,blue))))
+ `(org-scheduled-previously
+ ((,class (:foreground ,orange))))
+ `(org-scheduled-today ((,class (:bold t :foreground ,blue :weight bold))))
`(org-special-keyword ((,class (:foreground ,yellow))))
`(org-table ((,class (:foreground ,green))))
`(org-tag ((,class (:bold t :weight bold))))
- `(org-time-grid ((,class (:foreground ,orange))))
+ `(org-time-grid ((,class (:foreground ,cyan))))
`(org-todo ((,class (:bold t :foreground ,red :weight bold))))
- `(org-upcoming-deadline ((,class (:inherit font-lock-keyword-face))))
- `(org-warning ((,class (:bold t :foreground ,red :weight bold))))
+ `(org-upcoming-deadline ((,class (:bold t :foreground ,yellow ))))
+ `(org-warning ((,class (:bold t :foreground ,orange :weight bold :underline t))))
;; org-habit
`(org-habit-clear-face ((,class ,(if (eq variant 'light)
`(:foreground ,base02 :background "#bbbbff")