How can I change Eclipse theme?(如何更改 Eclipse 主题?)
问题描述
我想像这个 Eclipse Dark Theme 一样更改 Eclipse 主题:
I want to change Eclipse theme like this Eclipse Dark Theme:
我尝试在此页面中执行所有步骤,但 Eclipse 主题没有改变(但 Eclipse 编辑器改变了).
我想将eclipse IDE的所有部分更改为黑色,而不仅仅是eclipse的编辑器.
I try to do all step in this page but eclipse theme not changed (but eclipse editor changed).
I want to change all part of eclipse IDE change to black color, not only eclipse's editor.
推荐答案
看看rogerdudler/eclipse-ui-主题 .在自述文件中有一个指向您需要提取到 eclipse/dropins 文件夹中的文件的链接.
Take a look at rogerdudler/eclipse-ui-themes . In the readme there is a link to a file that you need to extract into your eclipse/dropins folder.
当你完成后去
窗口 -> 首选项 -> 常规 -> 外观
Window -> Preferences -> General -> Appearance
并将主题从 GTK(或当前的任何内容)更改为 Dark Juno(或 Dark).
And change the theme from GTK (or what ever it is currently) to Dark Juno (or Dark).
这会将 UI 更改为漂亮的深色主题,但要获得完整的外观和感觉,您可以从 eclipsecolorthemes.org 获取 Eclipse Color Theme 插件.最简单的方法是将此更新 URI 添加到帮助 -> 安装新软件"并从那里安装.
That will change the UI to a nice dark theme but to get the complete look and feel you can get the Eclipse Color Theme plugin from eclipsecolorthemes.org. The easiest way is to add this update URI to "Help -> Install New Software" and install it from there.
Eclipse 颜色主题
这会在
窗口 -> 首选项 -> 外观
Window -> Preferences -> Appearance
您可以从大量编辑器主题中进行选择.我最喜欢与 PyDev 一起使用的是 Wombat.对于 Java Solarized Dark
Where you can select from a large range of editor themes. My preferred one to use with PyDev is Wombat. For Java Solarized Dark
这篇关于如何更改 Eclipse 主题?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何更改 Eclipse 主题?
基础教程推荐
- Struts2 URL 无法访问 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
