Skip to content

Commit

Permalink
Additional org faces
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Nov 13, 2012
1 parent f26adc7 commit 643213b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion color-theme-sanityinc-tomorrow.el
Expand Up @@ -334,19 +334,23 @@ names to which it refers are bound."
(mm/master-face ((,class (:inherit region :foreground nil :background nil))))
(mm/mirror-face ((,class (:inherit region :foreground nil :background nil))))

(org-date ((,class (:foreground ,blue :underline t))))
(org-agenda-structure ((,class (:foreground ,purple))))
(org-agenda-date ((,class (:foreground ,blue :underline nil))))
(org-agenda-done ((,class (:foreground ,green))))
(org-agenda-dimmed-todo-face ((,class (:foreground ,comment))))
(org-block ((,class (:foreground ,orange))))
(org-code ((,class (:foreground ,yellow))))
(org-column ((,class (:background ,current-line))))
(org-column-title ((,class (:inherit org-column :weight bold :underline t))))
(org-date ((,class (:foreground ,blue :underline t))))
(org-document-info ((,class (:foreground ,aqua))))
(org-document-info-keyword ((,class (:foreground ,green))))
(org-document-title ((,class (:weight bold :foreground ,orange :height 1.44))))
(org-done ((,class (:foreground ,green))))
(org-ellipsis ((,class (:foreground ,comment))))
(org-footnote ((,class (:foreground ,aqua))))
(org-formula ((,class (:foreground ,red))))
(org-hide ((,class (:foreground ,background :background ,background))))
(org-link ((,class (:foreground ,blue :underline t))))
(org-scheduled ((,class (:foreground ,green))))
(org-scheduled-previously ((,class (:foreground ,orange))))
Expand Down

0 comments on commit 643213b

Please sign in to comment.