Eclipse是否具有主题性?我想为它安装一个深色的配色方案,因为我更喜欢黑色背景上的白色文本,而不是相反。


当前回答

为了回应这个评论,我为Compiz的Color filter插件做了一个过滤器。

以下是我得到的答案:

Howto:

进入/usr/share/ compz /filters/ 创建新文件“负-低对比度”(如 根) 插入所附代码。 去 系统- >首选项- > CompizConfig ... 输入颜色滤镜插件 启用 并将新创建的过滤器添加到 名单Profeet!!

过滤器代码:

!!ARBfp1.0
TEMP temp, neg;

# Dunno what's this... but every other filter starts with this :) ;
TEX temp, fragment.texcoord[0], texture[0], RECT;

# Applying negative filter ;
RCP neg.a, temp.a;
MAD temp.rgb, -neg.a, temp, 1.0;
MUL temp.rgb, temp.a, temp;
MUL temp, fragment.color, temp;

# Lowering contrast and shifting brightness ;
MUL temp.rgb, temp, 0.8;
ADD temp.rgb, temp, 0.25;

MOV result.color, temp;
END

你也可以使用滤镜。也许你会得到一些更有趣的东西:)欢迎分享!

其他回答

这是Eclipse颜色主题的最佳位置:

http://www.eclipsecolorthemes.org/

下面是一个0.0.1版本的Eclipse深色背景配色方案(以及一个截图)。有什么反馈吗?(这与我通常使用的Vim有很大的不同。

我已经创建了几个颜色主题,并从某人的颜色偏好提取一个新的脚本。我目前正在使用一个我还没有在网站上发布的,但我最终会得到它。

http://eclipsecolorthemes.jottit.com

这是另一个黑暗的Eclipse主题:http://blog.prabir.me/post/Dark-Eclipse-Theme.aspx。

我有Visual Studio等效的主题。

这里有一个人发布了他的Eclipse首选项,可以像主题一样改变颜色:

http://blog.codefront.net/2006/09/28/vibrant-ink-textmate-theme-for-eclipse/

下面是关于如何在Ganymede Eclipse版本(v. 3.4, 2008年年中)中设置颜色的更多信息:

http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.platform.doc.user/concepts/accessibility/fontsandcolors.htm