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

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

[nongnu] elpa/gruvbox-theme 847124825f 090/258: Add simple anzu mode spe


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme 847124825f 090/258: Add simple anzu mode specific configuration (#46)
Date: Sat, 1 Jan 2022 01:59:31 -0500 (EST)

branch: elpa/gruvbox-theme
commit 847124825f76f413bfe654500a26514786017ffe
Author: Shahab Shahsavari Alavidjeh <shahab.shahsavari@outlook.com>
Commit: Jason Milkins <jasonm23@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



reply via email to

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