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 主题?
基础教程推荐
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- 降序排序:Java Map 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01