solarized-emacs

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

commit 80c442afff8e4faf799c20139464f14020d7e72d
parent 6a2312d13e00f7ec0fffdfb31e8c1d3b356fa491
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Thu, 19 Apr 2012 15:39:22 +0200

Added org-mode sexp-date face

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

diff --git a/solarized-theme.el b/solarized-theme.el @@ -421,6 +421,7 @@ `(org-level-7 ((,class (:foreground ,red)))) `(org-level-8 ((,class (:foreground ,blue)))) `(org-link ((,class (:foreground ,yellow :underline t)))) + `(org-sexp-date ((,class (:foreground ,violet)))) `(org-scheduled ((,class (:foreground ,green)))) `(org-scheduled-previously ((,class (:foreground ,orange)))) `(org-scheduled-today ((,class (:bold t :foreground ,blue :weight bold))))