branch: externals/modus-themes
commit 305890961717885bac99ebde0c844f8796e6d556
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Use warning instead of err for the vc-dir-status-warning
We use the err colour in other places.
---
modus-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modus-themes.el b/modus-themes.el
index 0e5ca76fa2..54b861f4e2 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -6956,7 +6956,7 @@ FG and BG are the main colors."
`(vc-dir-status-edited ((,c :inherit modus-themes-slant)))
`(vc-dir-status-ignored ((,c :foreground ,fg-dim)))
`(vc-dir-status-up-to-date ((,c :foreground ,info)))
- `(vc-dir-status-warning ((,c :foreground ,err)))
+ `(vc-dir-status-warning ((,c :foreground ,warning)))
`(vc-conflict-state ((,c :foreground ,err)))
`(vc-edited-state ((,c :inherit modus-themes-slant)))
`(vc-git-log-edit-summary-max-warning ((,c :foreground ,err)))