mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Use a wavy underline for vc-removed-state
This commit is contained in:
parent
bb548f6564
commit
e08fb8adcd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue