如何更改 Eclipse 主题?

我想改变 Eclipse 主题,就像这个 Eclipse Dark Theme:

eclipse dark theme

我尝试在这个页面中做所有的步骤,但是 Eclipse 主题没有改变(但是 Eclipse 编辑器改变了)。
我想改变所有的部分 Eclipse IDE 改为黑色,而不仅仅是 Eclipse 的编辑器。

357949 次浏览

Update December 2012 (19 months later):

The blog post "金名健: 日蚀的黑暗主题" mentions this GitHub repo” 月食主题-更暗 :

enter image description here

The big fun is that, the codes are minimized by using Eclipse4 platform technologies like 译自: http://wiki.eclipse.org/Eclipse4/RCP/Dependency _ jet (依赖注入) rel = “ nofollow noReferrer”> 依赖注入.
再次证明,通过对外部形式(如库、框架)的贡献或扩展,可以实现简洁的代码和高级的特性。
新的语言并不仅仅是为了达到这种目的。


2012年7月更新(14个月后) :

在最新的 Eclipse4.2(2012年6月,“ Juno”)版本中,您可以实现我最初在下面描述的内容: 基于 CSS 的 Eclipse 全黑主题。
参见 Lars Vogel在“ Eclipse 4很漂亮——创建自己的 Eclipse 4主题”中的文章:

Eclipse fully dark theme

如果您想使用它,您只需编写一个插件,创建一个 CSS 文件,并使用 org.eclipse.e4.ui.css.swt.theme扩展点指向您的文件。
如果导出插件,将其放在 Eclipse 安装的“ dropin”文件夹中,您的样式就可以使用了。


原始答案: 2011年8月

With Eclipse 3.x, theme is only for the editors, as you can see in the site "日食色彩主题".
周围任何由 Windows 系统颜色管理的东西。
这就是为了对 Eclipse 全局颜色 在附近编辑器产生任何影响而需要更改的内容。

Eclipse 4将提供更多的高级主题选项: 请参见“ Eclipse 4.0-所以你可以主题化我的第1部分”和“ Eclipse 4.0 RCP: 动态 CSS 主题切换”。

dark theme

enter image description here 我的主题插件为 Eclipse4提供了全功能的定制。 试试看。 Visit Plugin Page

看看 Rogerdudler/eclipseui-主题。在自述文件中有一个指向文件的链接,您需要将其解压缩到 eclipse/dropins文件夹中。

When you have done that go to

窗口-> 首选项-> 一般-> 外观

并且将主题从 GTK (或者不管它当前是什么)更改为 Dark Juno(或者 Dark)。

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.

日食色彩主题

This adds a "Color Theme" menu item under

窗口-> 偏好-> 外观

您可以从大量编辑器主题中进行选择。我最喜欢用在 PyDev 上的是 Wombat。对于 JavaSolarized Dark

在任何 Eclipse 平台上安装新主题的最佳方法是使用 Eclipse Marketplace。

1. 转到 Help > Eclipse Marketplace

2. 搜寻「颜色主题」

3. 安装和重新启动

4. 点击窗口 > 首选项 > 常规 > 外观 > 颜色主题

5. 选择任何人,然后申请。重新启动。

Eclipse... 把一切都搞定 窗口 > 首选项 > 常规和 goto 主题菜单,并更改它..。 然后重新开始申请..。

在 Eclipse 版本: 2019-09 R (4.13.0) on windows 点击窗口 > 参数选择 > 外观 选择所需的主题为黑暗的主题选择 黑暗,并点击确定。 enter image description here