Open Terminal... cd /Users/dan/Library/Application Support/Sublime Text 2/Packages git clone https://github.com/daylerees/colour-schemes In Sublime -> Preferences -> Color Scheme
But this would require git, right? i use mercurial and don't have git installed.
Color schemes for Sublime Text 2 and Textmate
51–60 of 84 posts
Re: Color schemes for Sublime Text 2 and Textmate
#52Re: Color schemes for Sublime Text 2 and Textmate
#53By changing the general theme, the background color of the build panel won't change automatically (screenshot: http://i.imgur.com/35N6Z.png ). You can change the build panel's background color (in Ubuntu) by editing the ~/.config/sublime-text/\Packages\Theme - Default\Widget.sublime-settings file and replacing the current line in the file with "color_scheme": "Packages/Color Scheme - Default/ .tmTheme"
Re: Color schemes for Sublime Text 2 and Textmate
#54Re: Color schemes for Sublime Text 2 and Textmate
#55Earlier quoted context omitted.
Install ST2 Package Manager ( http://wbond.net/sublime_packages/package_control ) Cmd+Shift+P -> "Install..." -> [name of theme] -> [enter] -> done. (editted) Ugh, apparently these are not in the package manger. Call me lazy but I'm not going to clone these on all four of the machines I use ST2 on. (The "ugh" seems unappreciative, that was more due to my incorrect assumption; don't mean to sound ungrateful, a couple…
>I'm not going to clone these on all four of the machines I use ST2 on. I use a portable version of Sublime 2 synced via Dropbox. It works pretty well. One copy of settings/themes/snippets.
Re: Color schemes for Sublime Text 2 and Textmate
#56Install instructions would be helpful.
Sublime Text's themes are stored in /Users/.../Library/Application Support/Sublime Text 2/Packages/Color Scheme-Default (on the Mac). Just copy and paste.
Re: Color schemes for Sublime Text 2 and Textmate
#57Earlier quoted context omitted.
I was gonna make a similar comment. All the themes I see are geared to be anti comment because of the lack of distinction in colors. Right now I use the Tomorrow Night theme which seems to be okay but I would prefer to have a good light color scheme (the longest I ever used one was Espresso Soda theme).
Love love love the Tomorrow Night theme with comments. Though I would much rather have brighter comments.
Re: Color schemes for Sublime Text 2 and Textmate
#58I think these are all quite nice, however... am I the only person out there who likes comments to show up in a nice bright color (my preference, usually a bright terminal green). The faded comment look that most of these share is really hard for me to read.
I was gonna make a similar comment. All the themes I see are geared to be anti comment because of the lack of distinction in colors. Right now I use the Tomorrow Night theme which seems to be okay but I would prefer to have a good light color scheme (the longest I ever used one was Espresso Soda theme).
Re: Color schemes for Sublime Text 2 and Textmate
#59Nice themes! It's pretty cool to see all these screenshots and the background color leaking into the tabs... I'm the designer of the Sublime Text UI theme and Jon was adamant about making the tab background using the color of the theme background color. It was really, really hard (lots of PNGs and lots of switching between PNGs depending on the luminosity of the background color, lots of pixel tweaking) and it's not…
Re: Color schemes for Sublime Text 2 and Textmate
#60Open Terminal... cd /Users/dan/Library/Application Support/Sublime Text 2/Packages git clone https://github.com/daylerees/colour-schemes In Sublime -> Preferences -> Color Scheme
But this would require git, right? i use mercurial and don't have git installed.
curl -L https://github.com/daylerees/colour-schemes/archive/master.tar.gz | tar -zxf -