Advertisement
Guest User

moon rules

a guest
Sep 9th, 2010
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. style "checkbutton"
  2. {
  3. base[NORMAL] = $white
  4. base[PRELIGHT] = $white
  5. base[ACTIVE] = $text_field_grey
  6.  
  7. text[PRELIGHT] = $toolbar_grey
  8. text[NORMAL] = $toolbar_grey
  9. text[ACTIVE] = $toolbar_grey
  10.  
  11. # I won't get the exact sizing, but this should be pretty close
  12. GtkCheckButton::indicator-size = $radio_size
  13. GtkCheckButton::indicator-spacing = 3
  14. GtkWidget::focus-padding = 3
  15.  
  16. engine "sugar" {
  17. # Reset the colors to the normal color again
  18. # as they were overriden by the button style
  19. fg[NORMAL] = parent_fg_color
  20. fg[PRELIGHT] = parent_fg_color
  21. fg[ACTIVE] = parent_fg_color
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement