Add faces for guide-key

Guide-key package available at: https://github.com/kai2nenobu/guide-key
This commit is contained in:
Anders Johansson 2015-04-20 15:48:51 +02:00
parent 92255b2c15
commit 7903ed8964
1 changed files with 5 additions and 1 deletions

View File

@ -739,7 +739,11 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(hydra-face-blue (,@fmt-bold ,@fg-blue))
(hydra-face-amaranth (,@fmt-bold ,@fg-orange))
(hydra-face-pink (,@fmt-bold ,@fg-magenta))
(hydra-face-teal (,@fmt-bold ,@fg-cyan)))))))
(hydra-face-teal (,@fmt-bold ,@fg-cyan))
;; guide-key
(guide-key/prefix-command-face (,@fg-blue))
(guide-key/highlight-command-face (,@fg-orange))
(guide-key/key-face (,@fg-green)))))))
;;;###autoload
(when (boundp 'custom-theme-load-path)