aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yoshi-theme.el5
1 files changed, 5 insertions, 0 deletions
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))))