Cutomizing background color in windows such as Solution Explorer or Debugger.
I want to change background color for ALL windows from white to grey (my eyes are tired of white background).
I can do this for Editor window by customizing color scheme. But I want to customize background color for all windows.
I don't want to use Darcula color scheme, because it is so dark and implies light text on dark background, and I want black text on light-grey background.
Please, help me to do this.
Please sign in to leave a comment.
Hi,
You can create your custom theme. Here are some resources about it:
blog post - https://blog.jetbrains.com/platform/2019/03/creating-custom-themes-for-intellij-platform-ides/
tutorial - http://www.jetbrains.org/intellij/sdk/docs/reference_guide/ui_themes/themes_intro.html
sample - https://github.com/JetBrains/intellij-sdk-docs/tree/master/code_samples/theme_basics
Alternatively, one can find an existing theme which will be comfortable: https://plugins.jetbrains.com/search?tags=Theme.
I am quite opposite :). I want to change background color for ALL windows from gray to white (my eyes are tired of gray background). Actually, I've edited theme, but I could not change background in Debug window. Could you please advise me the exact option in ICLS file to change Debug window background?
Conts See the definitions of the debugger tab here.
Tao Sun , thank you so much