White scrollbar after PHPStorm upgrade Follow
Hello,
i have the problem, that my scrollbar is white after upgrade to the new version 2019.2 with the new theme support. The new themes have a black scrollbar. Does anyone know how to change the color in the XML file for example? Or in the preferences? I couldn't find any settings.
Please sign in to leave a comment.
I am wondering if this is some specific theme that is generally available.
However, it seems to be that this link is a good starting point for learning on creating new themes:
http://www.jetbrains.org/intellij/sdk/docs/reference_guide/ui_themes/themes_customize.html#UI-Theme-Reference-Implementations
In fact, I did not try to create my own theme so far, but according to the sample json file for one of the default themes, there is a "ScrollBar" property that could be modified:
https://upsource.jetbrains.com/idea-ce/file/idea-ce-4f9b5f89b2a19ce700b1373a465c16b28ed8ad52/platform/platform-resources/src/themes/HighContrast.theme.json?nav=6578:6597:focused&line=423&preview=falsehttps://upsource.jetbrains.com/idea-ce/file/idea-ce-4f9b5f89b2a19ce700b1373a465c16b28ed8ad52/platform/platform-resources/src/themes/HighContrast.theme.json
Thanks for your reply. So if you download i theme from here:
http://www.phpstorm-themes.com/
After import you have the same problem. All scrollbars in the Editor are white. So now i have copied the Darcula Theme and added my colors but it's a bit annoying.
Please see https://youtrack.jetbrains.com/issue/IDEA-209765#focus=streamItem-27-3366411.0-0 for a fix.
@Eugene thx :)