diff options
| author | 2015-04-14 00:16:10 +0200 | |
|---|---|---|
| committer | 2015-04-14 00:16:10 +0200 | |
| commit | 54565df44a5a30f4781525de8f8b74c9b9c1a8e4 (patch) | |
| tree | a86b747b85d50395fd30219ad4ba852cc559f8b8 | |
| parent | dfe2896410a36d4bf27fe9c02eeac7eb6db96a27 (diff) | |
| download | yoshi-theme-54565df44a5a30f4781525de8f8b74c9b9c1a8e4.tar.gz yoshi-theme-54565df44a5a30f4781525de8f8b74c9b9c1a8e4.zip | |
Add hydra faces
| -rw-r--r-- | yoshi-theme.el | 5 |
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)))) |
