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

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

[nongnu] elpa/gruvbox-theme 21c1673622 155/258: Added support for sh-quo


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme 21c1673622 155/258: Added support for sh-quoted-exec and sh-heredoc
Date: Sat, 1 Jan 2022 01:59:40 -0500 (EST)

branch: elpa/gruvbox-theme
commit 21c1673622ba160bcf8cfdb0f066567b388b2960
Author: Martijn Terpstra <bigmartijn@gmail.com>
Commit: Jason Milkins <jasonm23@users.noreply.github.com>

    Added support for sh-quoted-exec and sh-heredoc
    
    Colors were chosen to match the gruvbox pallete while still being
    similar to their unthemed colors.
---
 gruvbox.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gruvbox.el b/gruvbox.el
index 083261b868..c2ebe31b4f 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -446,6 +446,10 @@
      (mu4e-unread-face                          (:foreground 
gruvbox-bright_blue :weight 'bold ))
      (mu4e-highlight-face                       (:foreground 
gruvbox-neutral_green))
 
+     ;; Shell script faces
+     (sh-quoted-exec                            (:foreground 
gruvbox-bright_purple))
+     (sh-heredoc                                (:foreground 
gruvbox-bright_orange))
+
      ;; Undo-tree
      (undo-tree-visualizer-active-branch-face   (:foreground gruvbox-light0))
      (undo-tree-visualizer-current-face         (:foreground 
gruvbox-bright_red))



reply via email to

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