commit f6b54e804bd59479c48779120284e4419539ebd4
parent f9f30bc00d2f91fe1a85c4bb8dd00525ba2b8bda
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Tue, 23 Oct 2012 12:54:23 +0200
change org-scheduled-previously from orange to yellow
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -567,7 +567,7 @@
`(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-previously ((,class (:foreground ,yellow))))
`(org-scheduled-today ((,class (:foreground ,blue :weight bold))))
`(org-special-keyword ((,class (:foreground ,solarized-comments :weight bold))))
`(org-table ((,class (:foreground ,green))))