solarized-emacs

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

commit 5985bcc2dcb2ba3c9244c7e4b181184de5472808
parent 9ac9fb9158006f804428e8322425b70b0d0176b9
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date:   Fri, 13 Apr 2012 01:34:07 -0700

Merge pull request #17 from thomasf/org-color-2

More org mode agenda colors.. 
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)))))