branch: elpa/gruvbox-theme commit c5d1867aa241f7ba61df9dce083be62c27d9a758 Author: Shahab Shahsavari Alavidjeh <shahab.shahsav...@outlook.com> Commit: Jason Milkins <jason...@users.noreply.github.com>
Adding isearch specific colors (#47) * Add simple anzu mode specific configuration * Change README.md to reflect support for anzu * Add anzu match faces * Add isearch specific faces These colors try to mimic vim gruvbox in vim search behavior * Commenting out anzu-mtaches I don't know what they are * Some minor changes Implementing color for isearch-fail bring back anzu matches isearch match foreground to black to replicate vim * Correcting lazy-highlight variable name --- gruvbox-theme.el | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/gruvbox-theme.el b/gruvbox-theme.el index cb0d9a42bf..d370dc1166 100644 --- a/gruvbox-theme.el +++ b/gruvbox-theme.el @@ -361,8 +361,18 @@ `(sml/read-only ((t (:foreground ,gruvbox-neutral_blue)))) `(persp-selected-face ((t (:foreground ,gruvbox-neutral_orange)))) + ;;isearch + `(isearch ((t (:foreground ,gruvbox-black :background ,gruvbox-neutral_orange)))) + `(lazy-highlight ((t (:foreground ,gruvbox-black :background ,gruvbox-neutral_yellow)))) + `(isearch-fail ((t (:foreground ,gruvbox-light0 :background ,gruvbox-bright_red)))) + ;; anzu-mode - `(anzu-mode-line ((t (:foreground ,gruvbox-bright_yellow :weight bold))))) + `(anzu-mode-line ((t (:foreground ,gruvbox-bright_yellow :weight bold)))) + `(anzu-match-1 ((t (:background ,gruvbox-bright_green)))) + `(anzu-match-2 ((t (:background ,gruvbox-faded_yellow)))) + `(anzu-match-3 ((t (:background ,gruvbox-aquamarine4)))) + `(anzu-replace-to ((t (:foreground ,gruvbox-bright_yellow)))) + `(anzu-replace-highlight ((t (:inherit isearch))))) (custom-theme-set-variables