vscode-theme-onelight
vscode-theme-onelight copied to clipboard
Add colors for Git
This Pull Request adds coloring for Git.
I referred git.less and ui-variables.less from Atom's stylesheets.
I have updated the branch so that it no longer conflicts with master
.
Can you ellaborate a little bit more on what exactly did you change? The generated file is minified, so I can't see what you changed and the reason.
Thanks for the review.
I recommend to view the readable diffs by reviewing each commits rather than viewing on Changes tab.
In d3baa03, I just formatted (unminified) JSON. (Yes, this commit is not readable.)
5387369 includes the main changes. In this commit, I have changed the color of the file names in the treeview by git tracking status. For example, if the files include changes which is not committed yet, the color of the file names should be #2db448 in the file tree.
FYI here's document for the each property I changed this time: https://code.visualstudio.com/api/references/theme-color#git-colors
Since this PR is left open without any responses, I'm closing this PR.