solarized-emacs

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

commit 30db3051294021956e9d23e31c2ee31384f3c4af
parent a156449fd22152fed90d3ff06e06aa53e5913320
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date:   Fri, 17 Jul 2020 13:54:12 +0300

Merge branch 'master' of github.com:bbatsov/solarized-emacs

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

diff --git a/solarized-faces.el b/solarized-faces.el @@ -1553,6 +1553,10 @@ `(rst-level-4 ((,class (:inherit org-level-4)))) `(rst-level-5 ((,class (:inherit org-level-5)))) `(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)))) ;;;;; sh-mode `(sh-quoted-exec ((,class (:foreground ,violet :weight bold)))) `(sh-escaped-newline ((,class (:foreground ,yellow :weight bold))))