From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: text displayed in the header line with wrong faces
Date: Tue, 20 Dec 2016 20:36:04 +0200 [thread overview]
Message-ID: <83k2au30tn.fsf@gnu.org> (raw)
In-Reply-To: <20161220145726.tnffhu5kd23ph7my@doriath.local> (message from Ernest Adrogué on Tue, 20 Dec 2016 15:57:26 +0100)
> 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.
next prev parent reply other threads:[~2016-12-20 18:36 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 [this message]
2016-12-20 21:14 ` Ernest Adrogué
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=83k2au30tn.fsf@gnu.org \
--to=eliz@gnu.org \
--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.