Reputation: 13347
What are the settings to change the background color in JetBrains' IDE?
I'm running v12.1.6 Ultimate Version. Are there major differences between different versions of the software?
Upvotes: 92
Views: 140958
Reputation: 63375
As of late 2023, it seems that the background colour of panels like Project Files, Structure, Hierarchy and Find are set only in the Theme. Thus the standard approach to this problem is to "write a Theme". If you don't want that hassle, I have found a hack to change the background colour. This allowed me to combine the Eclipse Plus Theme with a lighter background colour in the tool panes.
Note that this should affect every tool pane, unlike other answers here.
Upvotes: 0
Reputation: 181
It's very easy: File > Settings > Color Scheme > Set "Classic Light" or other color
Upvotes: -5
Reputation: 12397
If you download it from the https://plugins.jetbrains.com, then you will need to install it as the plugin. Go in the settings, install plugin from the disk and select the JAR file from the disk as the screenshot below.
Upvotes: 1
Reputation: 8037
Beginning with the 2019.1 release, Jetbrain's IDE supports Custom UI Themes, which give full control of the appearance of built-in IntelliJ IDEA UI elements.
Detailed tutorial about how to create your own custom theme
Blog post about creating custom themes for IntelliJ Platform
Upvotes: 1
Reputation: 157
Upvotes: 2
Reputation: 11762
To change the editor background color in newer versions (after 2017) of Intellij Idea go to Settings > Editor > Color Scheme > General and then on the right side list expand Text and click on "Default text" then click on the color hex code to get the color wheel.
Upvotes: 70
Reputation: 5229
For changing the background of the editor goto File->Settings->Editor->Colors & Fonts->General->Text. You'll see an item called "Default text". On the right you will see a checkbox for background. Click on it and choose whatever color you prefer.
Upvotes: 48
Reputation: 93728
Settings / Editor / Colors & Fonts / Console colors
Console, background
Settings / File colors
Add (Alt+insert), choose 'project files' scope, select a color.
Uncheck the 'Use in editor tabs' checkbox, make sure to check 'Use in project view'
Settings / Editor / Color & fonts / General
Text, Default text
Upvotes: 124