branch: elpa/material-theme
commit 5df7e478d3bb14c499aa16cbc54847a5e72e4a42
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
added ace-window leading character
---
material-theme.el | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/material-theme.el b/material-theme.el
index 21ff5b1..fd92513 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -138,6 +138,16 @@
`(rainbow-delimiters-depth-9-face ((,class (:foreground ,green))))
`(rainbow-delimiters-unmatched-face ((,class (:foreground ,red))))
+ ;; ace-window
+ `(aw-leading-char-face ((,class (:foreground ,
+ foreground
+ :background ,
+ "#ef6c00"
+ :height ,
+ 1.7
+ :weight
+ bold))))
+
;; MMM-mode
`(mmm-code-submode-face ((,class (:background ,current-line))))
`(mmm-comment-submode-face ((,class (:inherit font-lock-comment-face))))