The color of the line numbers vertical gutter bar has a white background. I would like to shade it a little darker so it stands out form where the text starts which is also white in my theme.
Any ideas how I could do that?
The color of the line numbers vertical gutter bar has a white background. I would like to shade it a little darker so it stands out form where the text starts which is also white in my theme.
Any ideas how I could do that?
Check out the gutter section of http://www.sublimetext.com/docs/3/color_schemes.html.
I did, I am using IDLE theme and tried to add gutter color it to the .thThemer file but does not work. Anything more specific on where you add this?
Steps to do so:
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#FFFFFF</string>
<!--- ... -->
<key>gutter</key>
<string>#BFBFBF</string>
<key>gutterForeground</key>
<string>#3D4752</string>
</dict>
</dict>
Wow that worked! I think its steps 3 and 4 I was missing.
Not sure why I had to do steps 3 and 4 though. I thought I could just select color scheme from Preferences > Color Schemes - Legacy and clicked IDLE. Obviously this is a different menu altogether because I also found it under Preferences > Color Schemes > User > Color Highlighter > themes. So it seems there are 2 versions.
But thanks!
This is the point. Color schemes are not merged if several files exist. You must specify the exact path to the file you want to apply. This is a little bit different to themes, which are merged together to one dataset, if several files of the same name exist.