-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
disable theme change animation on startup #25305
Comments
This isn’t actually an animation, it’s the result of the theme not being loaded immediately: #10173 Would you mind sharing the list of extensions you currently have installed? |
extensions:
|
maxdeviant
added a commit
that referenced
this issue
Feb 21, 2025
This PR adds eager loading of the active theme and icon theme set in the user settings. Previously for themes and icon themes that were provided by extensions, we would have to wait until extensions were loaded before we could apply the themes. In some cases this could lead to a visible delay during which time the user would see the default themes, and then switch to their desired themes once extensions had loaded. To avoid this, we now take a fast path of loading the active themes directly from the filesystem so that we can load them as soon as possible. Closes #10173 and #25305. Release Notes: - Added eager loading of the active theme and icon theme. This should address some reports of seeing the default themes briefly on startup.
In #25368 we now prioritize loading the active theme and icon theme, which should address this. This change will be going out to Zed Preview next Wednesday. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Hi everyone,
is there any way to disable this ugly effect when I open Zed? (the theme change)
zed.mp4
thanks
Zed Version and System Specs
Zed: v0.174.6 (Zed)
OS: macOS 15.3.1
Memory: 18 GiB
Architecture: aarch64
The text was updated successfully, but these errors were encountered: