* Face color change in column view
@ 2007-10-16 4:46 Wanrong Lin
0 siblings, 0 replies; only message in thread
From: Wanrong Lin @ 2007-10-16 4:46 UTC (permalink / raw)
To: emacs-orgmode
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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-16 4:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-16 4:46 Face color change in column view Wanrong Lin
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.