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

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

编辑:

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

2019年更新:

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

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


当前回答

这是我的黑色Eclipse自定义CSS Chrome主题插件。可用于eclipse 4.2和4.3。主要目标是让它在ubuntu中看起来更漂亮,除了让它“更暗”。

警告:可能在Windows系统上运行,也可能不运行,只在ubuntu上运行。

要求:Chrome主题和颜色主题插件

Install those mentioned plugins. They can be found in the eclipse marketplace. Install my variant of Gedit Oblivion Theme in Color Theme and activate it. (http://eclipsecolorthemes.org/?view=theme&id=12544) Insert the custom css in css editor of Chrome Theme. I spend several hours with CSS Spy to find out all the relevant information to make eclipse as black and this file as small as possible. There is also an .epf File for the Chrome Theme plugin preferences you should import. You can get it from my dropbox: https://www.dropbox.com/sh/ye5tosl3cjhx96d/yL-_Y5j1PE

最后你的日食看起来会是这样的:

玩得开心!

其他回答

对于Mac,

Eclipse >首选项>外观>主题

如果你在ubuntu 12+获得compiz设置管理器,在可访问性启用负,设置快捷方式。默认值是super+n。现在使eclipse处于焦点中,并按下super+n或您设置的键。这将对eclipse应用负滤镜。

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

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

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

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

我花了几个小时寻找一个很好的解决方案,使我的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”的第一步是修改你的操作系统颜色主题。然后你可以添加颜色主题插件来完成外观。