itsnwa / unstad-ui

A minimalistic UI Theme for Atom
MIT License
1 stars 0 forks source link

Restore color to file icons #1

Open hawkins opened 7 years ago

hawkins commented 7 years ago

Hey there,

Really love the theme you've made! It's by far my favorite, so props for that!! 🙌

My only gripe though is that the tree view makes all of my file icons dull grey, instead of the color of the proglang's logo (JS for yellow, etc) that another extension makes them appear.

Is it possible to add an option to this theme to allow us to toggle the grey set to the file icons?

hawkins commented 7 years ago

From what I can tell, this just comes from https://github.com/itsnwa/unstad-ui/blob/master/styles/tree-view.less#L14 and https://github.com/itsnwa/unstad-ui/blob/master/styles/icons.less#L4.

I think what it would take is a more specific selector on the .tree-view block that does not select the icons below it.