branch: elpa/material-theme
commit adc22972b9795677a7d3d578526d6a6799943d32
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
added ace-jump faces
---
material-theme.el | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/material-theme.el b/material-theme.el
index aecaaf9..cb993a1 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -148,6 +148,12 @@
:weight
bold))))
+ ;; ace-jump-faces
+ `(ace-jump-face-foreground ((,class (:foreground ,foreground
+ :weight bold))))
+
+ `(ace-jump-face-background ((,class (:foreground ,"#78909c"
+ :weight normal))))
;; MMM-mode
`(mmm-code-submode-face ((,class (:background ,current-line))))
`(mmm-comment-submode-face ((,class (:inherit font-lock-comment-face))))