GNU bug report logs -
#41221
Add some ediff faces to misterioso theme to improve readability
Previous Next
Reported by: Simon Lang <simon.lang <at> outlook.com>
Date: Tue, 12 May 2020 22:57:02 UTC
Severity: normal
Fixed in version 27.1
Done: Stefan Kangas <stefankangas <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 41221 <at> debbugs.gnu.org (full text, mbox):
Simon Lang <simon.lang <at> outlook.com> writes:
> This fix adds ediff faces for
>
> ediff-even-diff-A
> ediff-even-diff-B
> ediff-odd-diff-A
> ediff-odd-diff-B
Thank you for your contribution.
This is obviously broken in the theme as is, since you can't read the
changed text in ediff. I tested it, and your change looks good to me.
Eli, is the below acceptable for emacs-27?
> diff --git a/etc/themes/misterioso-theme.el b/etc/themes/misterioso-theme.el
> index 8161dbd9e9..030cb3dd75 100644
> --- a/etc/themes/misterioso-theme.el
> +++ b/etc/themes/misterioso-theme.el
> @@ -63,6 +63,11 @@
> `(button ((,class (:underline t))))
> `(link ((,class (:foreground "#59e9ff" :underline t))))
> `(link-visited ((,class (:foreground "#ed74cd" :underline t))))
> + ;; Ediff
> + `(ediff-even-diff-A ((,class (:background "#1d2430"))))
> + `(ediff-even-diff-B ((,class (:background "#1d2430"))))
> + `(ediff-odd-diff-A ((,class (:background "#415160"))))
> + `(ediff-odd-diff-B ((,class (:background "#415160"))))
Best regards,
Stefan Kangas
This bug report was last modified 5 years and 12 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.