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

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

[nongnu] elpa/anti-zenburn-theme 46e3658 082/151: From zenburn-emacs: ad


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 46e3658 082/151: From zenburn-emacs: add shell-mode faces.
Date: Thu, 21 Oct 2021 18:01:28 -0400 (EDT)

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

    From zenburn-emacs: add shell-mode faces.
---
 anti-zenburn-theme.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 8f79906..844ba0b 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -752,6 +752,10 @@
    `(rst-level-5-face ((t (:foreground ,azenburn-bordeaux))))
    `(rst-level-6-face ((t (:foreground ,azenburn-violet-1))))
 
+   ;; sh-mode
+   `(sh-heredoc     ((t (:foreground ,azenburn-dark-blue :bold t))))
+   `(sh-quoted-exec ((t (:foreground ,azenburn-blue))))
+
    ;; show-paren
    `(show-paren-mismatch ((t (:foreground ,azenburn-blue-3 :background 
,azenburn-bg :weight bold))))
    `(show-paren-match ((t (:foreground ,azenburn-beige-1 :background 
,azenburn-bg :weight bold))))



reply via email to

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