/usr/share/themes/G26/gtk-2.0/gtkrc is in gtk-smooth-themes 0.5.8-2.3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 | # Theme Name : G26
# Author(s) : Link Dupont <link@subpop.net>
# Description : An attempt at a default simple style GNOME theme.
# Makes extensive use of the Smooth GTK+ engine.
#
include "iconrc"
style "default" {
###### GTK Style Flags ######
GtkWidget::interior_focus = 0
GtkWidget::focus-line-pattern = ""
GtkWidget::focus_padding = 0
GtkButton::default_spacing = 8
GtkButton::default_border = {0, 0, 0, 0}
GtkButton::default_outside_border = {0, 0, 0, 0}
GtkCheckButton::indicator_size = 14
GtkRadioButton::indicator_size = 12
GtkPaned::handle_size = 7
GtkRange::trough_border = 2
GtkRange::slider_width = 15
GtkRange::stepper_size = 15
GtkRange::stepper_spacing = 0
###### GTK Style Colours ######
fg[ACTIVE] = "#000000"
fg[SELECTED] = "#FFFFFF"
fg[NORMAL] = "#000000"
fg[PRELIGHT] = "#000000"
fg[INSENSITIVE] = "#757575"
bg[ACTIVE] = "#D1D1D1"
bg[SELECTED] = "#1069A1"
bg[NORMAL] = "#ECECEC"
bg[PRELIGHT] = "#FAFAFA"
bg[INSENSITIVE] = "#EBEBEB"
base[ACTIVE] = "#808080"
base[SELECTED] = "#1069A1"
base[NORMAL] = "#FFFFFF"
base[PRELIGHT] = "#FFFFFF"
base[INSENSITIVE] = "#FFFFFF"
text[ACTIVE] = "#000000"
text[SELECTED] = "#FFFFFF"
text[NORMAL] = "#000000"
text[PRELIGHT] = "#000000"
text[INSENSITIVE] = "#757575"
###### Theme Engine Style ######
engine "smooth" {
tab_style = square
fill {
style = shaded
hdirection = vertical
vdirection = horizontal
shade1 = 1.05
shade2 = 0.95
}
line {
style = smooth
thickness = 1
}
trough {
fill {
style = solid
}
}
focus {
foreground[ACTIVE] = "#1069A1"
foreground[SELECTED] = "#1069A1"
foreground[NORMAL] = "#1069A1"
foreground[PRELIGHT] = "#1069A1"
}
grip {
style = none
}
check {
style = clean
motif = FALSE
fill {
style = shade
hdirection = vertical
vdirection = horizontal
shade1 = 1.05
shade2 = 0.95
}
}
option {
style = circle
motif = FALSE
}
arrow {
style = cleanice
solid = TRUE
ypadding = 0
xpadding = 0
}
}
} widget_class "*" style "default"
###### Toolbar/Menubar etc. Style ######
style "toolbar" {
###### GTK Style Flags ######
GtkWidget::interior_focus = 1
GtkWidget::focus_padding = 1
GtkMenuBar::interior-padding = 0
###### GTK Style Colours ######
bg[PRELIGHT] = "#1069A1"
base[PRELIGHT] = "#1069A1"
###### Theme Engine Style ######
engine "smooth" {
fill {
style = solid
}
line {
style = smooth
thickness = 0
}
grip {
style = none
}
}
}
widget_class "*BonoboDockItem" style "toolbar"
class "*BonoboDockItem" style "toolbar"
widget_class "*HandleBox" style "toolbar"
class "*HandleBox" style "toolbar"
widget_class "*Toolbar" style "toolbar"
class "*Toolbar" style "toolbar"
widget_class "*MenuBar" style "toolbar"
class "*MenuBar" style "toolbar"
###### MenuItem Style ######
style "menuitem" {
###### GTK Style Colours ######
bg[PRELIGHT] = "#1069A1"
fg[PRELIGHT] = "#FFFFFF"
base[PRELIGHT] = "#1069A1"
text[PRELIGHT] = "#FFFFFF"
###### Theme Engine Style ######
engine "smooth" {
fill {
style = solid
}
edge {
line {
style = flat
thickness = 2
}
}
line {
style = smooth
thickness = 2
}
check {
style = clean
motif = false
edge {
line {
style = smooth
}
}
xpadding = 1
ypadding = 1
}
option {
style = circle
motif = false
fill {
style = solid
}
}
arrow {
style = cleanice
solid = TRUE
}
}
}
class "*MenuItem*" style "menuitem"
widget_class "*MenuItem*" style "menuitem"
style "hscrollbar"
{
###### Theme Engine Style ######
engine "smooth" {
fill {
style = shade
hdirection = vertical
vdirection = horizontal
shade1 = 1.05
shade2 = 0.95
}
line {
style = smooth
thickness = 1
}
trough {
fill {
style = solid
}
}
grip {
style = none
}
arrow {
style = cleanice
solid = TRUE
xpadding = 1
ypadding = 1
}
}
}
widget_class "*HScrollbar*" style "hscrollbar"
class "*HScrollbar*" style "hscrollbar"
widget_class "*HScale*" style "hscrollbar"
class "*HScale*" style "hscrollbar"
style "vscrollbar"
{
###### Theme Engine Style ######
engine "smooth" {
fill {
style = shade
hdirection = vertical
vdirection = horizontal
shade1 = 1.05
shade2 = 0.95
}
line {
style = smooth
thickness = 1
}
trough {
fill {
style = solid
}
}
grip {
style = none
}
arrow {
style = cleanice
solid = TRUE
xpadding = 1
ypadding = 1
}
}
}
widget_class "*VScrollbar*" style "vscrollbar"
class "*VScrollbar*" style "vscrollbar"
widget_class "*VScale*" style "vscrollbar"
class "*VScale*" style "vscrollbar"
style "progressbar" {
###### GTK Style Colours ######
bg[PRELIGHT] = "#1069A1"
fg[PRELIGHT] = "#FFFFFF"
engine "smooth" {
fill {
style = shade
hdirection = vertical
vdirection = horizontal
shade1 = 1.05
shade2 = 0.95
}
line {
style = none
thickness = 1
}
trough {
line {
style = smooth
}
}
}
} widget_class "*ProgressBar*" style "progressbar"
class "*ProgressBar*" style "progressbar"
style "tooltips" {
bg[NORMAL] = "#FFFFBF"
fg[NORMAL] = "#000000"
text[NORMAL] = "#000000"
} widget "gtk-tooltips" style "tooltips"
|