是否有办法将Eclipse完全转变为暗IDE?
这是我问的问题的图片:
我不介意花1个小时做这样的事情:D
编辑:
正如Konstantin Komissarchik所说,我必须修改我的操作系统颜色。这可以通过在Windows中添加自定义视觉样式来实现。在Windows 7的自定义主题和自定义视觉风格的帮助下(我做了一点改变),我的Eclipse看起来如下图所示:
2019年更新:
Eclipse的最新版本现在带有一个黑暗主题。只需点击“窗口->首选项->常规->外观->主题”,然后根据您的操作系统选择“黑暗”或其他合适的版本。
当然,你仍然可以在Windows上启用深色视觉风格,或者在其他操作系统上更改你的主题,但默认的深色主题在大多数情况下已经足够好了。
相反,如果找到一个晚上的主题,我发现一个实用程序,把我的整个桌面进入夜间模式负屏幕。
我使用下面调整的“智能反转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变成完全黑暗的野兽)
全暗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:安装一些黑色主题,并尝试哪个更适合你