Change background color of UI elements in eclipse IDE(在 Eclipse IDE 中更改 UI 元素的背景颜色)
问题描述
我在 Fedora linux 上使用 Eclipse 3.5 IDE.太多的白色或浅灰色对我的眼睛有害.我设法将编辑器和控制台窗口的背景更改为黑色,但没有别的,所以我仍然看到 30% 到 40% 的空间不是黑色的.如何更改包资源管理器的背景颜色?
I am using Eclipse 3.5 IDE on Fedora linux. Too much white or light gray color is hurtful to my eyes. I managed to change the background of editor and console window to black but nothing else so I am still seeing 30 to 40% space as not black. How do I change the background color of package explorer?
如果不可能,那么如何在某处侵入 eclipse 源代码或配置文件来做到这一点,并将所有 UI 面板颜色从当前的浅灰色更改为黑色,将文本从黑色更改为其他颜色?
If not possible then how to hack into eclipse source code or config files somewhere to do that and also to change all UI panels color to black from the current light grey and text to some other color from black?
推荐答案
Eclipse 的大部分外观都是由 GTK+ 主题控制的.您可以编辑当前主题或尝试不同的主题.例如,Nokoka-Midnight"主题几乎完全是黑色的.我喜欢一个叫做 gtk-chtheme 的程序来切换它们.
Much of the appearance of Eclipse is controlled by the GTK+ theme. You can edit the current theme or try different themes out. The "Nokoka-Midnight" theme, for instance, is almost entirely black. I like a program called gtk-chtheme to switch them.
Nokoka-午夜
这篇关于在 Eclipse IDE 中更改 UI 元素的背景颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Eclipse IDE 中更改 UI 元素的背景颜色


- Java包名称中单词分隔符的约定是什么? 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01