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

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

[nongnu] elpa/dracula-theme 725b25a107 1/3: Follow dracula color specs f


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 725b25a107 1/3: Follow dracula color specs for Markdown and Org mode
Date: Tue, 18 Jan 2022 02:58:08 -0500 (EST)

branch: elpa/dracula-theme
commit 725b25a107cdaee040837e2b743795fd8e4749cf
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>

    Follow dracula color specs for Markdown and Org mode
    
    Fixes: https://github.com/dracula/emacs/issues/90
    Co-authored-by: saccarosium
---
 dracula-theme.el | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 81df910104..d321e5b4ad 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -497,7 +497,8 @@ read it before opening a new issue about your will.")
                (magit-process-ng :foreground ,dracula-orange :weight bold)
                (magit-process-ok :foreground ,dracula-green :weight bold)
                ;; markdown
-               (markdown-blockquote-face :foreground ,dracula-purple)
+               (markdown-blockquote-face :foreground ,dracula-yellow
+                                         :slant italic)
                (markdown-code-face :foreground ,dracula-orange)
                (markdown-footnote-face :foreground ,other-blue)
                (markdown-header-face :weight normal)
@@ -518,10 +519,12 @@ read it before opening a new issue about your will.")
                (markdown-header-face-6 :foreground ,dracula-orange)
                (markdown-header-face-7 :foreground ,other-blue)
                (markdown-header-face-8 :foreground ,dracula-fg)
-               (markdown-inline-code-face :foreground ,dracula-yellow)
+               (markdown-inline-code-face :foreground ,dracula-green)
                (markdown-plain-url-face :inherit link)
                (markdown-pre-face :foreground ,dracula-orange)
                (markdown-table-face :foreground ,dracula-purple)
+               (markdown-list-face :foreground ,dracula-cyan)
+               (markdown-language-keyword-face :foreground ,dracula-comment)
                ;; message
                (message-header-to :foreground ,dracula-fg :weight bold)
                (message-header-cc :foreground ,dracula-fg :bold bold)
@@ -596,7 +599,7 @@ read it before opening a new issue about your will.")
                (org-agenda-done :foreground ,dracula-green)
                (org-agenda-structure :foreground ,dracula-purple)
                (org-block :foreground ,dracula-orange)
-               (org-code :foreground ,dracula-yellow)
+               (org-code :foreground ,dracula-green)
                (org-column :background ,bg4)
                (org-column-title :inherit org-column :weight bold :underline t)
                (org-date :foreground ,dracula-cyan :underline t)
@@ -628,6 +631,7 @@ read it before opening a new issue about your will.")
                (org-level-8 :weight normal :foreground ,dracula-fg)
                (org-link :foreground ,dracula-cyan :underline t)
                (org-priority :foreground ,dracula-cyan)
+               (org-quote :foreground ,dracula-yellow :slant italic)
                (org-scheduled :foreground ,dracula-green)
                (org-scheduled-previously :foreground ,dracula-yellow)
                (org-scheduled-today :foreground ,dracula-green)
@@ -637,6 +641,7 @@ read it before opening a new issue about your will.")
                (org-tag :foreground ,dracula-pink :weight bold :background 
,bg2)
                (org-todo :foreground ,dracula-orange :weight bold :background 
,bg2)
                (org-upcoming-deadline :foreground ,dracula-yellow)
+               (org-verbatim :inherit org-quote)
                (org-warning :weight bold :foreground ,dracula-pink)
                ;; outline
                (outline-1 :foreground ,dracula-pink)



reply via email to

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