Guest User

Untitled

a guest
Feb 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. # -- THEME AUTO-WRITTEN DO NOT EDIT
  2. include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc"
  3.  
  4. include "/home/pcdavid/.gtkrc-2.0.mine"
  5.  
  6. # -- THEME AUTO-WRITTEN DO NOT EDIT
  7.  
  8. style "my-clearlooks" = "clearlooks-default"
  9. {
  10. engine "clearlooks"
  11. {
  12. colorize_scrollbar = FALSE # TRUE = blue scrollbars
  13. menubarstyle = 2 # 0 = flat, 1 = sunken, 2 = flat gradient
  14. toolbarstyle = 1 # 0 = flat, 1 = enable effects
  15. animation = FALSE # TRUE = animated progress bars
  16. style = GUMMY
  17. }
  18.  
  19. GtkButton::default_border={0,0,0,0}
  20. GtkButton::default_outside_border={0,0,0,0}
  21. GtkButtonBox::child_min_width=0
  22. GtkButtonBox::child_min_heigth=0
  23. GtkButtonBox::child_internal_pad_x=0
  24. GtkButtonBox::child_internal_pad_y=0
  25. GtkMenu::vertical-padding=1
  26. GtkMenuBar::internal_padding=0
  27. GtkMenuItem::horizontal_padding=4
  28. GtkToolbar::internal-padding=0
  29. GtkToolbar::space-size=0
  30. GtkOptionMenu::indicator_size=0
  31. GtkOptionMenu::indicator_spacing=0
  32. GtkPaned::handle_size=4
  33. GtkRange::trough_border=0
  34. GtkRange::stepper_spacing=0
  35. GtkScale::value_spacing=0
  36. GtkScrolledWindow::scrollbar_spacing=0
  37. GtkExpander::expander_size=10
  38. GtkExpander::expander_spacing=0
  39. GtkTreeView::vertical-separator=0
  40. GtkTreeView::horizontal-separator=0
  41. GtkTreeView::expander-size=8
  42. GtkTreeView::fixed-height-mode=TRUE
  43. GtkWidget::focus_padding=0
  44. GtkNotebook::tab-vborder=0
  45. }
  46.  
  47. class "GtkWidget" style "my-clearlooks"
  48.  
  49. style "gtkcompactextra" {
  50. xthickness=0
  51. ythickness=0
  52. }
  53.  
  54. class "GtkButton" style "gtkcompactextra"
  55. class "GtkToolbar" style "gtkcompactextra"
  56. class "GtkPaned" style "gtkcompactextra"
Add Comment
Please, Sign In to add comment