- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Where in the scala emacs mode files are colors set?
I'm finding reading yellow on white pretty difficult and would like to change that. greps on "yellow" and "color" didn't reveal anything, so I'm just wondering how to alter the colorization scheme.
Thanks,
Ken










Re: Where in the scala emacs mode files are colors set?
You can customize the colors that font-lock assigns to each face (comment, type, keyword, etc) by hand, or, as is more usual, with color-theme.el.
http://www.emacswiki.org/emacs/ColorTheme
On Sun, Sep 12, 2010 at 11:26 AM, Kenneth McDonald <kenneth [dot] m [dot] mcdonald [at] sbcglobal [dot] net> wrote: