lbky

一:设置左侧

  1.找到eclipse的安装目录(我的安装在D:\eclipse)

   2.进入plugins文件夹,搜索 themes ,找到如图所示的文件夹

   3.进入上图所示文件夹后,进入css文件夹,找到e4_basestyle.css文件

  4.编写该文件,在末尾加入如下代码

#org-eclipse-jdt-ui-PackageExplorer Tree,
#org-eclipse-ui-navigator-ProjectExplorer Tree,
#org-eclipse-ui-views-ContentOutline Tree,
#PerspectiveSwitcher ToolBar {
  background-color: #CCE8CF;
}

  5.重启

 二:设置中间

 

 

 三:设置底测

总效果:

分类:

技术点:

相关文章:

  • 2021-07-05
  • 2021-04-27
  • 2021-09-24
  • 2021-11-04
  • 2021-11-21
  • 2021-09-19
  • 2021-04-22
猜你喜欢
  • 2021-11-25
  • 2021-11-17
  • 2021-12-01
  • 2021-03-31
  • 2021-11-01
  • 2021-12-01
  • 2021-05-25
相关资源
相似解决方案