emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 1acd5f6 05/22: hydra.el (hydra-face-blue): Customize for d


From: Oleh Krehel
Subject: [elpa] master 1acd5f6 05/22: hydra.el (hydra-face-blue): Customize for dark themes
Date: Fri, 16 Oct 2015 10:06:55 +0000

branch: master
commit 1acd5f60cd18ea1bd77c0458fa061a0f708a5ad0
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    hydra.el (hydra-face-blue): Customize for dark themes
---
 hydra.el |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

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.")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]