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

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

编辑:

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

2019年更新:

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

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


当前回答

有一个全新的免费插件,它非常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。

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

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

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

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

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

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

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

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

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

玩得开心!

这个问题有一个非常简单的解决方案)只需几个简单的步骤,就可以将您丑陋的Eclipse变成完全黑暗的野兽)

全暗Eclipse的例子

没有繁重的工作或手动编辑所需的文件!

至少这适用于Ubuntu 14.04上的最后一个Eclipse (Mars 2)(尽管我认为这样的过程应该适用于所有的操作系统)

So:

Download some dark GTK theme for example, you can grab few from http://www.noobslab.com/ To apply your newly installed theme you will need Unity tweak tool sudo apt-get install unity-tweak-tool sudo apt-get install unity-webapps-service Launch Unity tweak - Appearance - Theme - apply your dark theme Open Eclipse; in preferences choose GTK theme In Eclipse, open Marketplace and install Color Theme - you will be able to change editor background and highlight colors to match your dark theme Close Eclipse Go to Eclipe folder: ../Eclipse/plugins/org.eclipse.ui.themes_WHATEVER_NUMBER_HERE/ in that folder rename or delete 'css' folder Open and enjoy fully darked Eclipse!

PS:安装一些黑色主题,并尝试哪个更适合你