Added more org-mode faces

This commit is contained in:
Jason F. McBrayer 2011-04-19 11:28:29 -04:00
parent 6e7be5236b
commit 36b068df8e
1 changed files with 9 additions and 0 deletions

View File

@ -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))))