lee-dohm / file-type-icons

Atom package that changes the icon for files in the Tree View and Tabs to reflect the file's type
https://atom.io/packages/file-type-icons
Other
28 stars 19 forks source link

Feature request: make icons optional #13

Open jbergstroem opened 10 years ago

jbergstroem commented 10 years ago

A pretty nice feature would be making sidebar/tab icons optional, so for instance if I wanted to remove the icons for tabs I could just toggle a switch from settings. Same would apply for sidebars/other possible locations.

lee-dohm commented 10 years ago

Unfortunately, I do not know of a way to control CSS classes from Settings. I could potentially figure out a way to allow you to make a change to your styles.less that would allow you to enable or disable the use of icons in certain contexts. I don't know how long it will take me to get this figured out though.

I'll leave this open in the meantime.

brettz9 commented 8 years ago

Can you use the CSSOM such as https://developer.mozilla.org/en-US/docs/Web/API/Document/styleSheets ?