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

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

[nongnu] elpa/alect-themes 6b3ef76 123/269: Add rst faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 6b3ef76 123/269: Add rst faces
Date: Thu, 21 Oct 2021 17:59:03 -0400 (EDT)

branch: elpa/alect-themes
commit 6b3ef769d455f23f7a3931c0c9fb3b7486b27cc3
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Add rst faces
---
 alect-themes.el | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index 6d6aa9b..7d79ac1 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1128,12 +1128,15 @@ For INVERT, see `alect-get-color'."
          (rpm-spec-var-face           ((,c :foreground ,(gc 'red))))
 
          ;; rst-mode
-         (rst-level-1-face ((,c :inherit alect-color-level-1)))
-         (rst-level-2-face ((,c :inherit alect-color-level-2)))
-         (rst-level-3-face ((,c :inherit alect-color-level-3)))
-         (rst-level-4-face ((,c :inherit alect-color-level-4)))
-         (rst-level-5-face ((,c :inherit alect-color-level-5)))
-         (rst-level-6-face ((,c :inherit alect-color-level-6)))
+         (rst-level-1   ((,c :inherit alect-title-1)))
+         (rst-level-2   ((,c :inherit alect-title-2)))
+         (rst-level-3   ((,c :inherit alect-title-3)))
+         (rst-level-4   ((,c :inherit alect-title-4)))
+         (rst-level-5   ((,c :inherit alect-title-5)))
+         (rst-level-6   ((,c :inherit alect-title-6)))
+         (rst-reference ((,c :inherit link)))
+         (rst-adornment ((,c :foreground ,(gc 'fg+2))))
+         (rst-literal   ((,c :foreground ,(gc 'cyan+1))))
 
          ;; sauron
          (sauron-timestamp-face  ((,c :inherit alect-time)))



reply via email to

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