branch: externals/modus-themes
commit e08fb8adcdb06a3c1bfa89157a10c7dde56cd053
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Use a wavy underline for vc-removed-state
---
modus-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modus-themes.el b/modus-themes.el
index 29cedca4a4..3fc23e271f 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -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