Reputation: 415
I am using IntelliJ IDEA 2017.1 (latest at this time) and am using the dark theme ("Darcula"). The editor window background color can be changed from Settings as per your preference. Though I haven't found a way to change the look-&-feel of the Project Window panel on the left of the editor. Even in dark theme the Project Window has a some kind of grey background which blurs the file/folder names (see screenshot).
How can I change the background color of Project Folder window?
Upvotes: 24
Views: 19443
Reputation: 63465
Please see my answer here where I show how to use a background image to achieve this, but affecting all other tool panes.
Upvotes: 0
Reputation: 271
Go to:
Settings->Appearance & Behavior->File colors
On the right side there will be small '+' button. Add All, Project Files etc. Add your custom colour. Apply, Ok, Voila!
If you have more than one File Color enabled, you can drag the colors to reorder them and change their precedence.
Upvotes: 27
Reputation: 165471
In addition to what @CrazyCoder said.
You may use another GUI Theme. There are at least 2 plugins available that will provide different dark themes:
Since they provided via plugins you will have to disable such plugin if you wish to switch to another GUI Theme.
As for the Project View panel background:
Upvotes: 10
Reputation: 402493
Project view background color depends on the theme selected and cannot be changed:
Certain folders and files will have different colors based on the Scopes.
Upvotes: 19