Eclipse 在Ubuntu 下老是感受上面的工具欄感受特別的大,控件之間的空隙很是的大,和在Windows 下的感受很是的不同(畢竟是剛剛從windows叛逃出來),其實也不光光是Eclipse 是這樣,其餘也軟件也一樣有這個問題。嘗試過經過更換主題來解決這樣的問題,總是看着一個主題,審美老是會疲勞的。在網上找來一圈,java
解決方案:linux
修改或者新建(系統默認是沒有的)ubuntu
/home/Your_username/.gtkrc-2.0 (ubuntu中 . 開頭的文件默認是隱藏文件,快捷鍵Ctrl+H可顯示隱藏文件)windows
複製以下的內容:ide
style "gtkcompact" { font_name="Sans 9" GtkButton::default_border={0,0,0,0} GtkButton::default_outside_border={0,0,0,0} GtkButtonBox::child_min_width=0 GtkButtonBox::child_min_heigth=0 GtkButtonBox::child_internal_pad_x=0 GtkButtonBox::child_internal_pad_y=0 GtkMenu::vertical-padding=1 GtkMenuBar::internal_padding=0 GtkMenuItem::horizontal_padding=4 GtkToolbar::internal-padding=0 GtkToolbar::space-size=0 GtkOptionMenu::indicator_size=0 GtkOptionMenu::indicator_spacing=0 GtkPaned::handle_size=4 GtkRange::trough_border=0 GtkRange::stepper_spacing=0 GtkScale::value_spacing=0 GtkScrolledWindow::scrollbar_spacing=0 GtkExpander::expander_size=10 GtkExpander::expander_spacing=0 GtkTreeView::vertical-separator=0 GtkTreeView::horizontal-separator=0 GtkTreeView::expander-size=8 GtkTreeView::fixed-height-mode=TRUE GtkWidget::focus_padding=0 } class "GtkWidget" style "gtkcompact" style "gtkcompactextra" { xthickness=1 ythickness=1 } class "GtkButton" style "gtkcompactextra" class "GtkToolbar" style "gtkcompactextra" class "GtkPaned" style "gtkcompactextra"
註銷系統再次登陸,打開Eclipse 的界面果真是緊湊來,感受不錯,打開其餘的程序界面也一樣是緊湊來很多。工具
界面美觀了很多,可是Eclipse的自動提示的背景色是黑色的,看起來也很是的難受:spa
修改方案:.net
打開終端移動到當前主題目錄下:code
cd /usr/share/themes/當前的主題名/
打開gtk-2.0/gtkrc文件:blog
sudo gedit gtk-2.0/gtkrc
尋找到「ntooltip_fg_color」和「ntooltip_bg_color」兩個屬性的值,若是沒有改屬性,能夠自行添加,其值仿照windows的默認值,分別設定位:
tooltip_fg_color:#000000
tooltip_bg_color:#f2edbc
然後保存退出,打開系統外觀配置,切換一下主題,當切換回來的時候,修改的效果就生效了。
最後插入圖片一張:
__________________________________________________
linux deepin 下,首先找出gtk的相關配置文件:
june@deepin:~>
sudo find / -name "*gtkrc*"
june@deepin:~>
sudo vi /usr/share/themes/Deepin/gtk-2.0/gtkrc
而後再 open perspective 便可去掉多餘的工具條。