solarized-emacs

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

commit 0521e0ba86e0dfc29735220dd270e97a7f02c379
parent 161278fc16f771628039f68ed7bfead99fa40d01
Author: Rafiyq Widianto <rafiyqw@tutanota.com>
Date:   Sun, 21 Jun 2020 17:46:21 +0700

Add faces for Selectrum

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

diff --git a/solarized-faces.el b/solarized-faces.el @@ -1545,6 +1545,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))))