Merge pull request #193 from ukiran03/widget-field-underline

Set widget-field underline face to border color
This commit is contained in:
Protesilaos Stavrou 2026-01-08 18:35:38 +02:00 committed by GitHub
commit 7eeadab5d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7252,9 +7252,9 @@ If COLOR is unspecified, then return :box unspecified."
`(widget-button ((,c :inherit modus-themes-bold :foreground ,fg-link)))
`(widget-button-pressed ((,c :inherit modus-themes-bold :foreground ,fg-link-visited)))
`(widget-documentation ((,c :inherit modus-themes-slant :foreground ,docstring)))
`(widget-field ((,c :background ,bg-button-inactive :foreground ,fg-button-active :extend nil :underline (:position t))))
`(widget-field ((,c :background ,bg-button-inactive :foreground ,fg-button-active :extend nil :underline (:position t :color ,border))))
`(widget-inactive ((,c :background ,bg-button-inactive :foreground ,fg-button-inactive)))
`(widget-single-line-field ((,c :background ,bg-button-inactive :foreground ,fg-button-active :extend nil :underline (:position t))))
`(widget-single-line-field ((,c :background ,bg-button-inactive :foreground ,fg-button-active :extend nil :underline (:position t :color ,border))))
;;;;; writegood-mode
`(writegood-duplicates-face ((,c :underline (:style wave :color ,underline-err))))
`(writegood-passive-voice-face ((,c :underline (:style wave :color ,underline-warning))))