1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Add hydra faces

This commit is contained in:
Tom Willemse 2015-04-14 00:16:10 +02:00
parent dfe2896410
commit 54565df44a

View file

@ -159,6 +159,11 @@
`(highlight ((t (:background ,bgcyan)))) `(highlight ((t (:background ,bgcyan))))
`(highlight-80+ ((t (:underline (:color ,fgred :style wave) :background unspecified)))) `(highlight-80+ ((t (:underline (:color ,fgred :style wave) :background unspecified))))
`(hl-indent-face ((t (:inherit unspecified :background ,bgdim)))) `(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-stripe-face ((t (:background ,bgbright))))
`(identica-uri-face ((t (:foreground ,fgorange :underline t)))) `(identica-uri-face ((t (:foreground ,fgorange :underline t))))
`(identica-username-face ((t (:foreground ,fgblue :weight bold :underline unspecified)))) `(identica-username-face ((t (:foreground ,fgblue :weight bold :underline unspecified))))