style "checkradiobutton" { engine "pixmap" { image { function = CHECK recolorable = TRUE shadow = OUT overlay_file = "DarkMarble-check_off.png" overlay_stretch = FALSE } image { function = CHECK recolorable = TRUE shadow = IN overlay_file = "DarkMarble-check_on.png" overlay_stretch = FALSE } image { function = OPTION recolorable = TRUE shadow = OUT overlay_file = "DarkMarble-check_off.png" overlay_stretch = FALSE } image { function = OPTION recolorable = TRUE shadow = IN overlay_file = "DarkMarble-check_on.png" overlay_stretch = FALSE } image { function = FOCUS recolorable = TRUE overlay_file = "focus.png" overlay_border = { 4, 4, 4, 4 } overlay_stretch = TRUE } } } style "button" { bg[NORMAL] = "#909090" engine "pixmap" { image { function = FOCUS recolorable = TRUE overlay_file = "focus.png" overlay_border = { 4, 4, 4, 4 } overlay_stretch = TRUE } image { function = BOX recolorable = TRUE state = NORMAL detail = "buttondefault" shadow = IN file = "blueHeart-button_def.png" border = { 9, 9, 9, 9 } stretch = TRUE } image { function = BOX recolorable = TRUE state = NORMAL shadow = OUT file = "blueHeart-button1.png" border = { 3, 3, 3, 3 } stretch = TRUE } image { function = BOX recolorable = TRUE state = PRELIGHT shadow = OUT file = "blueHeart-button2.png" border = { 3, 3, 3, 3 } stretch = TRUE } image { function = BOX recolorable = TRUE state = NORMAL shadow = IN file = "blueHeart-button4.png" border = { 2, 2, 2, 2 } stretch = TRUE } image { function = BOX recolorable = TRUE state = SELECTED shadow = IN file = "blueHeart-button4.png" border = { 3, 3, 3, 3 } stretch = TRUE } image { function = BOX recolorable = TRUE state = ACTIVE shadow = IN file = "blueHeart-button4.png" border = { 3, 3, 3, 3 } stretch = TRUE } } } style "window" { engine "pixmap" { image { function = FLAT_BOX recolorable = TRUE file = "blueHeart-brown_bg1.png" border = { 2, 2, 2, 2 } stretch = TRUE } } } style "any" { text[NORMAL] = { 1.00, 1.00, 1.00 } fg[NORMAL] = { 1.00, 1.00, 1.00 } fg[PRELIGHT] = { 0.95, 0.95, 0.95 } fg[ACTIVE] = { 1.00, 1.00, 1.00 } fg[SELECTED] = { 1.00, 1.00, 1.00 } fg[INSENSITIVE] = { 0.80, 0.80, 0.90 } base[NORMAL] = { 0.15, 0.15, 0.30 } bg[NORMAL] = { 0.20, 0.20, 0.40 } bg[PRELIGHT] = { 0.25, 0.25, 0.45 } bg[ACTIVE] = { 0.20, 0.20, 0.40 } bg[SELECTED] = { 0.30, 0.30, 0.50 } bg[INSENSITIVE] = { 0.20, 0.25, 0.40 } } style "entry" { base[NORMAL] = { 0, 0, 0.1 } base[ACTIVE] = { 0, 0, 0.1 } fg[NORMAL] = { 0.67, 0.67, 0.67 } } style "notebook" { bg[NORMAL] = { 0.82, 0.8, 0.8 } bg[ACTIVE] = { 0.72, 0.7, 0.7 } fg[NORMAL] = { 0, 0, 0 } } style "button" = "any" { fg[NORMAL] = { 1.0, 1.0, 1.0 } bg[PRELIGHT] = { 1.0, 1.0, 1.0 } fg[PRELIGHT] = { 0.67, 0.67, 0.67 } } style "background" { bg[NORMAL] = { 0.2, 0.2, 0.4 } bg[PRELIGHT] = { 0.3, 0.3, 0.5 } } style "steps" { fg[NORMAL] = { 1.0, 1.0, 1.0 } engine "pixmap" { image { function = FLAT_BOX recolorable = TRUE file = "blueHeart-brown_bg1.png" border = { 2, 2, 2, 2 } stretch = TRUE } } } style "stepsReachable" { fg[NORMAL] = { 0.9, 0.9, 1.0 } } widget_class "GtkWindow" style "window" widget_class "*" style "any" widget_class "*GtkSpin*" style "entry" widget_class "*GtkEntry*" style "entry" widget_class "*Gtk*List*" style "entry" widget_class "*GtkCTree*" style "entry" widget_class "*GtkNotebook*" style "notebook" widget "*GtkButton" style "button" widget "*background*" style "background" class "GtkRadioButton" style "checkradiobutton" class "GtkCheckButton" style "checkradiobutton"