solarized-emacs

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

commit c1d3c901afa8f9beffd23e05a97ca4f1a8baa93c
parent 31d7d4e1c8eb923b231f67ffc73a49e608b1d73a
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Thu, 12 Apr 2012 20:45:56 +0200

Removed reduntant color definition for org-agenda-date-today

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

diff --git a/solarized-theme.el b/solarized-theme.el @@ -326,10 +326,10 @@ `(nav-face-hfile ((,class (:foreground ,red)))) ;; org-mode - `(org-agenda-date-today - ((,class (:foreground ,solarized-fg :slant italic :weight bold))) t) `(org-agenda-structure ((,class (:inherit font-lock-comment-face :foreground ,solarized-fg)))) + `(org-agenda-date-today + ((,class (:slant italic :weight bold))) 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)))))