jesseweed / seti-ui

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

TypeScript icon colors are inconsistent #518

Closed miguelsolorio closed 5 years ago

miguelsolorio commented 5 years ago

Ref https://github.com/Microsoft/vscode/issues/64147

img

I think *.test.ts should definitely be yellow for consistency with the other... so that I can easily discriminate real source files and test files (I filed this issue because I'd prefer test which is more descriptive as a filename rather than spec, if it's not blue!).

Other icon themes generally seem to treat these two as the same.

goenning commented 5 years ago

I'd say that .spec.tsx and .test.tsx should also be yellow for the same reason. They're currently blue.