branch: externals/ef-themes commit 971e0996d85f56d8c530e1a6df31ab05609cecbc Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Use italic, not foreground for VC edit status --- ef-themes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ef-themes.el b/ef-themes.el index ada1c76f5b..394c7bcff6 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -746,8 +746,8 @@ When called from Lisp, THEME is a symbol." `(vc-dir-status-up-to-date (( ))) `(vc-dir-status-warning ((,c :inherit error))) `(vc-conflict-state ((,c :inherit error))) - `(vc-edited-state ((,c :foreground ,warning))) - `(vc-locally-added-state ((,c :foreground ,info))) + `(vc-edited-state ((,c :inherit italic))) + `(vc-locally-added-state ((,c :inherit italic))) `(vc-locked-state ((,c :inherit success))) `(vc-missing-state ((,c :inherit error))) `(vc-needs-update-state ((,c :inherit error)))