branch: externals/standard-themes
commit f468e5e302fbaf9fe0d6f8c922ce8391d13903ef
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Tweak VC faces
---
standard-themes.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/standard-themes.el b/standard-themes.el
index 98d3d9af6e..7e4b9be95b 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -2000,15 +2000,15 @@ Optional prefix argument MAPPINGS has the same meaning
as for
`(vc-dir-file ((,c :foreground ,name)))
`(vc-dir-header ((,c :inherit bold)))
`(vc-dir-header-value ((,c :foreground ,string)))
- `(vc-dir-mark-indicator ((,c :foreground ,fg-main)))
+ `(vc-dir-mark-indicator (( )))
`(vc-dir-status-edited ((,c :inherit italic)))
`(vc-dir-status-ignored ((,c :inherit shadow)))
`(vc-dir-status-up-to-date ((,c :foreground ,info)))
`(vc-dir-status-warning ((,c :inherit error)))
`(vc-conflict-state ((,c :inherit error)))
`(vc-edited-state ((,c :inherit italic)))
- `(vc-git-log-edit-summary-max-warning ((,c :background ,bg-err :foreground
,err)))
- `(vc-git-log-edit-summary-target-warning ((,c :background ,bg-warning
:foreground ,warning)))
+ `(vc-git-log-edit-summary-max-warning ((,c :inherit error)))
+ `(vc-git-log-edit-summary-target-warning ((,c :inherit warning)))
`(vc-locally-added-state ((,c :inherit italic)))
`(vc-locked-state ((,c :inherit success)))
`(vc-missing-state ((,c :inherit error)))