Is there any themes for emacs which looks like this one? http://www.lnbogen.com/VisualStudioNet2005Col开发者_如何学Goors.aspx
Might be worth having a look at package color-theme
, although I can't see anything that matches precisely what you want on the sample page.
See here for screenshots (links at the bottom of the page), and here for the code.
Looks like a variation of the zenburn theme, which is also available for emacs.
It easy to make your own color theme, for instance you can see in my init.el file (search for global-font-lock-mode
to get to the interresting part) how easily it can be done.
精彩评论