Live data from Hacker News

Solarized - Color scheme for vim, mutt, terminal emulators

ethanschoonover.com

111–120 of 164 posts

Re: Solarized - Color scheme for vim, mutt, terminal emulators

#111

Am I the only coder who doesn't like working with light text on a dark background? I have 20/20 vision, and I find it really uncomfortable to use these.

My theory is that it depends on when/where you normally work. If you have a tendency to code at night or in dark rooms, dark on light is very bright. At least, that's why I go light on dark.

That makes sense. I work from home in a room that's all windows.

Re: Solarized - Color scheme for vim, mutt, terminal emulators

#112
post #42

I don't know about the rest of you, but my eyes literally started to hurt when I read the text on that page, presumably because of the color of the text v. background. Doesn't bode well for using it in vim... Maybe it looks better on a different monitor? (I have a Samsung LCD.)

You may need to enable ClearType.

If on Windows XP. Display Properties > Appearance > Effects

Re: Solarized - Color scheme for vim, mutt, terminal emulators

#115

I don't mean to sound particularly thick here, but is there a way to apply these colours to my OSX Terminal too? I've installed the bundle for Terminal.app, and they look lovely in emacs, but can I use them in my general bash environment, too?

How did you get it for emacs? Perhaps I am the one being thick here ... :-/

Re: Solarized - Color scheme for vim, mutt, terminal emulators

#116

I don't mean to sound particularly thick here, but is there a way to apply these colours to my OSX Terminal too? I've installed the bundle for Terminal.app, and they look lovely in emacs, but can I use them in my general bash environment, too?

Yes, the directions are on GitHub: https://github.com/altercation/solarized/tree/master/osx-ter... Once you've activated that theme in Terminal.app's preferences, all your colors in the shell will use the colors defined in the colorscheme. So red will be the red in the colorscheme, blue -> blue, etc.

Thanks - seems to be working a treat here. Cheers!

Re: Solarized - Color scheme for vim, mutt, terminal emulators

#117
post #115

I don't mean to sound particularly thick here, but is there a way to apply these colours to my OSX Terminal too? I've installed the bundle for Terminal.app, and they look lovely in emacs, but can I use them in my general bash environment, too?

How did you get it for emacs? Perhaps I am the one being thick here ... :-/

It just worked, or at least, seems to be working :o)

Re: Solarized - Color scheme for vim, mutt, terminal emulators

#118
post #73

Does this work in the console (vim)? I currently have desert256 working nicely in iTerm (xterm-256color). I'm away from my computer or I'd test it myself. Thanks! Never seen anyone put this much effort into a color scheme! I actually feel like I personally owe it to you to give this a shot.

Yes, but the 256 mode is actually an approximation of the real color theme. For exact colors you have to set up the 16 ansi colors of your terminal to the right colors and set a var in vimrc. See the docs for details.

Re: Solarized - Color scheme for vim, mutt, terminal emulators

#119
post #2

Please share your favorite color scheme(s) ! My favorite for gvim/MacVim is molokai: http://winterdom.com/2008/08/molokaiforvim , seconded by vividchalk when i'm on the terminal: https://github.com/tpope/vim-vividchalk Haven't found any good color scheme for iterm2 yet. Currently i'm using thayer: http://ecto-plazm.deviantart.com/gallery/

I wrote my own scheme: https://github.com/strange/dotfiles/blob/master/.vim/colors/... Python: http://files.pipsq.com/strange/python.png Erlang: http://files.pipsq.com/strange/erlang.png

I just tried this with Perl, and it looks great (the fold-column's a bit bright, but I don't have that on by default). Have you thought about uploading it to vim.org?
Post reply on HN