solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 28de53b0dbe513ff9bb5c1ef343f752ca0e74964
parent c1d3c901afa8f9beffd23e05a97ca4f1a8baa93c
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Thu, 12 Apr 2012 23:35:44 +0200

A bit of differentiation to org-agenda views.

Diffstat:
Msolarized-theme.el | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/solarized-theme.el b/solarized-theme.el @@ -327,9 +327,14 @@ ;; org-mode `(org-agenda-structure - ((,class (:inherit font-lock-comment-face :foreground ,solarized-fg)))) + ((,class (:inherit font-lock-comment-face :foreground ,magenta :inverse-video t)))) + `(org-agenda-date + ((,class (:foreground ,solarized-fg :background ,solarized-hl :weight bold + :box (:line-width 4 :color ,solarized-hl) ))) t) + `(org-agenda-date-weekend ((,class (:inherit org-agenda-date :slant italic))) t) `(org-agenda-date-today - ((,class (:slant italic :weight bold))) t) + ((,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-checkbox ((,class (:background ,solarized-bg :foreground ,solarized-fg :box (:line-width 1 :style released-button)))))