I 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.
Color schemes for Sublime Text 2 and Textmate
41–50 of 84 posts
Re: Color schemes for Sublime Text 2 and Textmate
#42I 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.
For me, hard to read is the point. Comments are something I want to be able to focus on and consume, but disappear if I'm not focussed on them.
Re: Color schemes for Sublime Text 2 and Textmate
#43Re: Color schemes for Sublime Text 2 and Textmate
#44Earlier quoted context omitted.
You can add any Github (or Bitbucket) repository to Package Control.
I can't get it to work. I add the git web url, I restart sublime, go to install and the themes don't show up as options...
Re: Color schemes for Sublime Text 2 and Textmate
#45I 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.
One thing I would like to have is an editor that responded to tags within comments (so it wouldn't be a part of the programming lang syntax, but just a convention used by the programmer) which would apply different colors to different types of comments. I would then use a faded color for wordy background info or comments needed by anyone proposing to change the code but not needed for reading the code, brighter colors for brief comments on the intent of a chunk of code (making the code easier to skim) and maybe a very bright color for WARNING, or FIXME, or STUB-ONLY, or TODO, etc.
Re: Color schemes for Sublime Text 2 and Textmate
#46You 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
#47Open Terminal... cd /Users/dan/Library/Application Support/Sublime Text 2/Packages git clone https://github.com/daylerees/colour-schemes In Sublime -> Preferences -> Color Scheme
Re: Color schemes for Sublime Text 2 and Textmate
#48I 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 prefer faded comments, because some of my code is quite heavily commented. The code itself is what I always read, and I want it to jump out at me. The comments are background info, observations, sometimes wordy descriptions of why things are the way they are, and so on. If I've been away from the code for a while, I'll read the comments to help reestablish the context, refresh my memory of failed experiments, of sh…
Re: Color schemes for Sublime Text 2 and Textmate
#49Any vim ports?
You can convert any Textmate/ST2 theme to Vim using this tool: http://coloration.sickill.net/ I've used it myself, it works great.
Re: Color schemes for Sublime Text 2 and Textmate
#50Earlier quoted context omitted.
For me, hard to read is the point. Comments are something I want to be able to focus on and consume, but disappear if I'm not focussed on them.
That's a great point. I would love some sort of effect where if I've clicked on the comment block it is a lighter colour, otherwise it goes back to the default colour.