From 0add65fff0288c51e6c9b6ba3a7aa3807d7dc111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miquel=20Sabat=C3=A9=20Sol=C3=A0?= Date: Thu, 7 Dec 2017 17:09:42 +0100 Subject: [PATCH] helm: added helm-M-x-key face setting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/soria-theme.el b/soria-theme.el index e7e8fe0..f998011 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -415,6 +415,10 @@ It adds to font-lock-number-face decimal, octal, hex and bin formats." :foreground ,soria-white :underline nil)))) + `(helm-M-x-key + ((,class (:foreground ,soria-orange + :underline nil)))) + `(helm-separator ((,class (:foreground ,soria-gray))))