hydra.el (hydra-face-blue): Customize for dark themes

master
Oleh Krehel 11 years ago
parent 900ca3426c
commit 1acd5f60cd
  1. 5
      hydra.el

@ -214,7 +214,10 @@ Every other command exits the Hydra."
:group 'hydra)
(defface hydra-face-blue
'((t (:foreground "#0000FF" :bold t)))
'((((class color) (background light))
:foreground "#0000FF" :bold t)
(((class color) (background dark))
:foreground "#8ac6f2" :bold t))
"Blue Hydra heads exit the Hydra.
Every other command exits as well.")

Loading…
Cancel
Save