From: "Ernest Adrogué" <nfdisco@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: text displayed in the header line with wrong faces
Date: Tue, 20 Dec 2016 22:14:06 +0100 [thread overview]
Message-ID: <20161220211406.6fgcmxhnzfwkpyna@doriath.local> (raw)
In-Reply-To: <83k2au30tn.fsf@gnu.org>
2016-12-20, 20:36 (+0200); Eli Zaretskii escriu:
> > Date: Tue, 20 Dec 2016 15:57:26 +0100
> > From: Ernest Adrogué <nfdisco@gmail.com>
> >
> > (let ((cyan "#2aa198") (white "#ffffff"))
> > (setq header-line-format
> > (propertize
> > "abcdefghijklmnopqrstuvwxyz"
> > 'face `(:foreground ,cyan :background ,white))))
> >
> > It displays cyan text on white when I select any custom theme other than
> > solarized, tsdh-dark or tsdh-light (the latter two are bundled with
> > Emacs, I think) and white text on cyan background when I select one of
> > those.
>
> The header-line face, as defined in faces.el, inherits from mode-line,
> and mode-line has the inverse-video attribute set. When a theme
> specifies both foreground and background colors for the mode-line
> face, those colors specify the face completely, so the inverse-video
> attribute is disabled. But the themes you mention as deviant specify
> only one of the two colors, so the inverse-video attribute stays.
>
> You can see all this if you invoke customize-face.
Actually, I think that these themes simply customize the header-line
face and set the inverse-video attribute. It didn't occur to me that
this could matter, since the header-line face isn't used explicitly.
Thanks!
prev parent reply other threads:[~2016-12-20 21:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-20 10:25 text displayed in the header line with wrong faces Ernest Adrogué
2016-12-20 13:04 ` Alex Kost
2016-12-20 14:57 ` Ernest Adrogué
2016-12-20 18:36 ` Eli Zaretskii
2016-12-20 21:14 ` Ernest Adrogué [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161220211406.6fgcmxhnzfwkpyna@doriath.local \
--to=nfdisco@gmail.com \
--cc=help-gnu-emacs@gnu.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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.