solarized-emacs

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

commit 31d7d4e1c8eb923b231f67ffc73a49e608b1d73a
parent 70029f8a6002dcd5ebc9ba73a93b2cbf7bb76bd6
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Thu, 12 Apr 2012 19:40:05 +0200

Set solarized forground color for org-agenda-structure

Diffstat:
Msolarized-theme.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solarized-theme.el b/solarized-theme.el @@ -329,7 +329,7 @@ `(org-agenda-date-today ((,class (:foreground ,solarized-fg :slant italic :weight bold))) t) `(org-agenda-structure - ((,class (:inherit font-lock-comment-face)))) + ((,class (:inherit font-lock-comment-face :foreground ,solarized-fg)))) `(org-archived ((,class (:foreground ,solarized-fg :weight bold)))) `(org-checkbox ((,class (:background ,solarized-bg :foreground ,solarized-fg :box (:line-width 1 :style released-button)))))