branch: externals/modus-themes
commit b9eb16d1a12fabbe81733176e361757e5830f471
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Make neo-vc-removed-face consistent with vc-removed-state (see commit
e08fb8a)
Thanks to Morgan Willcock for discussing with me the use of the
:strike-through style in issue 169:
<https://github.com/protesilaos/modus-themes/issues/169>.
The plan is to review all uses of :strike-through to determine which
ones actually benefit from it.
---
modus-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modus-themes.el b/modus-themes.el
index 3fc23e271f..87e2c2d71b 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -6186,7 +6186,7 @@ FG and BG are the main colors."
`(neo-vc-missing-face ((,c :foreground ,err)))
`(neo-vc-needs-merge-face ((,c :inherit modus-themes-slant)))
`(neo-vc-needs-update-face ((,c :inherit underline)))
- `(neo-vc-removed-face ((,c :strike-through t)))
+ `(neo-vc-removed-face ((,c :underline (:style wave :color ,underline-err)
:foreground ,err)))
`(neo-vc-unlocked-changes-face ((,c :foreground ,info)))
`(neo-vc-up-to-date-face (( )))
`(neo-vc-user-face ((,c :foreground ,warning)))