aboutsummaryrefslogtreecommitdiff
path: root/soria-theme.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2017-12-07 17:09:42 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2017-12-07 17:09:42 +0100
commit0add65fff0288c51e6c9b6ba3a7aa3807d7dc111 (patch)
tree2b6ffe6f49193d4f588a13cf390ed57283342587 /soria-theme.el
parent1494d4a325cca1ae195cc9bc2aaf3c43bcc14010 (diff)
downloadsoria-0add65fff0288c51e6c9b6ba3a7aa3807d7dc111.tar.gz
soria-0add65fff0288c51e6c9b6ba3a7aa3807d7dc111.zip
helm: added helm-M-x-key face setting
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'soria-theme.el')
-rw-r--r--soria-theme.el4
1 files changed, 4 insertions, 0 deletions
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))))