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

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

[nongnu] elpa/anti-zenburn-theme 5998642 024/151: From zenburn-emacs: fi


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 5998642 024/151: From zenburn-emacs: fix the display of the escape-glyph.
Date: Thu, 21 Oct 2021 18:01:14 -0400 (EDT)

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

    From zenburn-emacs: fix the display of the escape-glyph.
---
 anti-zenburn-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 8c996f3..2300b3f 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -71,7 +71,7 @@
    ;;; basic coloring
    `(default ((t (:foreground ,azenburn-fg :background ,azenburn-bg))))
    `(cursor ((t (:foreground ,azenburn-fg :background "black"))))
-   `(escape-glyph-face ((t (:foreground ,azenburn-blue))))
+   `(escape-glyph ((t (:foreground ,azenburn-dark-blue :bold t))))
    `(fringe ((t (:foreground ,azenburn-fg :background ,azenburn-bg+1))))
    `(header-line ((t (:foreground ,azenburn-dark-blue
                                  :background ,azenburn-bg-1



reply via email to

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