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

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

编辑:

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

2019年更新:

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

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


当前回答

对于Mac,

Eclipse >首选项>外观>主题

其他回答

我花了几个小时寻找一个很好的解决方案,使我的eclipse UI黑暗,我终于找到了一种方法。我使用的是Fedora 18和Eclipse for PHP Developers (PDT v3.0.2)。

最好的解决方案是下载DeLorean Dark Theme,然后在Gnome Shell中启用它。

安装过程:

Download DeLorean-Dark-Theme-3.6 vs.2.56 from http://browse.deviantart.com/art/DeLorean-Dark-Theme-3-6-vs-2-56-328859335 Unzip the archive, and copy the delorean-dark-theme-3.6 folder to /usr/share/themes/ Open Gnome Tweak Tool Enable the freshly installed theme from Theme > Gtk+ Theme (If gnome-tweak-tool isn't installed, install it using yum install gnome-tweak-tool, then F2 or launch it from the terminal) Reload Gnome Shell by hitting F2, then typing 'r' Open Eclipse PDT and enjoy the new look I highly recommend to pick one of the nice code coloring themes from eclipsecolorthemes [DOT] org I am using a custom version of the Oblivion theme by Roger Dudler

下面是它的样子:http://i.stack.imgur.com/Xx7m6.png


此过程适用于Eclipse PHP和Aptana 3。如果您正在使用Eclipse 4及更高版本,我推荐DeLorean Dark Theme for Eclipse: http://goo [DOT] gl/wkjj8

Eclipse对大多数UI方面(按钮、菜单、列表等)使用本机OS控件。这就是大多数IDE的颜色来源。制作“深色IDE”的第一步是修改你的操作系统颜色主题。然后你可以添加颜色主题插件来完成外观。

它的简单。下载这个文件DarkJuno主题。然后提取rar文件并复制com.github.eclipsecolortheme. themes_id .0.0.201207121019.jar文件到/yourEclipsHome/dropins。

然后重新启动eclipse,进入window/preference/General/Appearance。在那里选择黑暗朱诺主题下拉。这是它。重新启动您的eclipse。

要了解更多信息,请观看这个视频教程

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 !”

相反,如果找到一个晚上的主题,我发现一个实用程序,把我的整个桌面进入夜间模式负屏幕。

我使用下面调整的“智能反转Alt 2”矩阵,其中黑色被调亮了一点。

Smart Inversion Alt 2b (danielsokolowski)=
{  0.390, -0.620, -0.620,  0.000,  0.000 }
{ -1.210, -0.220, -1.220,  0.000,  0.000 }
{ -0.160, -0.160,  0.840,  0.000,  0.000 }
{  0.075,  0.075,  0.075,  1.000,  0.000 }
{  1,  1,  1,  0.000,  1.000 }