[Bug]: Settings Sync messes the theme at start #512
Replies: 13 comments
|
Sorry, I don't understand the issue or the steps here... can you provide a video showing what happens ? |
|
The editor part has a colour at startup :/ |
|
Hi @mallowigi, were you able to understand the problem? |
|
Might be related to the Settings Sync. Do you have it enabled? |
|
Can you send me more information about your setup? OS, IDE, plugins... |
|
Hi! I'm experiencing the same problem on Windows, while everything works fine on MacOS. The project explorer changes, but the color scheme remains the default one. It seems that the problem is specific to Material Darker, as Material Oceanic looks okay. By the way, on my Mac, I have a version 8.9.1, while on Windows, it's a version 8.6.4, which is the latest available one |
|
you are right; it happens due to settings sync. If I import settings (File - Manage IDE Settings - Import Settings), everything works fine (sync is disabled by default when you import settings). However, once I enable the sync, everything breaks again p.s. on my mac sync is enabled |
|
I started using the sync settings and it happens to me as well. I'll investigate this. |
|
It's actually very annoying. JetBrains started adding a combination of <theme,colorScheme> with sometimes weird values. I've started a settings sync from scratch and I can see some combinations like "Deep Ocean,Darcula"... |
|
In that case, here's how to fix it: When you have a misconfiguration between the Theme and the Color Scheme:
But sometimes, there are also cases when a color scheme is duplicated on the user machine (it usually happens if you select a scheme bundled from the plugin, for example Night Owl, but don't have the plugin installed on the other machine. The settings sync will then download Night Owl but use Darcula colors). In that case, since it has the same name as the bundled color scheme, the IDE will pick that color scheme instead. In that case, in the color schemes screen, check for superfluous color schemes, then press on the settings menu and select "Delete" for all that are involved. |
|
https://share.cleanshot.com/Hx0fHvCT
|
|
IDEA-330252 Settings Sync is messing up the Material Theme plugin follow up |





Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
The editor looks like InteliJ's Dark theme! (intellij idea 2023.2)

Activated theme: Darker Material
To Reproduce
When I start the IDE it appears like this!
Note: activating or deactivating a style sheets plugin fixes it for as long as the IDE is open.
Expected behavior
Material Theme Version
v8.9.1
IDE
IntelliJ IDEA
System Info
No response
Logs/Screenshots
No response
All reactions