akamud / vscode-theme-onedark

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

overview ruler gutter indicators #134

Open mcanepa opened 3 years ago

mcanepa commented 3 years ago

Sorry for this, but the more I use visual studio code, the more I see this differences...

just as #131 and #132, these gutters should match

"workbench.colorCustomizations": {
    "editorOverviewRuler.addedBackground": "#XXX",
    "editorOverviewRuler.deletedBackground": "#XXX",
    "editorOverviewRuler.modifiedBackground": "#XXX",
}
akamud commented 3 years ago

No need to apologize, I love the fact that you help me reporting the issues, thanks! :)

I'm trying to find the time to keep updating the extension. I hope to fix all the issues you reported on the next minor release.