solarized-emacs

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

commit e626b1889d8c945806e959e451f08633d948f8a7
parent 4d4b004460271e310ca45606d24a60e95ca3151d
Author: Eder Elorriaga <gexplorer8@gmail.com>
Date:   Tue, 18 May 2021 11:56:38 +0200

Add help-key-binding face

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

diff --git a/solarized-faces.el b/solarized-faces.el @@ -54,6 +54,7 @@ `(link-visited ((,class (:foreground ,yellow :underline t :weight normal)))) `(match ((,class (:background ,base02 :foreground ,base1 :weight bold)))) `(menu ((,class (:foreground ,base0 :background ,base03)))) + `(help-key-binding ((,class (:box (:line-width (1 . -1) :color ,s-line :style nil) :background ,base02)))) `(minibuffer-prompt ((,class (:foreground ,base0)))) `(mode-line ((,class (:inverse-video unspecified