bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26969: 26.0.50; diff-changed invisible by default


From: Stefan Monnier
Subject: bug#26969: 26.0.50; diff-changed invisible by default
Date: Mon, 22 May 2017 18:10:57 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

>> (defface diff-changed
>> -  '((t nil))
>> +  '((((class color) (min-colors 88) (background light))
>> +     :background "grey90")
>> +    (((class color) (min-colors 88) (background dark))
>> +     :background "grey20")
>> +    (((class color))
>> +     :foreground "grey"))

> I wonder why grey?  It used to be yellow.

Grey is beautiful ;-)


        Stefan "who doesn't really care about colors, so long as they
                lie on the white->black axis"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]