jesseweed / seti-ui

A subtle dark colored UI theme for Atom.
MIT License
941 stars 283 forks source link

assign icons for go.mod and go.sum files #570

Closed hyangah closed 3 years ago

hyangah commented 4 years ago

.mod file is recognized as an xml file in vscode. We were advised to specify the icon for go.mod files. Since go.sum is paired with go.mod, add it as well.

Reusing the icon for go files, but with different colors to visually distinguish them from regular go files.

Applied gulp svg; gulp icon.

Update microsoft/vscode#98586

image

hyangah commented 4 years ago

switched the color mapping (so go.mod is yellow and go.sum is light-grey).

orta commented 3 years ago

Hi, I'm good with merging this change, but because it includes all the derived files like styles/_fonts/seti/seti.eotit's got merge conflicts! Any chance I can get you to either ship without those files or update to master?

orta commented 3 years ago

Poke

orta commented 3 years ago

Alright, I'm open to someone re-submitting this PR 👍🏻