branch: externals/modus-themes
commit bb548f65647b30eb9cbcf76bda71a70b28f01348
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Use a wavy underline and warning colour for vc-missing-state
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 54b861f4e2..29cedca4a4 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -6963,7 +6963,7 @@ FG and BG are the main colors."
     `(vc-git-log-edit-summary-target-warning ((,c :foreground ,warning)))
     `(vc-locally-added-state ((,c :inherit modus-themes-slant)))
     `(vc-locked-state ((,c :foreground ,info)))
-    `(vc-missing-state ((,c :foreground ,err)))
+    `(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-state-base (( )))

Reply via email to