Make diff indicators use a foreground (diff-mode)

This commit is contained in:
Protesilaos Stavrou 2022-08-17 10:08:23 +03:00
parent 85e334c311
commit 46ff2446aa
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
1 changed files with 3 additions and 3 deletions

View File

@ -385,9 +385,9 @@ Helper function for `ef-themes-preview-colors'."
`(diff-refine-added ((,c :background ,bg-added-refine :foreground ,fg-intense)))
`(diff-refine-changed ((,c :background ,bg-changed-refine :foreground ,fg-intense)))
`(diff-refine-removed ((,c :background ,bg-removed-refine :foreground ,fg-intense)))
`(diff-indicator-added ((,c :inherit (bold diff-added))))
`(diff-indicator-changed ((,c :inherit (bold diff-changed))))
`(diff-indicator-removed ((,c :inherit (bold diff-removed))))
`(diff-indicator-added ((,c :inherit success :background ,bg-added)))
`(diff-indicator-changed ((,c :inherit warning :background ,bg-changed)))
`(diff-indicator-removed ((,c :inherit error :background ,bg-removed)))
`(diff-context (( )))
`(diff-error ((,c :inherit error)))
`(diff-file-header ((,c :inherit bold)))