How do you change background color in the settings

2019-02-01 21:47发布

What are the settings to change the background color in JetBrains' IDE?

  • Project explorer pane
  • Console pane
  • Code editor
  • Other Panes

I'm running v12.1.6 Ultimate Version. Are there major differences between different versions of the software?

4条回答
对你真心纯属浪费
2楼-- · 2019-02-01 22:18
  1. Go to File option top left in the menu bar.
  2. Select Settings
  3. Select Appearance option in "Appearance & Behavior"
  4. Select Intellij option as Theme in UI Options.
  5. You should able to see everything in while background much like eclipse.
查看更多
爷的心禁止访问
3楼-- · 2019-02-01 22:23

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.Editor background color change

查看更多
叼着烟拽天下
4楼-- · 2019-02-01 22:24

Console pane:

Settings / Editor / Colors & Fonts / Console colors

Console, background

Project view:

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'

Main view (general):

Settings / Editor / Color & fonts / General

Text, Default text

查看更多
一纸荒年 Trace。
5楼-- · 2019-02-01 22:32

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.

查看更多
登录 后发表回答