Eclipse 的深色配色方案
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/120621/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Dark color scheme for Eclipse
提问by Bartosz Radaczyński
Is Eclipse at all theme-able? I would like to install a dark color scheme for it, since I much prefer white text on dark background than the other way around.
Eclipse 完全可以主题化吗?我想为它安装一个深色的配色方案,因为我更喜欢深色背景上的白色文字,而不是其他方式。
采纳答案by fhd
As posted to a few related questions already, I'm working on a plugin for easy, cross-editor color theme management:
正如已经发布到一些相关问题一样,我正在开发一个插件,用于简单的跨编辑器颜色主题管理:
http://marketplace.eclipse.org/content/eclipse-color-theme
http://marketplace.eclipse.org/content/eclipse-color-theme
It is still work in progress, but already supports many editors and a few dark color themes.
它仍在进行中,但已经支持许多编辑器和一些深色主题。
回答by Roger Dudler
I've created my own dark color scheme (based on Oblivion from gedit), which I think is very nice to work with.
我已经创建了自己的深色方案(基于来自gedit 的Oblivion ),我认为使用它非常好。
Preview & details at: http://www.rogerdudler.com/?p=362
预览和详细信息:http: //www.rogerdudler.com/?p=362
We're happy to announce the beta of eclipsecolorthemes.org, a new website to download, create and maintain Eclipse color themes / schemes. The theme editor allows you to copy an existing theme and edit the colors with a live preview of your changes on specific editors. The downloadable themes support a lot of editors (PHP, Java, SQL, Ant, text, HTML, CSS, and more to follow)
我们很高兴地宣布eclipsecolorthemes.org的测试版,这是一个用于下载、创建和维护 Eclipse 颜色主题/方案的新网站。主题编辑器允许您复制现有主题并通过在特定编辑器上实时预览更改来编辑颜色。可下载的主题支持多种编辑器(PHP、Java、SQL、Ant、文本、HTML、CSS 等)
There's a growing list of themes already available on the site:
网站上已经有越来越多的主题可用:
You can read more about the launch here.
您可以在此处阅读有关此次发布的更多信息。
回答by devinmoore
Here's a guy that posted his Eclipse preferences for changing the colors like a theme:
这里有一个人发布了他的 Eclipse 偏好,以改变像主题一样的颜色:
http://blog.codefront.net/2006/09/28/vibrant-ink-textmate-theme-for-eclipse/
http://blog.codefront.net/2006/09/28/vibrant-ink-textmate-theme-for-eclipse/
And here's more about how to set the colors in the Ganymede Eclipse version(v. 3.4, mid 2008):
以下是有关如何在Ganymede Eclipse 版本(v. 3.4,2008 年中)中设置颜色的更多信息:
回答by skrat
For Linux users, assuming you run a compositing window manager(Compiz), you can just turn the window negative. I use Eclipse like this all the time, the normal (whitie) looks is blowing my eyes off.
对于 Linux 用户,假设您运行一个合成窗口管理器( Compiz),您可以将窗口转为负值。我一直这样使用 Eclipse,正常(白色)的外观让我大吃一惊。
回答by matko.kvesic
These are the pleasing colors for my eyes during coding. Jazz music not included in theme.
这些是在编码过程中令我眼前一亮的颜色。爵士乐不包含在主题中。
Eclipse Color Themes Plugin file: LukinaJama3.xml on depositfiles
Eclipse 颜色主题插件文件:depositfiles 上的 LukinaJama3.xml
回答by Tudisco
This is the best place for Eclipse color themes:
这是 Eclipse 颜色主题的最佳位置:
回答by helifreak
I have to say, this is one area where Eclipse is really weak. Specifically, the import/export of preferences applies to ALL preferences. There is no way to import say just the fonts/color preferences (like you can with Visual Studio) without mucking up my key binding preferences.
我不得不说,这是 Eclipse 非常薄弱的一个领域。具体而言,首选项的导入/导出适用于所有首选项。没有办法只导入字体/颜色首选项(就像你可以使用 Visual Studio)而不破坏我的键绑定首选项。
Also, I have tried several of these preference files referenced above, and they completely break my Eclipse install.
此外,我已经尝试了上面引用的几个首选项文件,它们完全破坏了我的 Eclipse 安装。
回答by Dwight Holman
I've created several color themes, and a script to extract a new one from someone's color preferences. I'm currently using one I still have yet to post on the site, but I should eventually get to it.
我已经创建了几个颜色主题,以及一个从某人的颜色偏好中提取新主题的脚本。我目前正在使用一个我还没有在网站上发布的,但我最终应该得到它。
回答by user580853
Easiest way: change the Windows Display Properties main window background color. I went to Appearance tab, changed to Silver scheme, clicked Advanced, clicked on "Active Window" and changed Color 1 to a light gray. All Eclipse views softened.
最简单的方法: 更改 Windows 显示属性主窗口背景颜色。我转到外观选项卡,更改为银色方案,单击高级,单击“活动窗口”并将颜色 1 更改为浅灰色。所有 Eclipse 视图都软化了。
Since Luna (4.4)there seems to be a full Dark
them in
从Luna (4.4) 开始,似乎有一个完整Dark
的
Window -> Preferences -> General -> Appearance -> Theme -> Dark
Window -> Preferences -> General -> Appearance -> Theme -> Dark
回答by Dean J
For the quick hack, on Linux running GNOME with a Windows keyboard, Windows-Key-M will inverse-color all windows, and Windows-Key-N will inverse color a single window. It's an awesomefeature, in my book.
为了快速破解,在使用 Windows 键盘运行 GNOME 的 Linux 上,Windows-Key-M 将反转所有窗口的颜色,Windows-Key-N 将反转单个窗口的颜色。在我的书中,这是一个很棒的功能。