solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 57bd2740a2b56efb3710df03f890f7bcc556fe89
parent 67f261c7b3d1a041e5c8964df680f8132703fc17
Author: ssnnoo <43703153+ssnnoo@users.noreply.github.com>
Date:   Fri,  8 Jan 2021 19:34:30 +0000

fix selectrum match highlighting

Diffstat:
Msolarized-faces.el | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solarized-faces.el b/solarized-faces.el @@ -1557,8 +1557,8 @@ `(rst-level-6 ((,class (:inherit org-level-6)))) ;;;;; selectrum-mode `(selectrum-current-candidate ((,class (:weight bold :background ,base02 :underline t)))) - `(selectrum-primary-highlight ((,class (:foreground ,base1)))) - `(selectrum-secondary-highlight ((,class (:foreground ,yellow)))) + `(selectrum-primary-highlight ((,class (:foreground ,yellow)))) + `(selectrum-secondary-highlight ((,class (:foreground ,blue)))) ;;;;; sh-mode `(sh-quoted-exec ((,class (:foreground ,violet :weight bold)))) `(sh-escaped-newline ((,class (:foreground ,yellow :weight bold))))