vscode-theme-onelight icon indicating copy to clipboard operation
vscode-theme-onelight copied to clipboard

Add colors for Git

Open phanect opened this issue 5 years ago • 4 comments

This Pull Request adds coloring for Git.

I referred git.less and ui-variables.less from Atom's stylesheets.

screenshot of new coloring in treeview

phanect avatar Feb 16 '20 13:02 phanect

I have updated the branch so that it no longer conflicts with master.

phanect avatar Jul 07 '20 11:07 phanect

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.

akamud avatar Jul 07 '20 23:07 akamud

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.

phanect avatar Jul 08 '20 03:07 phanect

FYI here's document for the each property I changed this time: https://code.visualstudio.com/api/references/theme-color#git-colors

phanect avatar Jul 08 '20 04:07 phanect

Since this PR is left open without any responses, I'm closing this PR.

phanect avatar Feb 20 '24 03:02 phanect