branch: elpa/gruvbox-theme commit 21c1673622ba160bcf8cfdb0f066567b388b2960 Author: Martijn Terpstra <bigmart...@gmail.com> Commit: Jason Milkins <jason...@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))