Ubuntu 14.04 Eclipse提示框背景为黑色问题完全解决方案

来源:互联网 发布:淘宝借呗客服电话 编辑:程序博客网 时间:2024/06/04 01:08

首先,安装一个dconf-editor

然后在命令行打开它,找到

org -->gnome --> desktop --> interface

在interface 中找gtk-color-scheme ,像其中填入相应的值,
格式为项目名称:颜色名称;项目名称:颜色名称;
例如:tooltip_bg_color:#f2edbc; tooltip_fg_color :#000000;

按enter键确认

0 0