emacs-devel
[Top][All Lists]
Advanced

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

Re: night-mode?


From: Arthur Miller
Subject: Re: night-mode?
Date: Sun, 22 Nov 2020 17:38:46 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Juri Linkov <juri@linkov.net>
>> Date: Sun, 22 Nov 2020 10:40:19 +0200
>> Cc: emacs-devel@gnu.org
>> 
>> diff --git a/lisp/startup.el b/lisp/startup.el
>> index 9f67dfde12..71d640701b 100644
>> --- a/lisp/startup.el
>> +++ b/lisp/startup.el
>> @@ -834,6 +834,7 @@ tty-handle-args
>>                                 argval)))
>>                       default-frame-alist))
>>            ((member argi '("-r" "-rv" "-reverse"))
>> +           (setq night-mode t)
>>             (push '(reverse . t)
>>                       default-frame-alist))
>>            ((equal argi "-color")
>
> I don't see why we should consider -rv be the sign of "night".  Many
> people use dark backgrounds for reasons that have nothing to do with
> the time of day, and -rv is not such a sign, either.
>
> I think we should ask users who'd want to have a special theme for the
> night and that routinely use the dark-background colors what would
> they like to see by night.  It isn't enough just to invert the colors,
> IMO.
Indeed; it probably is not. Some themes are not designed to be
inverted. Solarized is; but not all are. I think day/night theme should
probably be treated as two different themes as they are. The fact that
one is produced from the other is just an implementation detail .... 

By the way, I wonder how many users actually change their themes past
first few days of amazement?

Personally I would be annoyed if everything just changed beneagh my
cursor; it would be like pulling the floor under my feet; but who am I
to tell? I jump out of airplanes so I like being without floor sometimes :D.



reply via email to

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