search

Home  >  Q&A  >  body text

java - How to modify the background color of that part of the Eclipse project?

I have used a plug-in to change the editing code, but I don’t know how to change this part? Please give me directions

我想大声告诉你我想大声告诉你2744 days ago875

reply all(3)I'll reply

  • 过去多啦不再A梦

    过去多啦不再A梦2017-05-27 17:42:08

    Then why don’t you use IntelliJ IDEA? It comes with two sets of skins, black and white, and supports various plug-ins, extensions, and even skins.

    reply
    0
  • phpcn_u1582

    phpcn_u15822017-05-27 17:42:08

    This is a system setting and has nothing to do with eclipse. Just modify the color of the windows window. You can set the protective color on Baidu windows

    reply
    0
  • PHPz

    PHPz2017-05-27 17:42:08

    It can be changed, refer to one of my blogs, Eclipse sidebar Outline setting font
    If you want to change the background color here, the method is as follows:

    1. Find the file (the path name may change in different versions, find the folder with ui.themes)

    \..\eclipse安装目录\plugins\org.eclipse.ui.themes_1.1.0.v20150511-0913\css\e4_default_win7.css

    2. Add at the end of the file e4_default_win7.css (the value can be based on personal preference)

    Tree {
      background-color: #00F8F8;
    }

    3. Restart Eclipse to take effect. But the restart is too slow. There is a quick refresh method. Go to Settings->Preferences->General->Appearance page, select any other theme, Apply, and then change back to Windows Theme, Apply.
    4. Rendering (the good news is that the request of the subject has been realized, the bad news is that it affects other parts...)

    reply
    0
  • Cancelreply