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

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

[nongnu] elpa/dracula-theme faff9cd300 4/6: reStructuredText highlightin


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme faff9cd300 4/6: reStructuredText highlighting
Date: Wed, 5 Jan 2022 06:58:08 -0500 (EST)

branch: elpa/dracula-theme
commit faff9cd30018d62e105789b7dff08a36761cf352
Author: Vince Salvino <salvino@coderedcorp.com>
Commit: Étienne Deparis <etienne@depar.is>

    reStructuredText highlighting
---
 dracula-theme.el | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/dracula-theme.el b/dracula-theme.el
index 8e1a6d909f..e2b919c04d 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -677,6 +677,15 @@ read it before opening a new issue about your will.")
                (rpm-spec-section-face :foreground ,dracula-yellow)
                (rpm-spec-tag-face :foreground ,dracula-cyan)
                (rpm-spec-var-face :foreground ,dracula-orange)
+               ;; rst
+               (rst-level-1 :inherit bold :foreground ,dracula-pink)
+               (rst-level-2 :inherit bold :foreground ,dracula-purple)
+               (rst-level-3 :foreground ,dracula-green)
+               (rst-level-4 :foreground ,dracula-yellow)
+               (rst-level-5 :foreground ,dracula-cyan)
+               (rst-level-6 :foreground ,dracula-orange)
+               (rst-level-7 :foreground ,other-blue)
+               (rst-level-8 :foreground ,dracula-fg)
                ;; selectrum-mode
                (selectrum-current-candidate :weight bold)
                (selectrum-primary-highlight :foreground ,dracula-pink)



reply via email to

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