Add diff foregrounds to Magit faces

This commit is contained in:
Protesilaos Stavrou 2022-11-27 07:11:24 +02:00
parent abf7228d50
commit c4ab80a694
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
1 changed files with 6 additions and 6 deletions

View File

@ -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)))