style "default-style" { # modify the x/ythickness, used for spacing all over the place xthickness = 3 ythickness = 3 # one can set so called "style properties" GtkRange::slider-width = 15 # set the background to a light grey bg[NORMAL] = "#015814" bg[ACTIVE] = "#015814" bg[INSENSITIVE] = "#015814" bg[PRELIGHT] = "#015814" bg[SELECTED] = "#015814" # and the forground to black fg[NORMAL] = "#548D60" } class "EventBox" style "default-style"