Advertisement
xdemonessx

GTK Scrollbars, buttons

Dec 5th, 2014
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.92 KB | None | 0 0
  1. style "theme-default"
  2. {
  3.   GtkButton      ::default_border    = { 0, 0, 0, 0 }
  4.   GtkRange       ::trough_border     = 0
  5.   GtkPaned       ::handle_size       = 0
  6.   GtkRange       ::slider_width      = 0
  7.   GtkRange       ::stepper_size      = 0
  8.  
  9.   GtkScrollbar   ::min_slider_length = 30
  10.   GtkCheckButton ::indicator_size    = 10
  11.   GtkRadioButton ::indicator_size    = 10
  12.   GtkMenuBar     ::internal-padding  = 0
  13.   GtkTreeView    ::expander_size     = 14
  14.   GtkExpander    ::expander_size     = 16
  15.   GtkScale       ::slider-length     = 16
  16.  
  17.  
  18.   xthickness = 0
  19.   ythickness = 0
  20. }
  21.  
  22. engine "murrine"
  23. {
  24.   menuitemstyle   = 2
  25.   scrollbarstyle    = 3
  26.   contrast    = 0
  27.   menustyle     = 0
  28.   glazestyle    = 0
  29.   menubarstyle    = 0
  30.   menubaritemstyle  = 0
  31.   menuitemstyle     = 0
  32.   listviewheaderstyle     = 0
  33.   listviewstyle     = 1
  34.   roundness     = 0
  35.         animation     = TRUE
  36.     highlight_shade     = 0.90
  37.   }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement