solarized-emacs

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

commit 7c303717517c718df934c9f77415c5fc4c6e905a
parent c1fe58dab71f67a2c43738c0fa016f3e33bd38ee
Author: Marco Baringer <mb@bese.it>
Date:   Fri, 24 Apr 2015 23:11:10 +0200

Faces for hydra

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

diff --git a/solarized.el b/solarized.el @@ -1062,6 +1062,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))))