diff --git a/color-theme-solarized.el b/color-theme-solarized.el index 01d065c..45b68d1 100755 --- a/color-theme-solarized.el +++ b/color-theme-solarized.el @@ -150,6 +150,15 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized." (org-hide ((t (:foreground ,base03)))) (org-todo ((t (:foreground ,red :bold t)))) (org-done ((t (:foreground ,green :bold t)))) + (org-todo ((t (:weight bold :foreground ,base03 :background ,red)))) + (org-todo-kwd-face ((t (:foreground ,red :background ,base03)))) + (org-done-kwd-face ((t (:foreground ,green :background ,base03)))) + (org-project-kwd-face ((t (:foreground ,violet :background ,base03)))) + (org-waiting-kwd-face ((t (:foreground ,orange :background ,base03)))) + (org-someday-kwd-face ((t (:foreground ,blue :background ,base03)))) + (org-started-kwd-face ((t (:foreground ,yellow :background ,base03)))) + (org-cancelled-kwd-face ((t (:foreground ,green :background ,base03)))) + (org-delegated-kwd-face ((t (:foreground ,cyan :background ,base03)))) ;; show-paren (show-paren-match-face ((t (:background ,cyan :foreground ,base3)))) (show-paren-mismatch-face ((t (:background ,red :foreground ,base3))))