Use a wavy underline for vc-removed-state

This commit is contained in:
Protesilaos Stavrou 2025-11-14 10:04:48 +02:00
parent bb548f6564
commit e08fb8adcd
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -6965,7 +6965,7 @@ FG and BG are the main colors."
`(vc-locked-state ((,c :foreground ,info)))
`(vc-missing-state ((,c :underline (:style wave :color ,underline-warning) :foreground ,warning)))
`(vc-needs-update-state ((,c :foreground ,err)))
`(vc-removed-state ((,c :foreground ,err)))
`(vc-removed-state ((,c :underline (:style wave :color ,underline-err) :foreground ,err)))
`(vc-state-base (( )))
`(vc-up-to-date-state (( )))
;;;;; vertico