jesseweed / seti-ui

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

.tsx (typescriptreact) should show React icon #610

Closed mlntr closed 2 years ago

mlntr commented 3 years ago

Following on from https://github.com/microsoft/vscode/issues/118162. Currently .tsx shows the regular .ts icon. Using the React icon instead will help distinguish between .ts & .tsx files more easily. image

Also IMO *.test.ts (and *.spec.ts) icon shouldn't be yellow as that's confusable with JS files (*.test.js uses orange which would be better) image

zkldi commented 3 years ago

Also IMO .test.ts (and .spec.ts) icon shouldn't be yellow as that's confusable with JS files (*.test.js uses orange which would be better)

Just wrote a PR for this part under #611 as I was similarly confused by it.

orta commented 2 years ago

This is in