branch: elpa/gruvbox-theme commit 847124825f76f413bfe654500a26514786017ffe Author: Shahab Shahsavari Alavidjeh <shahab.shahsav...@outlook.com> Commit: Jason Milkins <jason...@users.noreply.github.com>
Add simple anzu mode specific configuration (#46) * Add simple anzu mode specific configuration * Change README.md to reflect support for anzu --- README.md | 2 +- gruvbox-theme.el | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfa8e67c30..d0fa6d687b 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This theme contains custom support for the following features and plugins: - [ElScreen](https://github.com/knu/elscreen) - [ag.el](https://github.com/Wilfred/ag.el) - [js2-mode](https://github.com/mooz/js2-mode) +- [Anzu](https://github.com/syohex/emacs-anzu#customization) support - Diffs - Term - Helm @@ -67,7 +68,6 @@ None. For now... ## To-do -- [Anzu](https://github.com/syohex/emacs-anzu#customization) support - [ace-jump-mode](https://github.com/winterTTr/ace-jump-mode/blob/8351e2df4fbbeb2a4003f2fb39f46d33803f3dac/ace-jump-mode.el#L287) support - Light version of theme. diff --git a/gruvbox-theme.el b/gruvbox-theme.el index 70666d4aff..cb0d9a42bf 100644 --- a/gruvbox-theme.el +++ b/gruvbox-theme.el @@ -359,7 +359,10 @@ `(sml/filename ((t (:foreground ,gruvbox-bright_red :weight bold)))) `(sml/prefix ((t (:foreground ,gruvbox-light1)))) `(sml/read-only ((t (:foreground ,gruvbox-neutral_blue)))) - `(persp-selected-face ((t (:foreground ,gruvbox-neutral_orange))))) + `(persp-selected-face ((t (:foreground ,gruvbox-neutral_orange)))) + + ;; anzu-mode + `(anzu-mode-line ((t (:foreground ,gruvbox-bright_yellow :weight bold))))) (custom-theme-set-variables