branch: elpa/spacemacs-theme
commit 6975915e3bc23dd961c251c7c7f4f9cf3b2fe8dc
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Support ace-window
Fix issue (#97), thanks @eflanigan00
---
spacemacs-common.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 0036710f8e..a309936b11 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -194,6 +194,9 @@ to 'auto, tags may not be properly aligned. "
`(vertical-border ((,class (:foreground ,border))))
`(warning ((,class (:foreground ,war))))
+;;;;; ace-window
+ `(aw-leading-char-face ((,class (:foreground ,func :weight bold :box
(:line-width 1 :color ,keyword :style released-button)))))
+
;;;;; ahs
`(ahs-face ((,class (:background ,highlight))))
`(ahs-plugin-whole-buffer-face ((,class (:background ,mat :foreground
,bg1))))