commit 87d93c13293348d29798a438f4409cfaaf78b8e6
parent be418da3ec6d338b149fabc5183a3d557131f63a
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date: Thu, 2 Jul 2015 00:16:16 +0300
Merge pull request #185 from segv/hydra
define faces for hydra
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -1084,6 +1084,12 @@ customize the resulting theme."
;;;;; hl-line-mode
`(hl-line ((,class (:background ,base02))))
`(hl-line-face ((,class (:background ,base02))))
+;;;;; hydra
+ `(hydra-face-red ((,class (:foreground ,red))))
+ `(hydra-face-blue ((,class (:foreground ,blue))))
+ `(hydra-face-amaranth ((,class (:foreground ,orange))))
+ `(hydra-face-pink ((,class (:foreground ,magenta))))
+ `(hydra-face-teal ((,class (:foreground ,cyan))))
;;;;; ido-mode
`(ido-first-match ((,class (:foreground ,yellow :weight normal))))
`(ido-only-match ((,class (:foreground ,base03 :background ,yellow :weight normal))))