solarized-emacs

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

commit bdc7d6f3dfc5a283ef4afae0b445c45d91d432f4
parent 9411fe3ae22fad5bc5df20c41273d8f541c7ae16
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri,  5 Apr 2013 16:29:22 +0200

added guide-key faces

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

diff --git a/solarized.el b/solarized.el @@ -406,6 +406,11 @@ `(git-gutter-fr:deleted ((,class (:foreground ,red :weight bold)))) `(git-gutter-fr:modified ((,class (:foreground ,blue :weight bold)))) + ;; guide-key + `(guide-key/highlight-command-face ((,class (:foreground ,blue)))) + `(guide-key/key-face ((,class (:foreground ,solarized-comments)))) + `(guide-key/prefix-command-face ((,class (:foreground ,green)))) + ;; gnus `(gnus-group-mail-1-face ((,class (:weight bold :inherit gnus-group-mail-1-empty)))) `(gnus-group-mail-1-empty-face ((,class (:inherit gnus-group-news-1-empty))))