unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: 15974@debbugs.gnu.org
Subject: bug#15974: 24.3.50; emacs -Q -nw: awful color for input fields: BRIGHT YELLOW
Date: Sun, 9 Feb 2014 16:57:01 -0800 (PST)	[thread overview]
Message-ID: <918507c4-1bf2-43bf-bbb5-b499f4974c27@default> (raw)
In-Reply-To: <877g95koq1.fsf@building.gnus.org>

> >> > See attached screenshot, for emacs -Q -nw, of a Customize
> >> > buffer, showing color-name fields and face fields.
> >> >
> >> > "What were they thinking?" is what anyone looking at this
> >> > should think.  All user input fields, including the giant
> >> > search field, are BRIGHT YELLOW.  On a black background,
> >> > no less.
> >>
> >> It does look kinda stark, yes.  Is this only with -nw?
> >
> > I think so.
> 
> I seem to be unable to find where these offending faces are.
> What were you trying to customize exactly?

Lars, you are missing the point.  It is not the colors of the
_faces_ that are awful.  It is the colors of the "color-name
fields and face fields".  It is the EDITING FIELDS that use
the awful bright-yellow.

---

But if you are for some reason interested in the code that
defines the option, this is it:

(defcustom hlt-auto-face-backgrounds
  (let ((tty-cols   (hlt-tty-colors))
        (tty-faces  (hlt-remove-if-not #'facep
                     '(highlight isearch isearch-fail lazy-highlight
                       mode-line mode-line-inactive next-error
                       nobreak-space secondary-selection tooltip
                       trailing-whitespace))))
    (if (display-graphic-p)
        (append tty-cols
                '("DeepPink" "MediumPurple1" "SpringGreen1"
                  "DarkOrange" "HotPink1")
                tty-faces
                (hlt-remove-if-not
                 #'facep '(header-line mode-line-highlight)))
      (append tty-cols tty-faces)))
  "..."
  :type '(repeat (choice
                  (color :tag "Background color" :value "yellow")
                  (face  :tag "Face" :value "highlight")))
  :group 'highlight)





  reply	other threads:[~2014-02-10  0:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-25 19:13 bug#15974: 24.3.50; emacs -Q -nw: awful color for input fields: BRIGHT YELLOW Drew Adams
2014-02-08  3:10 ` Lars Ingebrigtsen
2014-02-08  9:10   ` Eli Zaretskii
2014-02-08 10:24     ` Lars Ingebrigtsen
2014-02-08 10:57       ` Eli Zaretskii
2014-02-08 23:02   ` Drew Adams
2014-02-09  2:24     ` Lars Ingebrigtsen
2014-02-10  0:57       ` Drew Adams [this message]
2014-02-10  2:44         ` Lars Ingebrigtsen
2014-02-10  3:03           ` Drew Adams
2014-02-10  3:06             ` Lars Ingebrigtsen
2014-02-10  3:14               ` Drew Adams
     [not found]             ` <83y51iubdy.fsf@gnu.org>
     [not found]               ` <0087db25-ff93-4dd9-822c-41afd1746dbf@default>
     [not found]                 ` <83ppmuu910.fsf@gnu.org>
     [not found]                   ` <3ad5abea-959f-46b1-90f2-527df4d7f52e@default>
2014-02-11  3:33                     ` Eli Zaretskii
     [not found] <<4f10904c-6fb1-470f-a2fd-0032209f80dc@default>
     [not found] ` <<87iosq9u55.fsf@building.gnus.org>
     [not found]   ` <<83zjm2vuk1.fsf@gnu.org>
2014-02-10  1:01     ` Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=918507c4-1bf2-43bf-bbb5-b499f4974c27@default \
    --to=drew.adams@oracle.com \
    --cc=15974@debbugs.gnu.org \
    --cc=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).