-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Include more icons #10455
Comments
I am in favour of more glyphs, tho unsure about the |
Anyways there are plenty to choose from. Most popular is - http://fontawesome.io/icons/ |
@jrieken fyi we could update to a newer octicon version, I think they added some new icons and updated existing ones. we are on a quite old version. |
@bpasero, Maybe then remove extra font versions (ttf, eot, woff) as we have one "browser" - Chrome? After update to a newer octicon version we get 10 new icons and lose 1 icon (
|
also removes
Unsure how much of a breakage that is... |
That sucks, but maybe we can detect this and offer some kind of migration. Or actually build our own fork of Octicon that still includes these removed icons to have a more complete set. |
Yeah, we could bundle both and use the old if one of the three removed was used (have a special class name maybe) |
Hey just stumbled upon this and don't necessarily mean to self promote but could nerd fonts be of help for this? |
@aeschli Any API with which I can reuse your existing work on icon sets? |
We should think of making an icon contribution point where an extension can publish a list of named icons. Such a named icon could then be used at places like the status line (maybe even in the completion proposals list?) |
Would it make sense to break thing up into icon set and icon association with this milestone? Then we don't end up with two stories of defining icons that are reusable and those that aren't reusable? |
@aeschli ping. |
Moving to September as this grew larger but also into a more powerful future-proof story. |
Is this currently possible or are you planning on supporting it in a near future? Because many of the file icon theme repos I've seen contain icons in |
File icon sets can also use png. |
@aeschli Right. My question was more about font-faces. I know |
Proposal I'd love to reference icons from an Icon Theme in the status bar. We could use the
|
I like the proposal and given my understand of @aeschli's work it should be doable like that |
What if a theme id can not be found? Or does it mean that practice you can only reference the minimal and seti theme? |
If both ids don't match anything, no icon will be shown. Possibly we can print a message to the console. It should be possible to reference any icon from any icon theme. |
Wouldn't you rather want to specify an abstract icon identifier ('folder', 'errorIcon') that then can be provided by icon themes? |
I see. How about:
|
Yes, sounds good! |
Since this issue is about using additional icon packs, i'm going to merge this into #92791 where extensions can replace the default icons. |
Is it possible to include more icons to be shown in status bar? Currently vscode supports only octoicons, which might not have all required icons.
Including https://github.com/vorillaz/devicons/ would be a good idea too.
The text was updated successfully, but these errors were encountered: