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

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

编辑:

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

2019年更新:

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

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


当前回答

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

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

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

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

其他回答

这个问题有一个非常简单的解决方案)只需几个简单的步骤,就可以将您丑陋的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:安装一些黑色主题,并尝试哪个更适合你

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

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

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

月出是我看过的《月食》中最好的黑暗主题! 只要按照网站上的步骤,就可以享受了!

https://github.com/guari/eclipse-ui-theme

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

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

玩得开心!