GNU bug report logs -
#33398
26.1, netbsd-8; Hi Lock Faces, Hi Green B, default setting suggestion
Previous Next
Reported by: Van L <van <at> scratch.space>
Date: Thu, 15 Nov 2018 12:59:02 UTC
Severity: wishlist
Found in version 26.1
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Juri Linkov <juri <at> linkov.net>
> Cc: Van L <van <at> scratch.space>, 33398 <at> debbugs.gnu.org
> Date: Tue, 27 Nov 2018 01:27:40 +0200
>
> > So your problem is with the names of the faces? Then may I suggest to
> > name the new faces hi-red and hi-deepblue?
>
> Maybe something like this, but I'm not sure because the red background would
> be too glaring on 88 colors, but more readable orchid1 is not quite red.
Is OrangeRed better?
> Also blue would be too dark for a light background, but more readable
> DarkSlateGray1 is not quite blue as its name suggests.
That's okay, I think.
> (defface hi-green-b
> - '((((min-colors 88)) (:weight bold :foreground "green1"))
> + '((((min-colors 88)) (:weight bold :foreground "green3"))
> (t (:weight bold :foreground "green")))
> "Face for hi-lock mode."
> :group 'hi-lock-faces)
>
> (defface hi-red-b
> - '((((min-colors 88)) (:weight bold :foreground "red1"))
> + '((((min-colors 88)) (:weight bold :foreground "firebrick2"))
> (t (:weight bold :foreground "red")))
> "Face for hi-lock mode."
> :group 'hi-lock-faces)
So why are you still changing the existing faces? Not that I see any
problem with these changes on low-color TTYs, but still: why change?
This bug report was last modified 6 years and 205 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.