branch: elpa/gruvbox-theme commit 6cbf80b6cde3c2390502dc94a911ab7378495249 Author: Ruiyang Wu <ywwr...@outlook.com> Commit: Jason Milkins <jason...@users.noreply.github.com>
Use less common colors for orderless match faces `gruvbox-bright_*` colors are heavily used, so the `orderless`-matched strings may not show in certain contexts, e.g., when using `consult-buffer`. This commit adopts less used colors for `orderless` match faces. The color scheme is similar to `orderless`'s default `blue`, `magenta`, `green` and `yellow`. Also update README to reflect support status for the `orderless` package. --- README.md | 1 + gruvbox.el | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a76b6f97bb..f895f92427 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ This theme contains custom support for the following features and plugins: - Markdown - Message - [Neotree](https://github.com/jaypei/emacs-neotree) +- [Orderless](https://github.com/oantolin/orderless) - Org - Popup - [Proof General](https://proofgeneral.github.io/) diff --git a/gruvbox.el b/gruvbox.el index fb76fd5bcf..3dba424fd6 100644 --- a/gruvbox.el +++ b/gruvbox.el @@ -527,10 +527,10 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix") ;;; 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)) + (orderless-match-face-0 (:weight 'bold :foreground gruvbox-lightblue4)) + (orderless-match-face-1 (:weight 'bold :foreground gruvbox-delimiter-four)) + (orderless-match-face-2 (:weight 'bold :foreground gruvbox-delimiter-three)) + (orderless-match-face-3 (:weight 'bold :foreground gruvbox-faded_yellow)) ;;; magit