Changing the background color of an intellij pane

前端 未结 10 898
醉酒成梦
醉酒成梦 2021-02-12 11:13

I\'ve changed the color scheme in intellij so that the background of the Java editor pane is dark and the text is light. I\'m not sure if this is directly related, however, in

10条回答
  •  难免孤独
    2021-02-12 11:56

    I believe if you restart IntelliJ, it will update the background of all panes (tool windows).

    If you are having trouble to revert back to light frames, there is a way to do that.

    Locate the your IntelliJ settings folder (on Windows, it is typically C:\Users\{username}\.IdeaIC12\, on Mac, it is something like ~/Library/Preferences/IntelliJIdea13/options. Of course you have to select the appropriate IntelliJ folder)).

    Go to the folder config\options\.

    Edit the file options.xml.

    Delete these lines:

        
          
        
    

    Done.

提交回复
热议问题