emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme a8b51ed10a 230/336: Make ace-window leadin


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme a8b51ed10a 230/336: Make ace-window leading char bigger
Date: Fri, 14 Jan 2022 10:59:40 -0500 (EST)

branch: elpa/spacemacs-theme
commit a8b51ed10a1a0f648dc8c2cc16043189be0edd88
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]