是否有办法将Eclipse完全转变为暗IDE? 这是我问的问题的图片:

我不介意花1个小时做这样的事情:D

编辑:

正如Konstantin Komissarchik所说,我必须修改我的操作系统颜色。这可以通过在Windows中添加自定义视觉样式来实现。在Windows 7的自定义主题和自定义视觉风格的帮助下(我做了一点改变),我的Eclipse看起来如下图所示:

2019年更新:

Eclipse的最新版本现在带有一个黑暗主题。只需点击“窗口->首选项->常规->外观->主题”,然后根据您的操作系统选择“黑暗”或其他合适的版本。

当然,你仍然可以在Windows上启用深色视觉风格,或者在其他操作系统上更改你的主题,但默认的深色主题在大多数情况下已经足够好了。


当前回答

2016年8月更新:

Tejas Padliya在评论中补充道:

Dark主题在Eclipse 4.5和Windows 10中工作得很好。 不再有黑底黑字


2014年6月更新:

正如在“黑暗主题,顶级Eclipse Luna功能#5”中提到的,Eclipse 4.4 (Luna)包含了一个黑暗主题(参见informatik01的评论):

当Eclipse 3.0在2004年发布时,它为工作台带来了新的外观。十年后的今天,全新的《黑暗主题》即将问世。 这个主题不仅仅扩展到Widgets。语法高亮显示也得到了改进,以利用新外观。

“最新消息”页面提到:

一个新的黑暗窗口主题已经被引入。这个流行的社区主题展示了底层Eclipse 4样式引擎的强大功能。 您可以在General > Appearance首选项页面启用它。 插件可以为该主题提供扩展,以设置自己的特定视图和编辑器的样式,以匹配窗口主题。


2013年4月更新:

根据Lennart在评论中的说法,下面的解决方案似乎不能很好地与Eclipse Juno 4.2和Windows 8一起工作。

一个(大部分)工作的解决方案是Eclipse Chrome Theme(兼容Juno 4.2甚至Kepler 4.3),来自GitHub项目Eclipse -themes,由Jeeeyul Lee设计。

这篇文章提到:

The first is to change the appearance of what is inside the editor windows. That can be done with the Eclipse Colour Theme plugin (http://eclipsecolorthemes.org/). My favourite editor theme is Vibrant Ink with the Monaco font. They explain how to install their themes very well (http://eclipsecolorthemes.org/?view=how-to-use), although you get a fine set of dark themes with the default plugin install and may not need to come back to their website for any more. Get the plugin here. The second stage is darkening the chrome of the UI, which is all the widgets and menus and everything outside of the child window canvases. This plugin gives you a GUI editor for the chrome colour scheme: https://github.com/jeeeyul/eclipse-themes/. If you want a dark one, go ahead and click away until eclipse is dark. Once you are done, some GUI surface area will show through the system theme as mentioned at the top of this post. Rather than using that editor, you could install the pre-baked Dark Juno theme instead. The install is manual. Start by downloading it from here: https://github.com/eclipse-color-theme/eclipse-ui-themes. It has to be copied into your eclipse dropins folder. This lives next to the eclipse executable, not in your workspace or someplace like that. In my case the command to do the copy was:

cp ./plugins/com.github.eclipsecolortheme.themes_1.0.0.201207121019.jar /usr/lib/eclipse/dropins/

不过,您可以从任何目录运行eclipse,因此哪个eclipse将告诉您它应该放在哪里。 重新启动eclipse,你应该在Preferences::General::Appearance下找到Dark Juno选项。这是一个不错的中性灰色,有一些渐变,是一个非常好的选择。

~~~~~~~~~~~~~~

2012年12月更新(20个月后):

博客“金明剑:日食黑暗主题”中提到了这个GitHub回购“日食主题-黑暗”:

最大的乐趣在于,通过使用依赖注入等Eclipse4平台技术,代码被最小化了。 这再次证明,通过外部形式(如库、框架)的贡献或扩展,可以实现简洁的代码和高级的功能。 新的语言并不仅仅是为了这种目的。


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

我看到了一个!(例如,一个完全黑暗的Eclipse主题),正如Lars Vogel在“Eclipse 4是美丽的-创建您自己的Eclipse 4主题”中所报告的:

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

pixeldude在评论中提到了在GitHub上发布“黑暗朱诺”!

Komododave提到你并不总是需要一个插件:参见“Ubuntu + Eclipse 4.2 -暗主题-如何变暗侧边栏背景?”


原答案:2011年3月

请注意,e4可以使用完全黑暗的主题。 (参见e4的动态css或e4的一周- e4的主题化):

与此同时,仅针对编辑(这不是你想要的,但仍然值得提及):

www.eclipsecolorthemes.org:

“用超级棒的颜色主题刷新您的Eclipse !”

其他回答

有一个新的插件为Eclipse提供了完整的主题:

http://brainwy.github.io/liclipse/

它与Eclipse Color Theme集成在一起,因此当在首选项> general > appearance > Color Theme中选择一个新主题时,适当的背景也会应用到IDE的其他部分(为之前根据同一页面中的组合注册的所有内容或视图设置主题)。

除了主题,它还提供了一堆其他的东西:)

月出是我看过的《月食》中最好的黑暗主题! 只要按照网站上的步骤,就可以享受了!

https://github.com/guari/eclipse-ui-theme

有一个全新的免费插件,它非常DARK,支持Retina,有漂亮的图标。

最重要的是:它在WINDOWS上不烂!它没有白色的滚动条和其他工件。太黑了。

你会在那里找到它: https://marketplace.eclipse.org/content/darkest-dark-theme

这是它在Windows 10视网膜屏幕上的样子:

对于一个Visual Studio 2013黑暗主题:

将这个来自eclipsecolorthemes.org(一个.epf)的首选项文件与Eclipse Luna的内置黑暗主题结合起来。我可以通过以下步骤做到这一点:

>一般>外观>主题:黑色。 文件>导入>常规>首选项>浏览:theme-25999。epf >完成。

在eclipsecolorthemes.org上搜索更多VS黑暗主题的示例

你可以使用这个伟大的主题从上面和添加预定义的主题只从这个网站的编辑器:

http://eclipsecolorthemes.org/

(我用guari和retta,我觉得看起来真的很好:)

我希望它能帮助到一些人:)