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

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

[nongnu] elpa/dracula-theme abcbe86 165/187: Use purple for markdown blo


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme abcbe86 165/187: Use purple for markdown blockquote
Date: Thu, 21 Oct 2021 18:05:16 -0400 (EDT)

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

    Use purple for markdown blockquote
    
    In order to be homogeneous with message-mode, gnus, org-mode…
---
 dracula-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index eee4b2b..4da6e3e 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -442,7 +442,7 @@ 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-orange)
+               (markdown-blockquote-face :foreground ,dracula-purple)
                (markdown-code-face :foreground ,dracula-orange)
                (markdown-footnote-face :foreground ,other-blue)
                (markdown-header-face :weight normal)



reply via email to

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