Live data from Hacker News

Color schemes for Sublime Text 2 and Textmate

github.com

61–70 of 84 posts

Re: Color schemes for Sublime Text 2 and Textmate

#62
post #22

Earlier quoted context omitted.

You can convert any Textmate/ST2 theme to Vim using this tool: http://coloration.sickill.net/ I've used it myself, it works great.

That app does not seem to be working correctly ATM, but you can use the commandline tools for converting: https://github.com/sickill/coloration

Coloration is fantastic - the converted VIM versions of the schemes are in the repository now.

Re: Color schemes for Sublime Text 2 and Textmate

#64
post #47

Earlier quoted context omitted.

But this would require git, right? i use mercurial and don't have git installed.

Nobody's stopping you from installing Git alongside Mercurial; even if you're not going to use it on a day to day basis, things like sublime text themes and whatnots are easily installed with a git clone.

Yeah use the right tool for the job, and don't be afraid to try out others, even if you've already 'picked a stack' for your latest project.

Re: Color schemes for Sublime Text 2 and Textmate

#65
Hi all,

Dayle Rees here, glad you like my themes! If you do, please remember to star the repo! Also if you like some of the themes, but would prefer them slightly different, please let me know using the github issues feature and I will create an alternate version! Also taking requests the same way!

Thanks!

Re: Color schemes for Sublime Text 2 and Textmate

#69
post #11

What is the font used in the screenshots?

The editor used in the screenshots is Sublime Text 2 on Mac OSX with the font Source Code Pro. http://blogs.adobe.com/typblography/2012/09/source-code-pro....

That font changes so much with "font_options": ["directwrite"], on and off - any idea which one is closer to the designer intentions?

Re: Color schemes for Sublime Text 2 and Textmate

#70
I use a very simple color scheme for Textmate. Basically black text on a light-yellowish background, with only string literals and comments in a subdued color. I have found that syntax highlighting with many colors distracts from the code. http://www.michielovertoom.com/incoming/textmate-colorscheme...
Post reply on HN