branch: elpa/ample-theme
commit 5358b2fc8435ad573ae93999587eb2c2548af65c
Author: jordonbiondo <[email protected]>
Commit: jordonbiondo <[email protected]>
getting ready for org-mode specs
---
ample-theme.el | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 75 insertions(+)
diff --git a/ample-theme.el b/ample-theme.el
index 903be37..38453c1 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -270,6 +270,81 @@
`(Man-overstrike ((t (:foreground ,ample/blue))))
`(Man-underline ((t (:foreground ,ample/yellow))))
+
+ ;; org
+ ;;`(org-agenda-calendar-event ((t (:foregound nil :background nil))))
+ ;;`(org-agenda-calendar-sexp ((t (:foregound nil :background nil))))
+ ;;`(org-agenda-clocking ((t (:foregound nil :background nil))))
+ ;;`(org-agenda-column-dateline ((t (:foregound nil :background nil))))
+ ;;`(org-agenda-current-time ((t (:foregound nil :background nil))))
+ ;;`(org-agenda-date ((t (:foregound nil :background nil))))
+ ;;`(org-agenda-date-today ((t (:foregound nil :background nil))))
+ ;;`(org-agenda-date-weekend ((t (:foregound nil :background nil))))
+ ;;`(org-agenda-diary ((t (:foregound nil :background nil))))
+ ;;`(org-agenda-dimmed-todo-face ((t (:foregound nil :background nil))))
+ ;;`(org-agenda-done ((t (:foregound nil :background nil))))
+ ;;`(org-agenda-filter-category ((t (:foregound nil :background nil))))
+ ;;`(org-agenda-filter-tags ((t (:foregound nil :background nil))))
+ ;;`(org-agenda-restriction-lock ((t (:foregound nil :background nil))))
+ ;;`(org-agenda-structure ((t (:foregound nil :background nil))))
+ ;;`(org-archived ((t (:foregound nil :background nil))))
+ ;;`(org-beamer-tag ((t (:foregound nil :background nil))))
+ ;;`(org-block ((t (:foregound nil :background nil))))
+ ;;`(org-block-background ((t (:foregound nil :background nil))))
+ ;;`(org-block-begin-line ((t (:foregound nil :background nil))))
+ ;;`(org-block-end-line ((t (:foregound nil :background nil))))
+ ;;`(org-checkbox ((t (:foregound nil :background nil))))
+ ;;`(org-checkbox-statistics-done ((t (:foregound nil :background nil))))
+ ;;`(org-checkbox-statistics-todo ((t (:foregound nil :background nil))))
+ ;;`(org-clock-overlay ((t (:foregound nil :background nil))))
+ ;;`(org-code ((t (:foregound nil :background nil))))
+ ;;`(org-column ((t (:foregound nil :background nil))))
+ ;;`(org-column-title ((t (:foregound nil :background nil))))
+ ;;`(org-date ((t (:foregound nil :background nil))))
+ ;;`(org-date-selected ((t (:foregound nil :background nil))))
+ ;;`(org-default ((t (:foregound nil :background nil))))
+ ;;`(org-document-info ((t (:foregound nil :background nil))))
+ ;;`(org-document-info-keyword ((t (:foregound nil :background nil))))
+ ;;`(org-document-title ((t (:foregound nil :background nil))))
+ ;;`(org-done ((t (:foregound nil :background nil))))
+ ;;`(org-drawer ((t (:foregound nil :background nil))))
+ ;;`(org-ellipsis ((t (:foregound nil :background nil))))
+ ;;`(org-footnote ((t (:foregound nil :background nil))))
+ ;;`(org-formula ((t (:foregound nil :background nil))))
+ ;;`(org-headline-done ((t (:foregound nil :background nil))))
+ ;;`(org-hide ((t (:foregound nil :background nil))))
+ ;;`(org-latex-and-export-specials ((t (:foregound nil :background nil))))
+ ;;`(org-level-1 ((t (:foregound nil :background nil))))
+ ;;`(org-level-2 ((t (:foregound nil :background nil))))
+ ;;`(org-level-3 ((t (:foregound nil :background nil))))
+ ;;`(org-level-4 ((t (:foregound nil :background nil))))
+ ;;`(org-level-5 ((t (:foregound nil :background nil))))
+ ;;`(org-level-6 ((t (:foregound nil :background nil))))
+ ;;`(org-level-7 ((t (:foregound nil :background nil))))
+ ;;`(org-level-8 ((t (:foregound nil :background nil))))
+ ;;`(org-link ((t (:foregound nil :background nil))))
+ ;;`(org-list-dt ((t (:foregound nil :background nil))))
+ ;;`(org-meta-line ((t (:foregound nil :background nil))))
+ ;;`(org-mode-line-clock ((t (:foregound nil :background nil))))
+ ;;`(org-mode-line-clock-overrun ((t (:foregound nil :background nil))))
+ ;;`(org-property-value ((t (:foregound nil :background nil))))
+ ;;`(org-quote ((t (:foregound nil :background nil))))
+ ;;`(org-scheduled ((t (:foregound nil :background nil))))
+ ;;`(org-scheduled-previously ((t (:foregound nil :background nil))))
+ ;;`(org-scheduled-today ((t (:foregound nil :background nil))))
+ ;;`(org-sexp-date ((t (:foregound nil :background nil))))
+ ;;`(org-special-keyword ((t (:foregound nil :background nil))))
+ ;;`(org-table ((t (:foregound nil :background nil))))
+ ;;`(org-tag ((t (:foregound nil :background nil))))
+ ;;`(org-target ((t (:foregound nil :background nil))))
+ ;;`(org-time-grid ((t (:foregound nil :background nil))))
+ ;;`(org-todo ((t (:foregound nil :background nil))))
+ ;;`(org-upcoming-deadline ((t (:foregound nil :background nil))))
+ ;;`(org-verbatim ((t (:foregound nil :background nil))))
+ ;;`(org-verse ((t (:foregound nil :background nil))))
+ ;;`(org-warning ((t (:foregound nil :background nil))))
+
+
;; trailing whitespace
`(trailing-whitespace ((t (:background "white" :bold t))))))