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

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

[nongnu] elpa/alect-themes 2591fdd 013/269: Add faces for sh-mode


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 2591fdd 013/269: Add faces for sh-mode
Date: Thu, 21 Oct 2021 17:58:39 -0400 (EDT)

branch: elpa/alect-themes
commit 2591fddc3973787a773acca660b6083124840db4
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Add faces for sh-mode
---
 alect-themes-pkg.el | 2 +-
 alect-themes.el     | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/alect-themes-pkg.el b/alect-themes-pkg.el
index 72b2347..1b82ddd 100644
--- a/alect-themes-pkg.el
+++ b/alect-themes-pkg.el
@@ -1,4 +1,4 @@
 (define-package
   "alect-themes"
-  "0.1.4"
+  "0.1.6"
   "2 color themes (light and dark) for Emacs 24")
diff --git a/alect-themes.el b/alect-themes.el
index 871a119..b7ad93f 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -4,7 +4,7 @@
 
 ;; Author: Alex Kost <alezost@gmail.com>
 ;; Created: 10 Jul 2013
-;; Version: 0.1.5
+;; Version: 0.1.6
 ;; Last-Updated: 2013-12-11
 ;; Package-Requires: ((emacs "24.0"))
 ;; URL: http://github.com/alezost/alect-themes
@@ -826,6 +826,10 @@ color names and values."
       (rst-level-5-face ((t (:inherit color-level-5))))
       (rst-level-6-face ((t (:inherit color-level-6))))
 
+      ;; shell-script
+      (sh-heredoc     ((t (:inherit font-lock-doc-face))))
+      (sh-quoted-exec ((t (:foreground ,(gc 'cyan)))))
+
       ;; show-paren
       (show-paren-mismatch  ((t (:foreground ,(gc 'white)
                                  :background ,(gc 'red)))))



reply via email to

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