jesseweed / seti-ui

A subtle dark colored UI theme for Atom.
MIT License
942 stars 286 forks source link

Icon Color Configuration - VSCode #699

Open slamflipstrom opened 4 months ago

slamflipstrom commented 4 months ago

How do I best apply color changes to icons for specific file types in VSCode?

I have trouble differentiating the blue TypeScript icon from the blue Python icon at a glance in VSCode. The README states that there are configuration options available and I was hoping to adjust the colors for these two filetypes. Can you please point me in the right direction for configuring icon colors?

orta commented 4 months ago

You'd have to fork this theme to support that - we only use 9 colors, and there's only one blue

mlntr commented 4 months ago

There's an open issue to be able to do this (custom icons) directly from VS Code https://www.github.com/microsoft/vscode/issues/44026