branch: externals/doric-themes commit be8f68b8e503702fbc0142975e1daf1052a2e61a Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Use function defined in 93e4222 to make word-wise diffs stand out a bit more --- doric-themes.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doric-themes.el b/doric-themes.el index 196eba8105..1d1cc5626e 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -1420,13 +1420,13 @@ default a generic text that mentions the BACKGROUND-MODE." ,@(doric-themes-prepare-faces doric-themes-diff-added-faces :background 'bg-green :foreground 'fg-green) ,@(doric-themes-prepare-faces doric-themes-diff-added-faces-foreground-only :foreground 'fg-green) - ,@(doric-themes-prepare-faces doric-themes-diff-added-refine-faces :inherit ''bold) + ,@(doric-themes-prepare-faces doric-themes-diff-added-refine-faces :inherit ''bold :background '(doric-themes-adjust-value bg-green 10)) ,@(doric-themes-prepare-faces doric-themes-diff-changed-faces :background 'bg-yellow :foreground 'fg-yellow) ,@(doric-themes-prepare-faces doric-themes-diff-changed-faces-foreground-only :foreground 'fg-yellow) - ,@(doric-themes-prepare-faces doric-themes-diff-changed-refine-faces :inherit ''bold) + ,@(doric-themes-prepare-faces doric-themes-diff-changed-refine-faces :inherit ''bold :background '(doric-themes-adjust-value bg-yellow 10)) ,@(doric-themes-prepare-faces doric-themes-diff-removed-faces :background 'bg-red :foreground 'fg-red) ,@(doric-themes-prepare-faces doric-themes-diff-removed-faces-foreground-only :foreground 'fg-red) - ,@(doric-themes-prepare-faces doric-themes-diff-removed-refine-faces :inherit ''bold) + ,@(doric-themes-prepare-faces doric-themes-diff-removed-refine-faces :inherit ''bold :background '(doric-themes-adjust-value bg-red 10)) ,@(doric-themes-prepare-faces doric-themes-cite-odd :inherit ''italic :foreground 'fg-accent) ,@(doric-themes-prepare-faces doric-themes-cite-even :inherit ''italic :foreground 'fg-shadow-subtle)