From: Wanrong Lin <wanrong.lin@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Face color change in column view
Date: Tue, 16 Oct 2007 00:46:32 -0400 [thread overview]
Message-ID: <47144228.6020407@gmail.com> (raw)
I wonder whether anyone sees the same thing as I did:
I use a light background. When column view is turned on, I got some
silver background, but my level 2 headings changed their foreground
color from default (black) to my light background color. So I have light
color texts on top of silver background, which makes them really
difficult to read. The strange thing is, if I set my org-level-2 face to
the following (using custom-set-faces):
'(org-level-2 ((t (:foreground "#000000"))))
I don't have the problem. But if I set org-level-2 to the following:
'(org-level-2 ((t nil))) ;; just use default face
I got the problem. Both of the settings are black since my default
foreground is black for light background. So why is that?
I want to avoid hard coding org-level-2 to black because occasionally I
need to work in a SSH terminal window with black background.
Thanks if someone can give some hints/ideas.
reply other threads:[~2007-10-16 4:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=47144228.6020407@gmail.com \
--to=wanrong.lin@gmail.com \
--cc=emacs-orgmode@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.