branch: externals/ef-themes commit 45b56041d5a5ff6543a940c6189535f5bc9e4eb5 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Reduce colouration in vc-dir It gets too distracting with the various permutations of the accent mappings, the warnings, etc. --- ef-themes.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ef-themes.el b/ef-themes.el index 4d81395fcd..90bb7fc206 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -1589,12 +1589,12 @@ Helper function for `ef-themes-preview-colors'." `(transient-unreachable-key ((,c :inherit shadow))) `(transient-value ((,c :inherit success :background ,bg-info))) ;;;; vc (vc-dir.el, vc-hooks.el) - `(vc-dir-directory ((,c :foreground ,accent-0))) + `(vc-dir-directory (( ))) `(vc-dir-file ((,c :foreground ,name))) - `(vc-dir-header ((,c :foreground ,accent-1))) - `(vc-dir-header-value ((,c :foreground ,accent-2))) - `(vc-dir-mark-indicator ((,c :inherit success))) - `(vc-dir-status-edited ((,c :inherit warning))) + `(vc-dir-header ((,c :inherit bold))) + `(vc-dir-header-value ((,c :foreground ,string))) + `(vc-dir-mark-indicator ((,c :foreground ,fg-intense))) + `(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)))