From 54565df44a5a30f4781525de8f8b74c9b9c1a8e4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 14 Apr 2015 00:16:10 +0200 Subject: [PATCH] Add hydra faces --- yoshi-theme.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/yoshi-theme.el b/yoshi-theme.el index 6026fa5..7f99c43 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -159,6 +159,11 @@ `(highlight ((t (:background ,bgcyan)))) `(highlight-80+ ((t (:underline (:color ,fgred :style wave) :background unspecified)))) `(hl-indent-face ((t (:inherit unspecified :background ,bgdim)))) + `(hydra-face-amaranth ((t (:foreground ,fgorange :weight bold)))) + `(hydra-face-blue ((t (:foreground ,fgblue :weight bold)))) + `(hydra-face-pink ((t (:foreground ,fgpink :weight bold)))) + `(hydra-face-red ((t (:foreground ,fgred :weight bold)))) + `(hydra-face-teal ((t (:foreground ,fgcyan :weight bold)))) `(identica-stripe-face ((t (:background ,bgbright)))) `(identica-uri-face ((t (:foreground ,fgorange :underline t)))) `(identica-username-face ((t (:foreground ,fgblue :weight bold :underline unspecified))))