jasonhulbert / jetbrains-trash-panda-theme

A theme for raccoons and other creatures of the night
58 stars 13 forks source link

Theme displaying incorrectly in RustRover #48

Closed Swarkin closed 8 months ago

Swarkin commented 8 months ago

RustRover: explorer_Tpa30Bmhai

PyCharm: explorer_To2zXfBLAF

jasonhulbert commented 8 months ago

@Swarkin Are you getting any IDE errors? What version of RustRover are you on?

Swarkin commented 8 months ago

Im using the latest version: RustRover 2023.3 EAP Build #RR-233.11799.306 No errors are popping up, is there some log file I would have to check? All default themes are working fine, I tried another plugin theme called Dark Purple Theme and it applied correctly.

jasonhulbert commented 8 months ago

There were several other issues encountered in recent updates in various products. Ultimately it seemed to be caused by the corresponding "color scheme" associated with an ide ui "theme" not being applied correctly. You would typicaly see a red exclamation point in the bottom-right of your IDE if this occurs. The issue that I reported on YouTrack is closed now and it appears to have been addressed in intellij, webstorm, pycharm and rider. Perhaps there's still a patch that will be pushed out for RustRover? I'll leave this open for now.

https://github.com/jasonhulbert/jetbrains-trash-panda-theme/issues/44#issuecomment-1861231617

clvster commented 8 months ago

Screenshot 2024-01-09 152001 Uhm so hi. Other themes (high contrast, moonlight, light) as well as other plugins work fine. But this one (default) it seems to me shouldn't look like this Version: CLion 2023.3.2 CL-233.13135.93

mpdesign-dev commented 8 months ago

I have the same issue as rlycluster with the latest update in that the High-Contrast and Moonlight variants of the theme are fine, but the default theme appears to display as the default light syntax highlighting theme (the ide styling on the main window/menus etc. seems to be correct).

JetBrains Rider 2023.3.2 Build #RD-233.13135.100, built on December 19, 2023 Runtime version: 17.0.9+7-b1087.9 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 11.0 .NET Core v7.0.10 x64 (Server GC)

jasonhulbert commented 8 months ago

@mpdesign-dev @rlycluster Does manually changing to the correct, corresponding color scheme work? https://github.com/jasonhulbert/jetbrains-trash-panda-theme/issues/50#issuecomment-1875409526

I'm not sure why some IDEs do this but it appears that sometimes when switching appearance -> theme, the corresponding code color scheme is not automatically applied.

clvster commented 8 months ago

@jasonhulbert, it works! Thanks😀

mpdesign-dev commented 8 months ago

@jasonhulbert, yes that works!. The problem exists when changing theme, but then when changing the editor color scheme to the default variant of the theme, it is then correctly applied.

Thanks! 👍

Swarkin commented 8 months ago

It works for me now since the latest RustRover update