Set slant of ace-window window hint

Setting the slant face property of the ace-window window hint face
explicitly, prevents that property of the underlying face from
bleeding through.
This commit is contained in:
Nicolas De Jaeghere 2021-02-24 10:02:35 +01:00
parent fefe018603
commit abe6c5e614
No known key found for this signature in database
GPG key ID: 08153F0DF65B934C

View file

@ -3236,7 +3236,7 @@ by virtue of calling either of `modus-themes-load-operandi' and
;;;;; aw (ace-window)
`(aw-background-face ((,class :background ,bg-dim :foreground ,fg-dim)))
`(aw-key-face ((,class :inherit bold :foreground ,blue-intense)))
`(aw-leading-char-face ((,class :inherit bold :height 1.5 :background ,bg-main :foreground ,red-intense)))
`(aw-leading-char-face ((,class :inherit bold :height 1.5 :slant normal :background ,bg-main :foreground ,red-intense)))
`(aw-minibuffer-leading-char-face ((,class :foreground ,magenta-active)))
`(aw-mode-line-face ((,class :inherit bold)))
;;;;; awesome-tray