Sublime Forum

Gutter padding

#1

Hi, I was wondering if there is any setting that provides gutter padding.

Here is the sublime text screenshot https://cloudup.com/c485fo-58G2

Here is how I would like it to be https://cloudup.com/cwJJSg4CzwI

As you can see there is a bit of a padding next to the gutter line.

Is this achievable through any kind of setting? Or can this be a new feature?

0 Likes

#2

There is a setting for this:

    // Spacing between the gutter and the text
    "margin": 4,

However, based on the images you linked to, that looks like it’s an indent guide, and I don;t think there’s setting for changing that (short of just adding extra spaces to your file anyway) unless it’s something you can do in a UI theme.

0 Likes

#3

How can this be done in a UI theme?

Any pointers appreciated!

0 Likes

#4

As far as I know there is no way to do this.

0 Likes