是否有办法将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

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

玩得开心!

其他回答

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

我使用下面调整的“智能反转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 }

更新2:这个插件的一个分支已经与主Eclipse平台合并。您应该会在未来的Eclipse发行版中发现它已预安装;)


更新:我发布了一个新版本,它有点暗,现在几乎所有目前可以修改的东西都对齐到主题颜色。玩得开心!

以下是截图:


如果你喜欢,我在github上上传了一个黑暗的主题,我几个月前做的,以避免瞎了我的眼睛,当花很多时间在编辑器。我之所以这样做,是因为在所有其他主题中,一些Eclipse部分仍然很难看,没有风格。

你可以在这里找到它:http://guari.github.io/eclipse-ui-theme/

与我的Eclipse配置工作得很好,如果你发现一些元素仍然没有风格,你可以提交一个问题或建议更改,我会尽量纠正它,如果它是可能的;)(提醒,目前,CSS样式支持在Eclipse中它是不完整的,有时bug ..)

如果深色主题的目的是让你的眼睛舒服,你可以启用操作系统的高对比度设置。例如,在Windows 8.1中,你可以通过按ALT +左SHIFT + PRINT SCREEN打开-关闭高对比度

这将使整个操作系统处于黑暗模式,而不仅仅是日食。下面是启用了高对比度的Eclipse的示例截图

这是我的黑色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

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

玩得开心!

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

http://eclipsecolorthemes.org/

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

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