-
Notifications
You must be signed in to change notification settings - Fork 2
Initial PR #3
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
base: main
Are you sure you want to change the base?
Initial PR #3
Conversation
|
Do you think we can find smaller icons? they are really huge. |
Yeah, we can scale them down. |
|
If there are no svgs available I'd say 128x128. Icons are 40x40 iirc. I.e. hdpi screens need at least 80x80 |
Indeed, no app icon svgs. I will resize to 128x128 then. |
|
Another idea, which is even better, is to not ship an icon at all and use "xdg:zed" and "qfip:/Applications/Zed.app" on MacOS. This way icons are theme aware and can't get outdated. |
|
Sorry for the late response |
Agree, this is much better, but at that time |
|
Sorry my bad, I am using I think I will remove the icons entirely, it was my personal preference after all. What do you think? |
|
For the shipped official plugin we should respect user preferences. the xdg icon lookup chooses the official icon if no theme icon is available. Users can also overwrite this icon. I don't remember how since I never did, but I remember the icon lookup spec offers this opportunity. You could use this for your personal preference. |
|
For jetbrains we should do this as well because they chnage quite often |
Yeah, I think dropping the icon in
Got it. But this is not needed for this plugin, since zed needs to be installed. |
…r's theming. - remove icons from plugin source
|
macOS needs to be tested at this stage. |
|
@ManuelSchneid3r macOS tested. Plugin works as expected. Though users need to "Install CLI" from Zed's menu to have "zed" in path. Ready to be merged. |
|
I have added a note in the readme. |
- note that although this field helps get all workspaces, but it might contain multiple paths which I don't have
|
I have released a new version (bugfix) |
latest zed version renamed column `paths` NOTE: users will need the latest version of zed, otherwise workspaces won't load
Initial PR
Closes #2