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

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

[nongnu] elpa/dracula-theme 9f9a113 032/187: Org mode changes


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 9f9a113 032/187: Org mode changes
Date: Thu, 21 Oct 2021 18:04:50 -0400 (EDT)

branch: elpa/dracula-theme
commit 9f9a11374010455013092c0039e5e38a4f117ce5
Author: Romain <roma1n@icloud.com>
Commit: Romain <roma1n@icloud.com>

    Org mode changes
---
 dracula-theme.el | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index c66ca15..ceeb288 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -244,21 +244,32 @@
    `(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-info-keyword ((,class (:foreground ,comment))))
    `(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-headline-done ((,class (:foreground ,comment :bold nil 
:strike-through t))))
    `(org-hide ((,class (:foreground ,bg1 :background ,bg1))))
+   `(org-level-1 ((,class (:inherit bold :foreground ,rainbow-4 :height 1.3))))
+   `(org-level-2 ((,class (:inherit bold :foreground ,rainbow-3 :height 1.1))))
+   `(org-level-3 ((,class (:bold nil :foreground ,rainbow-6 :height 1.0))))
+   `(org-level-4 ((,class (:bold nil :foreground ,rainbow-7))))
+   `(org-level-5 ((,class (:bold nil :foreground ,rainbow-2))))
+   `(org-level-6 ((,class (:bold nil :foreground ,rainbow-5))))
+   `(org-level-7 ((,class (:bold nil :foreground ,rainbow-8))))
+   `(org-level-8 ((,class (:bold nil :foreground ,rainbow-1))))
    `(org-link ((,class (:foreground ,rainbow-2 :underline t))))
+   `(org-priority ((,class (:foreground ,rainbow-2))))
    `(org-scheduled ((,class (:foreground ,rainbow-6))))
    `(org-scheduled-previously ((,class (:foreground ,rainbow-7))))
    `(org-scheduled-today ((,class (:foreground ,rainbow-6))))
    `(org-sexp-date ((,class (:foreground ,fg4))))
    `(org-special-keyword ((,class (:foreground ,rainbow-7))))
    `(org-table ((,class (:foreground ,rainbow-3))))
-   `(org-todo ((,class (:foreground ,rainbow-4))))
+   `(org-tag ((,class (:foreground ,rainbow-4 :bold t :background ,bg2))))
+   `(org-todo ((,class (:foreground ,rainbow-5 :bold t :background ,bg2))))
    `(org-upcoming-deadline ((,class (:foreground ,rainbow-7))))
    `(org-warning ((,class (:weight bold :foreground ,rainbow-4))))
    ;; outline



reply via email to

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