java - How to modify the background color of that part of the Eclipse project?
我想大声告诉你
我想大声告诉你 2017-05-27 17:40:08
0
3
851

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

我想大声告诉你
我想大声告诉你

reply all(3)
过去多啦不再A梦

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.

phpcn_u1582

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

PHPzhong

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...)

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!