branch: externals/standard-themes commit c4ab80a694ca7dda0b4a33cc7e34379fb1538377 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add diff foregrounds to Magit faces --- standard-themes.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/standard-themes.el b/standard-themes.el index ad4dbab7b5..c05a21889c 100644 --- a/standard-themes.el +++ b/standard-themes.el @@ -1354,10 +1354,10 @@ Helper function for `standard-themes-preview-colors'." `(magit-branch-warning ((,c :inherit warning))) `(magit-cherry-equivalent ((,c :foreground ,magenta))) `(magit-cherry-unmatched ((,c :foreground ,cyan))) - `(magit-diff-added ((,c :background ,bg-added-faint))) - `(magit-diff-added-highlight ((,c :background ,bg-added))) - `(magit-diff-base ((,c :background ,bg-changed-faint))) - `(magit-diff-base-highlight ((,c :background ,bg-changed))) + `(magit-diff-added ((,c :background ,bg-added-faint :foreground ,fg-added))) + `(magit-diff-added-highlight ((,c :background ,bg-added :foreground ,fg-added))) + `(magit-diff-base ((,c :background ,bg-changed-faint :foreground ,fg-changed))) + `(magit-diff-base-highlight ((,c :background ,bg-changed :foreground ,fg-changed))) `(magit-diff-context ((,c :inherit shadow))) `(magit-diff-context-highlight ((,c :background ,bg-dim))) `(magit-diff-file-heading ((,c :inherit bold :foreground ,accent-0))) @@ -1369,8 +1369,8 @@ Helper function for `standard-themes-preview-colors'." `(magit-diff-hunk-region ((,c :inherit bold))) `(magit-diff-lines-boundary ((,c :background ,fg-main))) `(magit-diff-lines-heading ((,c :background ,fg-alt :foreground ,bg-alt))) - `(magit-diff-removed ((,c :background ,bg-removed-faint))) - `(magit-diff-removed-highlight ((,c :background ,bg-removed))) + `(magit-diff-removed ((,c :background ,bg-removed-faint :foreground ,fg-removed))) + `(magit-diff-removed-highlight ((,c :background ,bg-removed :foreground ,fg-removed))) `(magit-diffstat-added ((,c :inherit success))) `(magit-diffstat-removed ((,c :inherit error))) `(magit-dimmed ((,c :inherit shadow)))