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

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

[nongnu] elpa/gruvbox-theme d5ab9e2390 2/2: Merge pull request #189 from


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme d5ab9e2390 2/2: Merge pull request #189 from zoliky/master
Date: Sun, 31 Jul 2022 10:58:29 -0400 (EDT)

branch: elpa/gruvbox-theme
commit d5ab9e2390b077c32d66f92ac502cb1c943c5a52
Merge: 2bdc3505e1 827519ff92
Author: Jason Milkins <jasonm23@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #189 from zoliky/master
    
    Add orderless
---
 gruvbox.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gruvbox.el b/gruvbox.el
index b7218f5100..3486864ade 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -489,6 +489,12 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
      (ido-first-match                           (:foreground 
gruvbox-light0_hard :weight 'bold :underline t))
      (ido-subdir                                (:inherit 'dired-directory))
 
+     ;; orderless
+     (orderless-match-face-0                    (:foreground 
gruvbox-bright_yellow))
+     (orderless-match-face-1                    (:foreground 
gruvbox-bright_orange))
+     (orderless-match-face-2                    (:foreground 
gruvbox-bright_blue))
+     (orderless-match-face-3                    (:foreground 
gruvbox-bright_purple))
+
      ;; magit
      (magit-bisect-bad                          (:foreground 
gruvbox-faded_red))
      (magit-bisect-good                         (:foreground 
gruvbox-faded_green))



reply via email to

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