当前位置: 代码迷 >> Eclipse >> Ubuntu 14.04 Eclipse提示框背景为黑色有关问题完全解决方案
  详细解决方案

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

热度:613   发布时间:2016-04-23 00:01:38.0
Ubuntu 14.04 Eclipse提示框背景为黑色问题完全解决方案

首先,安装一个dconf-editor

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

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

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

按enter键确认

  相关解决方案