branch: externals/modus-themes commit a391efc0f8e9f3ab4c932b403948d4b3ed1af040 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove hardcoded colour values from some Magit faces --- modus-themes.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modus-themes.el b/modus-themes.el index 0331b75e5b..efbd5a598a 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -5924,12 +5924,12 @@ FG and BG are the main colors." `(magit-process-ng ((,c :inherit error))) `(magit-process-ok ((,c :inherit success))) `(magit-reflog-amend ((,c :inherit warning))) - `(magit-reflog-checkout ((,c :inherit bold :foreground ,blue))) + `(magit-reflog-checkout ((,c :inherit bold))) `(magit-reflog-cherry-pick ((,c :inherit success))) `(magit-reflog-commit ((,c :inherit bold))) `(magit-reflog-merge ((,c :inherit success))) - `(magit-reflog-other ((,c :inherit bold :foreground ,cyan))) - `(magit-reflog-rebase ((,c :inherit bold :foreground ,magenta))) + `(magit-reflog-other ((,c :inherit bold :foreground ,accent-3))) + `(magit-reflog-rebase ((,c :inherit bold :foreground ,accent-2))) `(magit-reflog-remote ((,c :inherit (bold magit-branch-remote)))) `(magit-reflog-reset ((,c :inherit error))) `(magit-refname ((,c :inherit shadow))) @@ -5943,8 +5943,8 @@ FG and BG are the main colors." `(magit-section-secondary-heading ((,c :inherit bold))) `(magit-sequence-done ((,c :inherit success))) `(magit-sequence-drop ((,c :inherit error))) - `(magit-sequence-exec ((,c :inherit bold :foreground ,magenta))) - `(magit-sequence-head ((,c :inherit bold :foreground ,cyan))) + `(magit-sequence-exec ((,c :inherit bold))) + `(magit-sequence-head ((,c :inherit bold :foreground ,accent-0))) `(magit-sequence-onto ((,c :inherit (bold shadow)))) `(magit-sequence-part ((,c :inherit warning))) `(magit-sequence-pick ((,c :inherit bold)))