Improve styles for ACE-WINDOW

This commit is contained in:
Protesilaos Stavrou 2019-12-14 07:13:15 +02:00
parent 813b10fdd4
commit 3e844136ee
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
3 changed files with 11 additions and 11 deletions

View File

@ -166,7 +166,7 @@ the "full support" may not be 100% true…
+ artbollocks-mode
+ auto-dim-other-buffers
+ avy
+ aw
+ ace-window
+ column-enforce-mode
+ company-mode*
+ company-posframe

View File

@ -324,11 +324,11 @@ between foreground and background is >= 7:1)."
`(avy-lead-face-0 ((,class (:inherit modus-theme-intense-blue :weight bold))))
`(avy-lead-face-1 ((,class (:inherit modus-theme-intense-red :weight bold))))
`(avy-lead-face-2 ((,class (:inherit modus-theme-intense-green :weight bold))))
;;;; aw
`(aw-background-face ((,class (:background ,bg-dim :foreground ,fg-dim))))
`(aw-key-face ((,class (:background ,bg-main :foreground ,magenta-intense :weight bold))))
`(aw-leading-char-face ((,class (:background ,bg-main :foreground ,red-intense :weight bold))))
`(aw-minibuffer-leading-char-face ((,class (:background ,bg-main :foreground ,red-intense))))
;;;; aw (ace-window)
`(aw-background-face ((,class (:background ,bg-alt))))
`(aw-key-face ((,class (:foreground ,blue-intense :weight bold))))
`(aw-leading-char-face ((,class (:height 1.5 :inherit modus-theme-intense-green :weight bold))))
`(aw-minibuffer-leading-char-face ((,class (:foreground ,magenta-active))))
`(aw-mode-line-face ((,class (:weight bold))))
;;;; buttons, links, widgets
`(button ((,class (:foreground ,blue-alt-other :underline t))))

View File

@ -324,11 +324,11 @@ between foreground and background is >= 7:1)."
`(avy-lead-face-0 ((,class (:inherit modus-theme-intense-blue :weight bold))))
`(avy-lead-face-1 ((,class (:inherit modus-theme-intense-red :weight bold))))
`(avy-lead-face-2 ((,class (:inherit modus-theme-intense-green :weight bold))))
;;;; aw
`(aw-background-face ((,class (:background ,bg-dim :foreground ,fg-dim))))
`(aw-key-face ((,class (:background ,bg-main :foreground ,magenta-intense :weight bold))))
`(aw-leading-char-face ((,class (:background ,bg-main :foreground ,red-intense :weight bold))))
`(aw-minibuffer-leading-char-face ((,class (:background ,bg-main :foreground ,red-intense))))
;;;; aw (ace-window)
`(aw-background-face ((,class (:background ,bg-alt))))
`(aw-key-face ((,class (:foreground ,blue-intense :weight bold))))
`(aw-leading-char-face ((,class (:height 1.5 :inherit modus-theme-intense-green :weight bold))))
`(aw-minibuffer-leading-char-face ((,class (:foreground ,magenta-active))))
`(aw-mode-line-face ((,class (:weight bold))))
;;;; buttons, links, widgets
`(button ((,class (:foreground ,blue-alt-other :underline t))))