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

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

[nongnu] elpa/anti-zenburn-theme 57e5f55 027/151: From zenburn-emacs: Ad


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 57e5f55 027/151: From zenburn-emacs: Adjust the outline colors.
Date: Thu, 21 Oct 2021 18:01:15 -0400 (EDT)

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

    From zenburn-emacs: Adjust the outline colors.
---
 anti-zenburn-theme.el | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 767118e..4d75c11 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -484,14 +484,14 @@
    `(org-column-title ((t (:background ,azenburn-bg-1 :underline t :weight 
bold))))
 
    ;; outline
-   `(outline-8 ((t (:inherit default))))
-   `(outline-7 ((t (:inherit outline-8 :height 1.0))))
-   `(outline-6 ((t (:inherit outline-7 :height 1.0))))
-   `(outline-5 ((t (:inherit outline-6 :height 1.0))))
-   `(outline-4 ((t (:inherit outline-5 :height 1.0))))
-   `(outline-3 ((t (:inherit outline-4 :height 1.0))))
-   `(outline-2 ((t (:inherit outline-3 :height 1.0))))
-   `(outline-1 ((t (:inherit outline-2 :height 1.0))))
+   `(outline-1 ((t (:foreground ,azenburn-light-blue))))
+   `(outline-2 ((t (:foreground ,azenburn-violet+4))))
+   `(outline-3 ((t (:foreground ,azenburn-beige-1))))
+   `(outline-4 ((t (:foreground ,azenburn-dark-blue-2))))
+   `(outline-5 ((t (:foreground ,azenburn-bordeaux))))
+   `(outline-6 ((t (:foreground ,azenburn-violet+2))))
+   `(outline-7 ((t (:foreground ,azenburn-blue-4))))
+   `(outline-8 ((t (:foreground ,azenburn-beige-4))))
 
    ;; rainbow-delimiters
    `(rainbow-delimiters-depth-1-face ((t (:foreground ,azenburn-fg))))



reply via email to

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