Merge pull request #152 from andersjohansson/hydra

Add faces for hydra
This commit is contained in:
Greg Pfeil 2015-04-19 08:07:38 -06:00
commit 92255b2c15
1 changed files with 7 additions and 1 deletions

View File

@ -733,7 +733,13 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(company-scrollbar-bg (,@bg-base02))
(company-preview (,@bg-green))
(company-preview-common (,@bg-base02))
(company-template-field (,@fg-base03 ,@bg-yellow)))))))
(company-template-field (,@fg-base03 ,@bg-yellow))
;; hydra
(hydra-face-red (,@fmt-bold ,@fg-red))
(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)))))))
;;;###autoload
(when (boundp 'custom-theme-load-path)