linux eclipse 界面 调整

Fedora 18 (x86_64) 以验证 OK

CentOS 6.3 (x86_64)以验证 OK

在用户主文件夹下

vi ~/.gtkrc-2.0

 

#gtk-theme-name="Clearlooks"

 

style "eclipse" {

  font_name="Sans 6"

  GtkTreeView::vertical-separator=0

  GtkTreeView::horizontal-separator=0

}

widget_class "GtkTreeView" style "eclipse"

 

gtk_icon_sizes="panel_menu=12,12:panel=12,12:gtk_menu=10,10:gtk_small_toolbar=12,12:gtk_large_toolbar=12,12:gtk_button=12,12:gtk_dialog=12,12:gtk_dnd=12,12" 

 

style"gtkcompact"{ 

     #font_name="Sans9"

     GtkButton::default_border={0,0,0,0}

     GtkButton::default_outside_border={0,0,0,0}

     GtkButton::child_displacement_x=1

     GtkButton::child_displacement_y=1 

     GtkButtonBox::child_min_height=20 

     GtkButtonBox::child_min_width=80 

     GtkButtonBox::child_internal_pad_x=0 

     GtkButtonBox::child_internal_pad_y=0 

     GtkCheckButton::indicator_size=14 

     GtkMenu::vertical_padding=1 

     #   GtkMenu::vertical_padding=0 

     GtkMenu::horizontal_padding=0 

     GtkMenuBar::internal_padding=0 

     GtkMenuItem::horizontal_padding=4 

     GtkOptionMenu::indicator_size=0 

     GtkOptionMenu::indicator_spacing=0 

     GtkPaned::handle_size=4 

     GtkRange::trough_border=0 

     GtkRange::stepper_spacing=0 

     GtkRange::stepper_size=15 

     GtkRange::slider_width=14 

     GtkScale::value_spacing=0

     GtkScale::slider_length=23 

     GtkScale::trough_side_details=0#0=thinslider,>0=thickslider 

     GtkScrolledWindow::scrollbar_spacing=0 

     GtkScrollbar::min_slider_length=30 

     GtkExpander::expander_size=10 

     #   GtkExpander::expander_size=11

     GtkExpander::expander_spacing=0

     GtkTreeView::vertical_separator=0 

     GtkTreeView::horizontal_separator=0 

     GtkTreeView::fixed_height_mode=TRUE 

     GtkTreeView::expander_size=9 

     GtkTreeView::expander_spacing=0 

     #   GtkTreeView::expander_size=11 

     GtkTreeView::expander_indent=0 

     GtkTreeView::focus_line_width=0 

     GtkTreeView::spacing=0 

     GtkTreeView::row_ending_details=0 

     GtkTreeView::treeview_left=1 

     GtkTreeView::treeview_right=0 

     GtkTreeView::treeview_middle=0 

     GtkTreeView::passive_focus=0 

     GtkTreeView::separator_height=0 

     GtkTreeView::tree_line_pattern="\001\001"

     GtkTreeView::grid_line_pattern="\001\001" 

     GtkTreeView::grid_line_width=0 

     GtkTreeView::tree_line_width=0 

     GtkToolbar::internal_padding=0 

     GtkToolbar::space_size=1 

     GtkWidget::focus_padding=0 

     xthickness=1 

     ythickness=1   

 

     #buttons

     #engine"murrine"{ 

     #   animation=TRUE#FALSE=disabled,TRUE=enabled 

     #   colorize_scrollbar=FALSE#FALSE=disabled,TRUE=enabled 

     #   contrast=1.0#0.8forlesscontrast,morethan1.0formorecontrastonborders 

     #   glazestyle=3#0=flathighlight,1=curvedhighlight,2=concavestyle,3=topcurvedhighlight,4=berylhighlight 

     #   gradient_shades={1.09,1.06,1.04,1.01}#default:{1.1,1.0,1.0,1.1} 

     #   gradients=TRUE#FALSE=disabled,TRUE=enabled 

     #   highlight_ratio=1.04#sethighlightamountforbuttonsorwidgets 

     #   lightborder_ratio=1.5#setslightborderamountforbuttonsorwidgets 

     #   lightborderstyle=0#0=lightborderontopside,1=lightborderonallsides 

     #   listviewheaderstyle=1#0=flat,1=glassy,2=raised 

     #   listviewstyle=1#0=nothing,1=dotted 

     #   menubaritemstyle=1#0=menuitemlook,1=buttonlook 

     #   menubarstyle=2#0=flat,1=glassy,2=gradient,3=striped 

     #   menuitemstyle=1#0=flat,1=glassy,2=striped 

     #   menustyle=0#0=noverticalmenustripe,1=displayverticalmenustripe 

     #   reliefstyle=2#0=flat,1=inset,2=shadow 

     #   rgba=TRUE#FALSE=disabled,TRUE=enabled 

     #   roundness=2#0=squared,1=olddefault,morewillincreaseroundness 

     #   scrollbarstyle=2#0=nothing,1=circles,2=handles,3=diagonalstripes,4=diagonalstripesandhandles,5=horizontalstripes,6=horizontalstripesandhandles 

     #   sliderstyle=1#0=nothingadded,1=handles 

     #   stepperstyle=0#0=standard,1=integratedstepperhandles,2=unknown 

     #   style=MURRINE#enginestyleoptions:CANDIDO,CLEARLOOKS,MIST,MURRINE,NODOKA 

     #   toolbarstyle=0#0=flat,1=glassy,2=gradient 

     #} 

 } 

 

 widget_class"*"style"gtkcompact" 

猜你喜欢

转载自yubuzhi.iteye.com/blog/1835478