Reputation:
Does anybody know if there is a color theme like the TextMate Dawn theme, for Emacs ? I simply don't like the way the fonts look on my dark emacs theme and I am not sure if it's emacs's fault or just the theme.
Here's a comparison:
http://mixandgo.com/emacs_textmate.png
Thanks, Cezar
Upvotes: 7
Views: 17219
Reputation: 2275
After installing color-theme for Emacs:
http://www.emacswiki.org/emacs/ColorTheme
You can download this theme which is similar to the TextMate color scheme:
http://blog.jdhuntington.com/2008/11/emacs-color-theme-blackboard.html
Upvotes: 4
Reputation: 39093
Um, why do you have a dark Emacs?
Do M-x color-theme-select
(maybe you'll need to install color-theme
first: do sudo apt-get install emacs-goodies-el
or see Emacswiki page), and pick a light one. There are lots; many with "light" or "gray" in their name. (I like Greiner, Wheat, Snow, etc.)
Also, maybe you want to turn on/off anti-aliasing?
Upvotes: 8