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

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

[nongnu] elpa/gotham-theme a9da5a8390 116/214: add macrostep support


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme a9da5a8390 116/214: add macrostep support
Date: Fri, 7 Jan 2022 17:58:47 -0500 (EST)

branch: elpa/gotham-theme
commit a9da5a8390c3ed9abcc920ae6647022b6aa5aceb
Author: Davor Rotim <rotim.davor@gmail.com>
Commit: Davor Rotim <rotim.davor@gmail.com>

    add macrostep support
---
 gotham-theme.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index cf86895ddb..70c2715f22 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -618,6 +618,14 @@ depending on DISPLAY for keys which are either :foreground 
or
    (markdown-header-face-5 :background base3)
    (markdown-header-face-6 :background base4)
 
+   ;; macrostep
+   (macrostep-expansion-highlight-face :inherit highlight)
+   (macrostep-gensym-1 :foreground blue :weight bold :box t)
+   (macrostep-gensym-2 :foreground green :weight bold :box t)
+   (macrostep-gensym-3 :foreground yellow :weight bold :box t)
+   (macrostep-gensym-4 :foreground red :weight bold :box t)
+   (macrostep-gensym-5 :foreground magenta :weight bold :box t)
+
    ;; mu4e
    (mu4e-header-highlight-face :inherit hl-line)
    (mu4e-region-code :inherit region)



reply via email to

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