commit 858df107d0dd42e6387da626c316d92f7c3e31b4
parent 5014002c7c4eab711665ddea5daa44c4e02b6c99
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Tue, 16 Jul 2013 11:47:14 +0200
a bunch of fixs for the last org-mode push.
Diffstat:
| M | solarized.el | | | 45 | +++++++++++++-------------------------------- |
1 file changed, 13 insertions(+), 32 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -852,42 +852,23 @@ customize the resulting theme."
;; org-mode
`(org-agenda-structure
- ((,class (:foreground ,magenta
- :background ,solarized-bg
- :weight normal
- :slant normal
- :inverse-video t
- :box (:line-width 3 :color ,solarized-bg)
- :height 1.3
- ))))
+ ((,class (:foreground ,solarized-fg :background ,solarized-bg :weight normal :slant normal
+ :inverse-video t :height 1.0
+ :box (:line-width 2 :color ,solarized-bg)))))
`(org-agenda-calendar-event ((,class (:foreground ,solarized-emph))))
`(org-agenda-calendar-sexp ((,class (:foreground ,violet))))
`(org-agenda-date
- ((,class (:foreground ,solarized-comments
- :background ,solarized-hl
- :weight normal
- :inverse-video nil
- :overline nil
- :slant normal
- :box nil
- :height 1.4
- :box (:line-width 3 :color ,solarized-bg)
- ))) t)
- `(org-agenda-date-weekend ((,class (:inherit org-agenda-date
- :inverse-video nil
- :background nil
- :foreground ,solarized-comments
- :weight unspecified
- :underline t
- :overline nil
- :box unspecified
- ))) t)
+ ((,class (:foreground ,solarized-comments :background ,solarized-hl :weight normal
+ :inverse-video nil :overline nil :slant normal :height 1.0
+ :box (:line-width 2 :color ,solarized-bg)))) t)
+ `(org-agenda-date-weekend
+ ((,class (:inherit org-agenda-date :inverse-video nil :background unspecified
+ :foreground ,solarized-comments :weight unspecified
+ :underline t :overline nil :box unspecified))) t)
`(org-agenda-date-today
- ((,class (:inherit org-agenda-date :inverse-video nil
- :weight normal :underline nil :overline nil :box nil
- :foreground ,solarized-emph :background ,solarized-hl :height 1.0
- :underline t
- ))) t)
+ ((,class (:inherit org-agenda-date :inverse-video nil :weight normal
+ :underline nil :overline nil :box unspecified :foreground ,solarized-emph
+ :background ,solarized-hl :height 1.0))) t)
`(org-agenda-done ((,class (:foreground ,solarized-comments :slant italic))) t)
`(org-archived ((,class (:foreground ,solarized-comments :weight normal))))
`(org-block ((,class (:foreground ,solarized-comments))))