branch: externals/ef-themes commit dc0640c0648f6e5102b650fff6f24994792f138d Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for diff-hl --- ef-themes.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ef-themes.el b/ef-themes.el index b5c3cb6681..c389798c60 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -148,6 +148,16 @@ `(custom-group-tag ((,c :inherit bold :foreground ,builtin))) `(custom-group-tag-1 ((,c :inherit bold :foreground ,constant))) `(custom-variable-tag ((,c :inherit bold :foreground ,variable))) +;;;; diff-hl + `(diff-hl-change ((,c :background ,bg-changed-refine))) + `(diff-hl-delete ((,c :background ,bg-removed-refine))) + `(diff-hl-dired-change ((,c :inherit diff-hl-change))) + `(diff-hl-dired-delete ((,c :inherit diff-hl-delete))) + `(diff-hl-dired-ignored ((,c :inherit dired-ignored))) + `(diff-hl-dired-insert ((,c :inherit diff-hl-insert))) + `(diff-hl-dired-unknown ((,c :inherit dired-ignored))) + `(diff-hl-insert ((,c :background ,bg-added-refine))) + `(diff-hl-reverted-hunk-highlight ((,c :background ,fg-main :foreground ,bg-main))) ;;;; diff-mode `(diff-added ((,c :background ,bg-added))) `(diff-changed ((,c :background ,bg-changed :extend t)))