Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ: How to change background color of Project Folder window?

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?enter image description here

like image 205
Vik Avatar asked Mar 16 '17 22:03

Vik


People also ask

Is there a way to change the background color of IntelliJ?

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.

How do I change the color of a project file?

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' For me this only colors the package not the whole explorer. (I'm on mac, maybe this has something todo with it.)

How to change the look and feel of the project window?

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 do I make IntelliJ the default theme for my website?

Go to File option top left in the menu bar. Select Settings. Select Appearance option in "Appearance & Behavior". Select Intellij option as Theme in UI Options. You should able to see everything in while background much like eclipse.


3 Answers

Project view background color depends on the theme selected and cannot be changed:

  • IDEA-132299 Allow custom colors for the built-in UI themes (LAFs Darcula and Default)

Certain folders and files will have different colors based on the Scopes.

scope color

like image 71
CrazyCoder Avatar answered Sep 18 '22 00:09

CrazyCoder


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!

enter image description here

like image 24
Jnana Avatar answered Sep 18 '22 00:09

Jnana


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:

  • Afterglow Theme
  • Material Theme UI

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:

  • That yellowish color can be changed/disabled as per @CrazyCoder's screenshot
  • Actual background color might be changed with the help of one of such plugins (sorry, I do not know if they still work -- but used to work in the past -- last update 4 years ago):
    • Color Ide
    • Color Tree
like image 20
LazyOne Avatar answered Sep 21 '22 00:09

LazyOne