diff --git a/hydra.el b/hydra.el index 16261dc..0272348 100644 --- a/hydra.el +++ b/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.")