-
-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add console option to select icon theme #100
Conversation
It's just an icon set with empty icon maps, so everything should fall through to the default folder/file icons.
Possible values are `default` and `unicode`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @loewenheim ,
Thanks for the PR! I think the unicode icons don't show up because if you set --theme=unicode
you return and empty HashMap for the Icons.icons_by_name
and Icons.icons_by_extension
.
I don’t know why this CI task fails. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! Almost good!
There is just some tiny aesthetics comments.
Thanks for the new tests BTW :)
I don't know why but sometime a simple restart do the trick. This should be a travis bug I guess... |
All good! Merged! Thanks for the contribution. :) |
My pleasure :) |
I’ve added a console option called
theme
to select an icon set. The possible values aredefault
for the current behavior andunicode
to use only the default unicode icons. Unfortunately, the unicode icons don’t show up correctly on my machine, so I can’t really verify.This fixes #40.