Refine the modus-themes-button style

This commit is contained in:
Protesilaos Stavrou 2025-09-20 14:00:31 +03:00
parent 161792b1b0
commit 58d1b88c1d
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -1653,10 +1653,11 @@ FG and BG are the main colors."
`(modus-themes-slant ((,c ,@(modus-themes--slant))))
`(modus-themes-ui-variable-pitch ((,c ,@(modus-themes--variable-pitch-ui))))
;;;;; other custom faces
`(modus-themes-button ((,c :inherit variable-pitch
:box (:line-width 1 :color ,border :style released-button)
:background ,bg-button-active
:foreground ,fg-button-active)))
`(modus-themes-button
((default :inherit variable-pitch :background ,bg-button-active :foreground ,fg-button-active)
(((supports :box t))
:box (:line-width 1 :color ,border :style released-button))
(t :underline ,border)))
`(modus-themes-key-binding ((,c :inherit (bold modus-themes-fixed-pitch) :foreground ,keybind)))
`(modus-themes-prompt ((,c ,@(modus-themes--prompt fg-prompt bg-prompt))))
`(modus-themes-reset-soft ((,c :background ,bg-main :foreground ,fg-main