Created
January 18, 2013 05:33
-
-
Save asinbow/4562573 to your computer and use it in GitHub Desktop.
gtk compact for eclipse
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gtk_icon_sizes="panel_menu=16,16:panel=16,16:gtk_menu=12,12:gtk_small_toolbar=16,16:gtk_large_toolbar=16,16:gtk_button=16,16:gtk_dialog=16,16:gtk_dnd=16,16" | |
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=10 | |
GtkWidget::focus_padding=0 | |
xthickness=1 | |
ythickness=1 | |
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} | |
highlight_shade=1.04 #sethighlightamountforbuttonsorwidgets | |
lightborder_shade=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 | |
toolbarstyle=0 #0=flat,1=glassy,2=gradient | |
} | |
} | |
widget_class"*"style"gtkcompact" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment