branch: externals/aircon-theme
commit 046e34ad03fe97eeb1dc4b7f950ec5d21437b135
Author: Gregory Chamberlain <[email protected]>
Commit: Gregory Chamberlain <[email protected]>
Add face help-key-binding
---
aircon-theme.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/aircon-theme.el b/aircon-theme.el
index 6557a283db..6208408ff3 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -103,6 +103,9 @@
`(completions-common-part ((,c (:inherit lazy-highlight))))
`(completions-first-difference ((,c (:inherit isearch))))
+ `(help-key-binding ((,c (:inherit (fixed-pitch mode-line-inactive)
+ :box (:line-width (1 . -1) :color "#a3a4ae")))))
+
`(diff-header ((,c (:background "#e2e3ea" :foreground "#303645"))))
`(diff-file-header ((,c (:inherit diff-file-header :weight bold))))
`(diff-added ((,c (:background "#c4face" :foreground "#143c1d"))))