branch: elpa/spacemacs-theme
commit a8b51ed10a1a0f648dc8c2cc16043189be0edd88
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>

    Make ace-window leading char bigger
    
    Fix issue (#98) thanks @stardiviner
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index db3975fd8c..a1bcdd3ac0 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -195,7 +195,7 @@ to 'auto, tags may not be properly aligned. "
      `(warning ((,class (:foreground ,war))))
 
 ;;;;; ace-window
-     `(aw-leading-char-face ((,class (:foreground ,func :weight bold :box 
(:line-width 1 :color ,keyword :style released-button)))))
+     `(aw-leading-char-face ((,class (:foreground ,func :weight bold :height 
2.0 :box (:line-width 1 :color ,keyword :style released-button)))))
 
 ;;;;; ahs
      `(ahs-face ((,class (:background ,highlight))))

Reply via email to