Live data from Hacker News

Solarized - Color scheme for vim, mutt, terminal emulators

ethanschoonover.com

141–150 of 164 posts

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

#141
post #140

Earlier quoted context omitted.

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

Those are both really nice. I'm finding after a year or so of IR_Black I'm wanting a change. What's your terminal setup like?

Thank you.

I run tmux inside iTerm2.

I'll clean the theme up a little and make an isolated repository.

Looks decent in 8-color terminal as well.

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

#142

Earlier quoted context omitted.

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?

Thank you. Will do.

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

#143

Earlier quoted context omitted.

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?

Thank you. Will do.

Done.

http://www.vim.org/scripts/script.php?script_id=3534 https://github.com/strange/strange.vim

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

#144

Any chance someone can pull an Eclipse Color Theme version? (pretty please :)

check it http://www.eclipsecolorthemes.org/?list=all&q=solar

Could be that I'm missing something, but the dark versions don't seem to be the same as in solarized: http://ethanschoonover.com/img/solarized/solarized-screen-ja...

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

#145

Someone started porting it to Emacs: https://github.com/sellout/solarized/tree/master/emacs-color...

I made a similar port, with some different faces and a slightly different feel:

https://github.com/purcell/color-theme-sanityinc-solarized

(Using the latest Emacs under OS X, it suffers from the same color issues mentioned elsewhere in this comment thread, but hopefully Emacs will soon get fixed up accordingly.)

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

#147

Someone started porting it to Emacs: https://github.com/sellout/solarized/tree/master/emacs-color...

Why would you use this color scheme on a whole operating system?

I know you were joking, but actually, why not? If the color scheme is easier on someone's eyes, wouldn't it make sense to use it everywhere? Personally I've often found using dark themes in my editor a bit jarring when switching to other tools like a file browser or terminal if the settings are drastically different.

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

#148
post #77

A bit too much color according to my taste - I like a more subdued color scheme, as seen in http://www.michielovertoom.com/pictures/kwrite-textanalyse.p... (All black on lightgray, strings dark gray, and prussian blue comments).

A norwegian file! Tekstanalyse. Why are the comments in Dutch?

It was a prototype I made for a prospective client. I sometimes use Dutch comments (and variable names) in such a case. Btw, 'Tekstanalyse' is also a Dutch word.

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

#149
post #88

I haven't looked into how one can export gnome-terminal color palettes yet, but if anyone else is interested, I think these are the correct settings in gconf: /apps/gnome-terminal/palette: #070736364242:#D3D336368282:#B5B589890000:#CBCB4B4B1616:#2A2AA1A19898:#6C6C7171C4C4:#858599990000:#EEEEE8E8D5D5:#00002B2B3636:#D3D301010202:#58586E6E7575:#65657B7B8383:#838394949696:#26268B8BD2D2:#9393A1A1A1A1:#FDFDF6F6E3E3 /apps/g…

Ok, I think I had this wrong and it looks like I've hit a limit on editing my post. Here's the right values (I hope): (All values are in /apps/gnome-terminal/profiles/Default): palette: #070736364242:#D3D301010202:#858599990000:#B5B589890000:#26268B8BD2D2:#D3D336368282:#2A2AA1A19898:#EEEEE8E8D5D5:#00002B2B3636:#CBCB4B4B1616:#58586E6E7575:#65657B7B8383:#838394949696:#6C6C7171C4C4:#9393A1A1A1A1:#FDFDF6F6E3E3 background…

And here's the Light version:

palette: #070736364242:#D3D301010202:#858599990000:#B5B589890000:#26268 B8BD2D2:#D3D336368282:#2A2AA1A19898:#EEEEE8E8D5D5:#00002B2B363 6:#CBCB4B4B1616:#58586E6E7575:#65657B7B8383:#838394949696:#6C6 C7171C4C4:#9393A1A1A1A1:#FDFDF6F6E3E3

background_color: #FDFDF6F6E3E3

foreground_color: #00002B2B3636

(Same palette, just different FG and BG colours)

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

#150

Earlier quoted context omitted.

I've got a start going in https://github.com/markstory/solarized

Great work, Mark! I see you're progressing well with the TextMate themes.

Hey,

I've forked Mark's version and added a bunch of specific styles for the Light version, specifically a lot of rules for PHP and CSS.

It's not 100% yet, but it's already the best TextMate theme I've ever used.

https://github.com/deplorableword/solarized

Post reply on HN