How change IDE theme? (not editor colors)
How i can change background color in file list (left panel) or background color in toolbar?
I didn't found anything about this in the documentation. Maybe there is any links of tutorials?
Please sign in to leave a comment.
Hi Aleksey,
It can only be changed by changing whole IDE theme (choose one from predefined list): Settings | Appearance | Look and Feel
I found file C:\Program Files\JetBrains\PhpStorm 4.0.1\lib\resources.jar\DefaultColorSchemesManager.xml
And if to change colors in that file all works fine. But it is uncomfortable and i don't understand of many parameters.
Maybe somewhere there is a information about this file?
I'm curious -- What parameter did you changed?
In any case -- this seems to be Default color scheme (see Settings | Editor | Colors & Fonts). If you create your custom one on that screen, it will be created in C:\Users\USERNAME\.WebIde40\config\colors
Based on the above I do not see how it supposed to change colors in tool windows/side panel (unless it was changed recently).
oh, it's my mistake.
File "C:\Program Files\JetBrains\PhpStorm 4.0.1\lib\resources.jar\DefaultColorSchemesManager.xml" relly set editor colors like other files of "C:\Users\USERNAME\.WebIde40\config\colors".
And now I have absolutely no ideas how to change the color of the IDE :)