branch: externals/modus-themes commit d9d8463713d499aac714be84d736cb01854a02f4 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add missing faces from commit 18e3694 Thanks to Bernd Rellermeyer for pointing out this implicit dependency in issue 68 on the GitHub mirror: <https://github.com/protesilaos/modus-themes/issues/68>. --- modus-themes.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modus-themes.el b/modus-themes.el index 1472b9d94d..32c2b5954e 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -2135,10 +2135,10 @@ FG and BG are the main colors." `(ediff-even-diff-Ancestor ((,c :background ,bg-diff-context))) `(ediff-even-diff-B ((,c :background ,bg-diff-context))) `(ediff-even-diff-C ((,c :background ,bg-diff-context))) - `(ediff-fine-diff-A ((,c :inherit diff-refine-removed))) + `(ediff-fine-diff-A ((,c :background ,bg-removed-refine :foreground ,fg-removed))) `(ediff-fine-diff-Ancestor ((,c :inherit modus-themes-subtle-cyan))) - `(ediff-fine-diff-B ((,c :inherit diff-refine-added))) - `(ediff-fine-diff-C ((,c :inherit diff-refine-changed))) + `(ediff-fine-diff-B ((,c :background ,bg-added-refine :foreground ,fg-added))) + `(ediff-fine-diff-C ((,c :background ,bg-changed-refine :foreground ,fg-changed))) `(ediff-odd-diff-A ((,c :inherit ediff-even-diff-A))) `(ediff-odd-diff-Ancestor ((,c :inherit ediff-even-diff-Ancestor))) `(ediff-odd-diff-B ((,c :inherit ediff-even-diff-B)))