To change the color of the gutter, you can add following to the user settings:
"workbench.colorCustomizations": {
"editorGutter.background": "#abcdef"
}
And to show folding icons:
"editor.showFoldingControls": "always"
Note that this setting requires you to have at least 1.13.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…