dracula / jetbrains

🧛🏻‍♂️ Dark theme for JetBrains IDEs (IntelliJ IDEA, PyCharm, RubyMine, PhpStorm, WebStorm, etc.)
https://draculatheme.com/jetbrains
MIT License
773 stars 36 forks source link

After updating 1.15.0, background color is white #86

Closed jintak0401 closed 1 year ago

jintak0401 commented 1 year ago

I update it to 1.15.0 and background color of code area becomes white at Dracula Colorful. However, it looks nice at Dracula.

Environment

PyCharm 2023.2 Windows Dracula theme 1.15.0

Screenshot

Dracula Colorful

image

Dracula

image

WhiteVermouth commented 1 year ago

Duplicated with #85

Solution: https://github.com/dracula/jetbrains/issues/85#issuecomment-1657477338

Scryper commented 1 year ago

The solution mentioned in #85 does not work for me (neither for @MaurycyWojda see last comment on 85). I have the white background on both Dracula and Dracula Colorful. There is also the same issue in the "Terminal" pane.

I am using WebStorm 2023.2

moeshin commented 1 year ago

Settings > Editor > Color Scheme, select Dracula Colorful, may need to restart.

After updated, it changed to Classic Light.

RhysLees commented 1 year ago

Settings > Editor > Color Scheme, select Dracula Colorful, may need to restart.

After updated, it changed to Classic Light.

This worked for me, thanks

mkomko commented 1 year ago

Why does this happen? Is the bug in IntelliJ or the theme? I get confused every time.

WhiteVermouth commented 1 year ago

Why does this happen? Is the bug in IntelliJ or the theme? I get confused every time.

It's a bug in IntelliJ, the IDE does the unload and load job every time the plugin get updated, but sometimes it doesn't work well.

mkomko commented 1 year ago

Why does this happen? Is the bug in IntelliJ or the theme? I get confused every time.

It's a bug in IntelliJ, the IDE does the unload and load job every time the plugin get updated, but sometimes it doesn't work well.

But isn't it strange that even switching to the theme manually doesn't fix the setting? Did you open an issue on YouTrack?

WhiteVermouth commented 1 year ago

@mkomko Could you provide a screen recording? I'm unable to reproduce the issue locally. It seems to function properly for some users while others are reporting issues, which is rather confusing.

mkomko commented 1 year ago

@WhiteVermouth Here you go. BTW, I just noticed that for me it only happens with the "Colorful" theme. Have you tried reproducing it with that?

And: Thank you very much for your awesome theme! So beautiful 😃

https://github.com/dracula/jetbrains/assets/8350714/f11c07e0-98ea-482f-a067-a6437b45c329

WhiteVermouth commented 1 year ago
image

@mkomko At this setting section, manually change the color scheme from Classic Light to Dracula Colorful then apply it. Let me explain: the theme is composed with two parts: UI and editor color scheme. Normally, the IDE should switch both the UI and editor color scheme, but currently it loses the editor part very frequently, and as you see, the editor is white(Which is exactly the default Classic Light color scheme).

mkomko commented 1 year ago

@WhiteVermouth Yes I know that fixes it, but it's only a workaround. The next update will change it back and I'll have to look it up all over again 😉

Limuyang1013 commented 1 year ago

Settings > Editor > Color Scheme, select Dracula Colorful, may need to restart. After updated, it changed to Classic Light.

This worked for me, thanks

i think this hacker way also get problem while u toggle between 2 tabs, u will also see a white bg about 1 second

dhennerperes commented 1 year ago

same problem

lukens commented 1 year ago

I have the same issue after updating Dracula theme.

I've tried changing theme, restarting, changing theme again, over and over.

The background changes when I switch to any other theme, but with Dracula or Dracula Colourful, it always switched back to white.

I don't seem to have "Classic Light" as an option, but have tried "IntelliJ Light".

lukens commented 1 year ago

It seems 1.15.0 works with Dracula Colourful, but 1.15.1 is broken in both variants

WhiteVermouth commented 1 year ago

Try v1.15.2

In version 1.15.2 of the plugin, a new patch has been added. When you switch the theme to either "Dracula" or "Dracula Colorful" from any other theme, the plugin will automatically adjust the editor color scheme to match the selected theme. This ensures a seamless transition and a consistent look for the user.

Attention: you may restart you IDE after upgrading to the new release.

lukens commented 1 year ago

Looks like it's working now. I had real issues updating it, but that seemed to be an IntelliJ issue, as it was the same for other plugins. Kept hanging at "Unloading plugin ...".

I found closing all open projects seemed to enable it to then work.

mkomko commented 1 year ago

Try v1.15.2

Worked for me, thank you very much!