* colors
@ 2003-04-11 20:54 Matthew Low
2003-04-11 21:01 ` colors Kai Großjohann
0 siblings, 1 reply; 3+ messages in thread
From: Matthew Low @ 2003-04-11 20:54 UTC (permalink / raw)
How can I change the font coloring and the background coloring? In
particular I want to change the background color (currently a
_bright_ gray) to something more like black, and the font colors to
reflect the syntax of any particular programming language (but for the
moment Java).
Thanks,
Matthew Low
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: colors
2003-04-11 20:54 colors Matthew Low
@ 2003-04-11 21:01 ` Kai Großjohann
2003-04-11 21:14 ` colors Edward O'Connor
0 siblings, 1 reply; 3+ messages in thread
From: Kai Großjohann @ 2003-04-11 21:01 UTC (permalink / raw)
Matthew Low <cs164-cx@star.CS.Berkeley.EDU> writes:
> How can I change the font coloring and the background coloring? In
> particular I want to change the background color (currently a
> _bright_ gray) to something more like black,
Customize the "default" face. M-x customize-face RET default RET.
Don't forget to save your changes ;-)
> and the font colors to reflect the syntax of any particular
> programming language (but for the moment Java).
What does this mean? Do you mean you want to turn on syntax
highlighting? M-x customize-group RET font-lock RET, turn on the
global font lock mode option (and save...).
Do you mean you have syntax highlighting already, but it doesn't have
the right colors? Do M-x list-faces-display RET and search the face
to change by looking both for appearance and name. (I bet you can
guess what font-lock-comment-face is for.) Then invoke M-x
customize-face RET on that face.
Or just do M-x customize-face RET RET to customize all faces at once.
Or do you mean that you have done all this, but the highlighting is
still not to your liking?
--
file-error; Data: (Opening input file no such file or directory ~/.signature)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: colors
2003-04-11 21:01 ` colors Kai Großjohann
@ 2003-04-11 21:14 ` Edward O'Connor
0 siblings, 0 replies; 3+ messages in thread
From: Edward O'Connor @ 2003-04-11 21:14 UTC (permalink / raw)
> Do you mean you have syntax highlighting already, but it doesn't have
> the right colors? Do M-x list-faces-display RET and search the face to
> change by looking both for appearance and name. (I bet you can guess
> what font-lock-comment-face is for.) Then invoke M-x customize-face
> RET on that face.
>
> Or just do M-x customize-face RET RET to customize all faces at once.
Or M-x customize-group RET font-lock-highlighting-faces RET.
--
Edward O'Connor
oconnor@soe.ucsd.edu
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-04-11 21:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-11 20:54 colors Matthew Low
2003-04-11 21:01 ` colors Kai Großjohann
2003-04-11 21:14 ` colors Edward O'Connor
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.