commit 4b7b12fdb2a1762162d9dc4d9a48ae098923b8f6
parent de9cb80da5805c0f533c0566aa2cf792866c3a15
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Wed, 9 Apr 2014 12:38:13 +0200
change org todo color red -> cyan
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -1376,7 +1376,7 @@ customize the resulting theme."
`(org-table ((,class (:foreground ,green))))
`(org-tag ((,class (:weight bold))))
`(org-time-grid ((,class (:foreground ,base01))))
- `(org-todo ((,class (:foreground ,red :weight bold))))
+ `(org-todo ((,class (:foreground ,cyan :weight bold))))
`(org-upcoming-deadline ((,class (:foreground ,yellow :weight normal :underline nil))))
`(org-warning ((,class (:foreground ,orange :weight normal :underline nil))))
;; org-habit (clear=blue, ready=green, alert=yellow, overdue=red. future=lower contrast)
@@ -1403,6 +1403,7 @@ customize the resulting theme."
`(org-latex-and-export-specials ((,class (:foreground ,orange))))
`(org-mode-line-clock-overrun ((,class (:inherit mode-line :background ,red))))
+
;; outline
`(outline-1 ((,class (:inherit org-level-1))))
`(outline-2 ((,class (:inherit org-level-2))))