Sublime Forum

Color of Gutter Mark, the Dot

#1

Hello,

the color of the gutter mark dot is by default the “globals”: “foreground”.
Is there a specific property?

mfg Tobi

0 Likes

#2

It is controlled by color scheme rules with scope "mark".

{
	"rules": [
		{
			"name": "Mark",
			"scope": "mark",
			"foreground": "var(--purplish)"
		}
	]
}
0 Likes

#3

Nice, thanks.

mfg Tobi

0 Likes