-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Per-project themes (multiple active themes) #13300
Comments
Interesting. I don't see this being an immediate priority, but it'd definitely be nifty to be able to visually differentiate between multiple open projects based on theme / color of the window. I don't think it would make sense to specify theme overrides in a project specific So this would be in a user's "theme_override": {
"proj1": "Solarized Dark",
"proj2": "Solarized Light"
} Or were you thinking it'd be explicit override for a portion of a given theme? "theme_style_override": {
"proj1": {
"element.background": "#0b342d"
}
} |
I didn't consider that scenario, but also I usually do not commit my editor preferences to the repository, because not everyone in a team uses the same editor. |
Note I altered the title from There is an existing, similar but unrelated, experimental setting named "experimental.theme_overrides": {
"editor.background": "#000000"
}, Doesn't help you (only works in global |
Would love to see that feature as well! |
This is a core part of my dev process too, I normally use a VSCode plugin called Peacock to differentiate editor windows currently (especially useful when working with multiple versions of the same codebase). So anyway to set different themes for different project/folders would be appreciated. I tried setting a theme in a project specific settings.json but it did not give the desired effect. |
Second that on the Peacock extension. If I could just give the top bar a different colour (via local .zed/setting.json is fine for me) that would make it much easier to recognise which of the 3-4 open Zed windows I need! |
Check for existing issues
Describe the feature
I would love to customise the theme per project, the local settings does not support this override at the moment.
If applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered: