PHearst
PHearst

Reputation: 771

Hide code folding icon in SublimeText

Is there any way to hide the little yellow icons [...] shown when using code folding in SublimeText(2)?

I'm working with code that needs to be heavily commented and using the fold comments package, so when just working with code, all these icons are distracting me.

Upvotes: 1

Views: 868

Answers (1)

laggingreflex
laggingreflex

Reputation: 34667

Found the answer here: https://www.sublimetext.com/forum/viewtopic.php?f=3&t=16262#p61284

Create a folder called Theme - Default in your Packages folder, and copy your fold.png variant there.

You can get to your Packages folder through "Browse Packages" in Command Pallet CtrlShiftP

fold.png has to be 16 x 16px, and unfortunately you can't make it 0 length to hide it entirely. Best you could do is make it completely transparent. Here is mine: fold.png

Upvotes: 1

Related Questions