branch: elpa/dracula-theme
commit a8085da59af5c77a6eb257df0c1c303e52a93feb
Author: Bryan Gilbert <[email protected]>
Commit: Bryan Gilbert <[email protected]>
improved org mode support
---
dracula-theme.el | 58 +++++++++++++++++++++++++++++++-------------------------
1 file changed, 32 insertions(+), 26 deletions(-)
diff --git a/dracula-theme.el b/dracula-theme.el
index 8b27bc8..108b806 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -80,32 +80,38 @@
`(default-italic ((,class (:italic t))))
`(link ((,class (:foreground ,const :underline t))))
`(linum ((,class (:slant italic :foreground ,bg4 :background ,bg1))))
- `(org-code ((,class (:foreground ,eph-code :bold t))))
- `(org-hide ((,class (:foreground ,fg4))))
- `(org-level-1 ((,class (:bold nil :foreground ,fg2 :height 1.3))))
- `(org-level-2 ((,class (:bold nil :foreground ,fg2 :height 1.25))))
- `(org-level-3 ((,class (:bold nil :foreground ,fg2 :height 1.20))))
- `(org-level-4 ((,class (:bold nil :foreground ,fg2 :height 1.15))))
- `(org-date ((,class (:underline t :foreground ,var) )))
- `(org-footnote ((,class (:underline t :foreground ,fg4))))
- `(org-link ((,class (:underline t :foreground ,type ))))
- `(org-special-keyword ((,class (:foreground ,func))))
- `(org-block ((,class (:foreground ,fg3))))
- `(org-quote ((,class (:inherit org-block :slant italic))))
- `(org-verse ((,class (:inherit org-block :slant italic))))
- `(org-todo ((,class (:box (:line-width 1 :color ,fg3) :foreground ,keyword
:bold t))))
- `(org-done ((,class (:box (:line-width 1 :color ,bg3) :bold t :foreground
,bg4))))
- `(org-warning ((,class (:underline t :foreground ,warning))))
- `(org-agenda-structure ((,class (:weight bold :foreground ,fg3 :box (:color
,fg4) :background ,bg3))))
- `(org-agenda-date ((,class (:foreground ,var :height 1.1 ))))
- `(org-agenda-date-weekend ((,class (:weight normal :foreground ,fg4))))
- `(org-agenda-date-today ((,class (:weight bold :foreground ,keyword :height
1.4))))
- `(org-agenda-done ((,class (:foreground ,bg4))))
- `(org-scheduled ((,class (:foreground ,type))))
- `(org-scheduled-today ((,class (:foreground ,func :weight bold :height
1.2))))
- `(org-ellipsis ((,class (:foreground ,builtin))))
- `(org-verbatim ((,class (:foreground ,eph-verbatim :italic t))))
- `(org-document-info-keyword ((,class (:foreground ,func))))
+ `(outline-1 ((,class (:foreground ,rainbow-6))))
+ `(outline-2 ((,class (:foreground ,rainbow-3))))
+ `(outline-3 ((,class (:foreground ,rainbow-2))))
+ `(outline-4 ((,class (:foreground ,rainbow-5))))
+ `(outline-5 ((,class (:foreground ,rainbow-5))))
+ `(outline-6 ((,class (:foreground ,rainbow-8))))
+ `(org-agenda-structure ((,class (:foreground ,rainbow-3))))
+ `(org-agenda-date ((,class (:foreground ,rainbow-2 :underline nil))))
+ `(org-agenda-done ((,class (:foreground ,rainbow-6))))
+ `(org-agenda-dimmed-todo-face ((,class (:foreground ,comment))))
+ `(org-block ((,class (:foreground ,rainbow-5))))
+ `(org-code ((,class (:foreground ,rainbow-7))))
+ `(org-column ((,class (:background ,bg4))))
+ `(org-column-title ((,class (:inherit org-column :weight bold :underline
t))))
+ `(org-date ((,class (:foreground ,rainbow-2 :underline t))))
+ `(org-document-info ((,class (:foreground ,rainbow-8))))
+ `(org-document-info-keyword ((,class (:foreground ,rainbow-6))))
+ `(org-document-title ((,class (:weight bold :foreground ,rainbow-5 :height
1.44))))
+ `(org-done ((,class (:foreground ,rainbow-6))))
+ `(org-ellipsis ((,class (:foreground ,comment))))
+ `(org-footnote ((,class (:foreground ,rainbow-8))))
+ `(org-formula ((,class (:foreground ,rainbow-4))))
+ `(org-hide ((,class (:foreground ,bg1 :background ,bg1))))
+ `(org-link ((,class (:foreground ,rainbow-2 :underline t))))
+ `(org-scheduled ((,class (:foreground ,rainbow-6))))
+ `(org-scheduled-previously ((,class (:foreground ,rainbow-7))))
+ `(org-scheduled-today ((,class (:foreground ,rainbow-6))))
+ `(org-special-keyword ((,class (:foreground ,rainbow-7))))
+ `(org-table ((,class (:foreground ,rainbow-3))))
+ `(org-todo ((,class (:foreground ,rainbow-4))))
+ `(org-upcoming-deadline ((,class (:foreground ,rainbow-7))))
+ `(org-warning ((,class (:weight bold :foreground ,rainbow-4))))
`(font-latex-bold-face ((,class (:foreground ,type))))
`(font-latex-italic-face ((,class (:foreground ,key3 :italic t))))
`(font-latex-string-face ((,class (:foreground ,str))))