1style "default" 2{ 3 GtkButton::default_border = {0, 0, 0, 0} 4 GtkButton::default_outside_border = {0, 0, 0, 0} 5 GtkButton::default_spacing = 10 6 GtkButton::focus-line-width = 1 7 GtkButton::focus-padding = 0 8 GtkCheckButton::indicator_size = 15 9 GtkRadioButton::indicator_size = 15 10 GtkMenuBar::shadow_type = out 11 GtkMenuItem::selected_shadow_type = none 12 GtkPaned::handle_full_size = 1 13 GtkRange::slider_width = 15 14 GtkRange::stepper_size = 15 15 GtkRange::stepper_spacing = 0 16 GtkRange::trough_border = 0 17 GtkScrollbar::min_slider_length = 20 18 GtkToolbar::shadow_type = out 19 GtkWidget::interior_focus = 1 20 GtkWidget::internal-padding = 4 21 22 xthickness = 2 23 ythickness = 2 24 25 base[ACTIVE] = "#e5e5e5" 26 base[INSENSITIVE] = "#efebdf" 27 base[NORMAL] = "#ffffff" 28 base[PRELIGHT] = "#efebdf" 29 base[SELECTED] = "#0055ef" 30 31 bg[ACTIVE] = "#d4d4ce" 32 bg[INSENSITIVE] = "#efebdf" 33 bg[NORMAL] = "#efebdf" 34 bg[PRELIGHT] = "#efebdf" 35 bg[SELECTED] = "#0055ef" 36 37 fg[ACTIVE] = "#000000" 38 fg[INSENSITIVE] = "#7f7f79" 39 fg[NORMAL] = "#000000" 40 fg[PRELIGHT] = "#000000" 41 fg[SELECTED] = "#ffffff" 42 43 text[ACTIVE] = "#000000" 44 text[INSENSITIVE] = "#000000" 45 text[NORMAL] = "#000000" 46 text[PRELIGHT] = "#000000" 47 text[SELECTED] = "#ffffff" 48 49 engine "xfce" 50 { 51 smooth_edge = true 52 boxfill 53 { 54 fill_style = plain 55 } 56 } 57} 58widget_class "*" style "default" 59 60style "colored" = "default" 61{ 62 xthickness = 1 63 ythickness = 1 64 65 bg[ACTIVE] = "#0055ef" 66 bg[PRELIGHT] = "#0055ef" 67 fg[ACTIVE] = "#ffffff" 68 fg[PRELIGHT] = "#ffffff" 69 text[PRELIGHT] = "#ffffff" 70 71 engine "xfce" 72 { 73 smooth_edge = true 74 boxfill 75 { 76 fill_style = gradient 77 orientation = vertical 78 shade_start = 0.9 79 shade_end = 1.1 80 } 81 } 82} 83widget_class "*GtkList*" style "colored" 84class "*GtkList*" style "colored" 85widget_class "*GtkEntry*" style "colored" 86class "*GtkEntry*" style "colored" 87widget_class "*GtkTree*" style "colored" 88class "*GtkTree*" style "colored" 89widget_class "*GtkProgress*" style "colored" 90class "*GtkProgress*" style "colored" 91 92style "menu" = "colored" 93{ 94 xthickness = 1 95 ythickness = 1 96 97 bg[INSENSITIVE] = "#ffffff" 98 bg[NORMAL] = "#ffffff" 99 100 engine "xfce" 101 { 102 smooth_edge = true 103 boxfill 104 { 105 fill_style = plain 106 } 107 } 108} 109widget_class "*Menu*" style "menu" 110class "*Menu*" style "menu" 111 112style "menubar" = "colored" 113{ 114 xthickness = 2 115 ythickness = 2 116} 117 118widget_class "*MenuBar" style "menubar" 119class "*MenuBar" style "menubar" 120 121style "button" = "default" 122{ 123 bg[NORMAL] = "#fafaf2" 124 bg[ACTIVE] = "#ffcb39" 125 bg[PRELIGHT] = "#fafaf2" 126 bg[INSENSITIVE] = "#fafaf2" 127 128 engine "xfce" 129 { 130 smooth_edge = true 131 boxfill 132 { 133 fill_style = gradient 134 orientation = vertical 135 shade_start = 1.1 136 shade_end = 0.9 137 } 138 } 139} 140widget_class "*Button*" style "button" 141class "*Button*" style "button" 142widget_class "*button*" style "button" 143class "*button*" style "button" 144widget_class "*OptionMenu*" style "button" 145class "*OptionMenu*" style "button" 146 147style "notebook" = "default" 148{ 149 xthickness = 1 150 ythickness = 1 151 152 bg[NORMAL] = "#fafaf2" 153 bg[ACTIVE] = "#d4d4ce" 154} 155 156widget_class "*Notebook*" style "notebook" 157class "*Notebook*" style "notebook" 158 159style "scroll" = "default" 160{ 161 base[ACTIVE] = "#d4d4ce" 162 base[INSENSITIVE] = "#efebdf" 163 base[NORMAL] = "#efebdf" 164 base[PRELIGHT] = "#c6d3ff" 165 base[SELECTED] = "#c6d3ff" 166 bg[NORMAL] = "#c6d3ff" 167 bg[PRELIGHT] = "#c6d3ff" 168 bg[SELECTED] = "#efebdf" 169 fg[SELECTED] = "#000000" 170 text[SELECTED] = "#000000" 171 172 engine "xfce" 173 { 174 smooth_edge = true 175 boxfill 176 { 177 fill_style = gradient 178 orientation = auto 179 shade_start = 1.1 180 shade_end = 0.9 181 } 182 } 183} 184widget_class "*Scrollbar*" style "scroll" 185class "*Scrollbar*" style "scroll" 186widget_class "*GtkScale*" style "scroll" 187class "*GtkScale*" style "scroll" 188 189 190# This is for ROX-Filer 191# 192style "rox" = "default" 193{ 194 bg[NORMAL] = "#ffffff" 195 bg[ACTIVE] = "#ffffff" 196} 197widget_class "*Collection" style "rox" 198 199 200# This is for the window borders (xfwm4 & metacity) 201# 202style "titlebar" = "default" 203{ 204 bg[SELECTED] = "#0055ef" 205 fg[SELECTED] = "#ffffff" 206 bg[INSENSITIVE] = "#7b96de" 207 fg[INSENSITIVE] = "#dee7f7" 208} 209widget "xfwm" style "titlebar" 210class "MetaFrames" style "titlebar" 211widget_class "MetaFrames" style "titlebar" 212