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

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

编辑:

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

2019年更新:

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

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


当前回答

我花了几个小时寻找一个很好的解决方案,使我的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 (Luna Release(4.4.0)或更新的版本),它默认包含一个很棒的Dark主题。

以下是截图:

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

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

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

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

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

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

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

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

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

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

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

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