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

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

[nongnu] elpa/material-theme 5df7e47 015/118: added ace-window leading c


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 5df7e47 015/118: added ace-window leading character
Date: Thu, 21 Oct 2021 18:06:10 -0400 (EDT)

branch: elpa/material-theme
commit 5df7e478d3bb14c499aa16cbc54847a5e72e4a42
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    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))))



reply via email to

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