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

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

[nongnu] elpa/gruvbox-theme 6abe0c4eff 241/258: Set ido-only-match to in


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme 6abe0c4eff 241/258: Set ido-only-match to inherit from 'success
Date: Sat, 1 Jan 2022 01:59:50 -0500 (EST)

branch: elpa/gruvbox-theme
commit 6abe0c4efff3a54ee62fc09aef6f839ca38c9063
Author: Eduardo Lavaque <me@greduan.com>
Commit: GitHub <noreply@github.com>

    Set ido-only-match to inherit from 'success
    
    Co-authored-by: Henri Menke <henri@icp.uni-stuttgart.de>
---
 gruvbox.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gruvbox.el b/gruvbox.el
index c807eaf6d4..a84196ace7 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -441,7 +441,7 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
      (ivy-minibuffer-match-face-4               (:foreground 
gruvbox-faded_yellow))
 
      ;; ido
-     (ido-only-match                            (:foreground 
gruvbox-bright_green :weight 'bold))
+     (ido-only-match                            (:inherit 'success))
      (ido-first-match                           (:foreground 
gruvbox-light0_hard :weight 'bold :underline t))
      (ido-subdir                                (:inherit 'dired-directory))
 



reply via email to

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