emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dracula-theme af1febe 024/187: Merge pull request #9 from


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme af1febe 024/187: Merge pull request #9 from gilbertw1/master
Date: Thu, 21 Oct 2021 18:04:49 -0400 (EDT)

branch: elpa/dracula-theme
commit af1febe83ed682c7015c5e208836b1e03a5519f9
Merge: 366fb36 a8085da
Author: Harrison Heck <harrison.heck@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #9 from gilbertw1/master
    
    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]