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 主题?


- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01