Hello,
the color of the gutter mark dot is by default the “globals”: “foreground”.
Is there a specific property?
mfg Tobi
Hello,
the color of the gutter mark dot is by default the “globals”: “foreground”.
Is there a specific property?
mfg Tobi
It is controlled by color scheme rules with scope "mark".
{
"rules": [
{
"name": "Mark",
"scope": "mark",
"foreground": "var(--purplish)"
}
]
}