akamud / vscode-theme-onedark

VSCode Theme based on Atom's One Dark theme
MIT License
283 stars 198 forks source link

minimap gutter indicators #132

Open mcanepa opened 3 years ago

mcanepa commented 3 years ago

just as #131, those gutters should match

"workbench.colorCustomizations": {
    "minimapGutter.addedBackground": "#XXX",
    "minimapGutter.deletedBackground": "#XXX",
    "minimapGutter.modifiedBackground": "#XXX",
},