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

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

[nongnu] elpa/anti-zenburn-theme cfebb10 045/151: From zenburn-emacs: Ad


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme cfebb10 045/151: From zenburn-emacs: Add colours for macrostep.
Date: Thu, 21 Oct 2021 18:01:19 -0400 (EDT)

branch: elpa/anti-zenburn-theme
commit cfebb10a0af6a80233eff532dde4d7bd55b27f86
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    From zenburn-emacs: Add colours for macrostep.
---
 anti-zenburn-theme.el | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 7de8d2f..9408e9c 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -2,7 +2,7 @@
 
 ;; Author: Andrey Kotlarski <m00naticus@gmail.com>
 ;; URL: https://github.com/m00natic/anti-zenburn-theme
-;; Version: 1.8
+;; Version: 2.0
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -439,6 +439,20 @@
    ;; linum-mode
    `(linum ((t (:foreground ,azenburn-violet+2 :background ,azenburn-bg))))
 
+   ;; macrostep
+   `(macrostep-gensym-1
+     ((t (:foreground ,azenburn-violet+2 :background ,azenburn-bg-1))))
+   `(macrostep-gensym-2
+     ((t (:foreground ,azenburn-blue+1 :background ,azenburn-bg-1))))
+   `(macrostep-gensym-3
+     ((t (:foreground ,azenburn-beige+1 :background ,azenburn-bg-1))))
+   `(macrostep-gensym-4
+     ((t (:foreground ,azenburn-green :background ,azenburn-bg-1))))
+   `(macrostep-gensym-5
+     ((t (:foreground ,azenburn-dark-blue :background ,azenburn-bg-1))))
+   `(macrostep-macro-face
+     ((t (:underline t))))
+
    ;; magit
    `(magit-section-title ((t (:foreground ,azenburn-dark-blue :weight bold))))
    `(magit-branch ((t (:foreground ,azenburn-light-blue :weight bold))))



reply via email to

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