Warning, /plasma/breeze-gtk/src/gtk2/widgets/default is written in an unsupported language. File is not indexed.
0001 gtk-auto-mnemonics = 1
0002
0003 style "default"
0004 {
0005 xthickness = 1
0006 ythickness = 1
0007
0008 # Style Properties
0009
0010 GtkScrollbar::activate-slider = 1
0011 GtkWidget::focus-line-width = 0
0012 GtkWidget::new-tooltip-style = 1
0013 GtkWidget::tooltip-alpha = 230
0014 GtkWidget::tooltip-radius = 2
0015 GtkMenuBar::window-dragging = 1
0016 GtkToolbar::window-dragging = 1
0017 GtkToolbar::internal-padding = 5
0018 GtkToolButton::icon-spacing = 4
0019
0020 GtkSeparatorMenuItem::horizontal-padding = 3
0021 GtkSeparatorMenuItem::wide-separators = 1
0022 GtkSeparatorMenuItem::separator-height = 1
0023
0024 GtkCheckMenuItem::indicator-size = 18
0025 GtkRadioMenuItem::indicator-size = 18
0026
0027 GtkButton::child-displacement-y = 0
0028 GtkButton::default-border = { 0, 0, 0, 0 }
0029 GtkButton::default-outside_border = { 0, 0, 0, 0 }
0030
0031 GtkScrollbar::trough-border = 0
0032 GtkScrollbar::slider-width = 20
0033 GtkRange::trough-border = 0
0034 GtkRange::slider-width = 7
0035 GtkRange::stepper-size = 0
0036
0037 GtkScrollbar::has-backward-stepper = 1
0038 GtkScrollbar::has-forward-stepper = 1
0039 GtkScrollbar::stepper-size = 4
0040 GtkScrollbar::stepper-spacing = 0
0041 GtkScrolledWindow ::scrollbar-spacing = 0
0042 GtkScrolledWindow ::scrollbars-within-bevel = 1
0043
0044 GtkVScale::slider_length = 20
0045 GtkVScale::slider_width = 20
0046 GtkHScale::slider_length = 20
0047 GtkHScale::slider_width = 20
0048
0049 GtkStatusbar::shadow_type = GTK_SHADOW_NONE
0050 GtkSpinButton::shadow_type = GTK_SHADOW_NONE
0051 GtkMenuBar::shadow-type = GTK_SHADOW_NONE
0052 GtkMenuBar::internal-padding = 3
0053 GtkMenu::horizontal-padding = 0
0054 GtkMenu::vertical-padding = 0
0055
0056 GtkNotebook::tab-overlap = 1
0057 GtkNotebook::tab-curvature = 3
0058
0059 GtkCheckButton::indicator_spacing = 3
0060 #GtkOptionMenu::indicator_spacing = { 0, 0, 0, 0 }
0061
0062 GtkTreeView::row_ending_details = 0
0063 GtkTreeView::expander-size = 12
0064 GtkTreeView::vertical-separator = 1
0065 GtkTreeView::horizontal-separator = 4
0066 GtkTreeView::allow-rules = 1
0067
0068 GtkProgressBar::min-horizontal-bar-height = 8
0069 GtkProgressBar::min-vertical-bar-width = 8
0070
0071 GtkEntry::state-hint = 1
0072
0073 # Colors
0074
0075 bg[NORMAL] = @bg_color
0076 bg[PRELIGHT] = @bg_color
0077 bg[SELECTED] = @selected_bg_color
0078 bg[INSENSITIVE] = @bg_color
0079 bg[ACTIVE] = @bg_color
0080
0081 fg[NORMAL] = @fg_color
0082 fg[PRELIGHT] = @fg_color
0083 fg[SELECTED] = @selected_fg_color
0084 fg[INSENSITIVE] = @insensitive_fg_color
0085 fg[ACTIVE] = @fg_color
0086
0087 text[NORMAL] = @text_color
0088 text[PRELIGHT] = @text_color
0089 text[SELECTED] = @selected_fg_color
0090 text[INSENSITIVE] = @insensitive_text_color
0091 text[ACTIVE] = @selected_fg_color
0092
0093 base[NORMAL] = @base_color
0094 base[PRELIGHT] = @base_color
0095 base[SELECTED] = @selected_bg_color
0096 base[INSENSITIVE] = @bg_color
0097 base[ACTIVE] = @selected_bg_color
0098
0099 # All pixmap options are consolidated below this point
0100
0101 engine "pixmap"
0102 {
0103
0104 # Check Buttons
0105
0106 image
0107 {
0108 function = CHECK
0109 recolorable = TRUE
0110 state = NORMAL
0111 shadow = OUT
0112 overlay_file = "../assets/check-unchecked.png"
0113 overlay_stretch = FALSE
0114 }
0115 image
0116 {
0117 function = CHECK
0118 recolorable = TRUE
0119 state = PRELIGHT
0120 shadow = OUT
0121 overlay_file = "../assets/check-unchecked-hover.png"
0122 overlay_stretch = FALSE
0123 }
0124 image
0125 {
0126 function = CHECK
0127 recolorable = TRUE
0128 state = ACTIVE
0129 shadow = OUT
0130 overlay_file = "../assets/check-unchecked-active.png"
0131 overlay_stretch = FALSE
0132 }
0133 image
0134 {
0135 function = CHECK
0136 recolorable = TRUE
0137 state = SELECTED
0138 shadow = OUT
0139 overlay_file = "../assets/check-unchecked.png"
0140 overlay_stretch = FALSE
0141 }
0142 image
0143 {
0144 function = CHECK
0145 recolorable = TRUE
0146 state = INSENSITIVE
0147 shadow = OUT
0148 overlay_file = "../assets/check-unchecked-insensitive.png"
0149 overlay_stretch = FALSE
0150 }
0151 image
0152 {
0153 function = CHECK
0154 recolorable = TRUE
0155 state = NORMAL
0156 shadow = IN
0157 overlay_file = "../assets/check-checked-active.png"
0158 overlay_stretch = FALSE
0159 }
0160 image
0161 {
0162 function = CHECK
0163 recolorable = TRUE
0164 state = PRELIGHT
0165 shadow = IN
0166 overlay_file = "../assets/check-checked-hover.png"
0167 overlay_stretch = FALSE
0168 }
0169 image
0170 {
0171 function = CHECK
0172 recolorable = TRUE
0173 state = ACTIVE
0174 shadow = IN
0175 overlay_file = "../assets/check-checked-active.png"
0176 overlay_stretch = FALSE
0177 }
0178 image
0179 {
0180 function = CHECK
0181 recolorable = TRUE
0182 state = SELECTED
0183 shadow = IN
0184 overlay_file = "../assets/check-checked-active.png"
0185 overlay_stretch = FALSE
0186 }
0187 image
0188 {
0189 function = CHECK
0190 recolorable = TRUE
0191 state = INSENSITIVE
0192 shadow = IN
0193 overlay_file = "../assets/check-checked-insensitive.png"
0194 overlay_stretch = FALSE
0195 }
0196
0197 # Radio Buttons
0198
0199 image
0200 {
0201 function = OPTION
0202 state = NORMAL
0203 shadow = OUT
0204 overlay_file = "../assets/radio-unchecked.png"
0205 overlay_stretch = FALSE
0206 }
0207 image
0208 {
0209 function = OPTION
0210 state = PRELIGHT
0211 shadow = OUT
0212 overlay_file = "../assets/radio-unchecked-hover.png"
0213 overlay_stretch = FALSE
0214 }
0215 image
0216 {
0217 function = OPTION
0218 state = ACTIVE
0219 shadow = OUT
0220 overlay_file = "../assets/radio-unchecked-active.png"
0221 overlay_stretch = FALSE
0222 }
0223 image
0224 {
0225 function = OPTION
0226 state = SELECTED
0227 shadow = OUT
0228 overlay_file = "../assets/radio-unchecked.png"
0229 overlay_stretch = FALSE
0230 }
0231 image
0232 {
0233 function = OPTION
0234 state = INSENSITIVE
0235 shadow = OUT
0236 overlay_file = "../assets/radio-unchecked-insensitive.png"
0237 overlay_stretch = FALSE
0238 }
0239 image
0240 {
0241 function = OPTION
0242 state = NORMAL
0243 shadow = IN
0244 overlay_file = "../assets/radio-checked-active.png"
0245 overlay_stretch = FALSE
0246 }
0247 image
0248 {
0249 function = OPTION
0250 state = PRELIGHT
0251 shadow = IN
0252 overlay_file = "../assets/radio-checked-hover.png"
0253 overlay_stretch = FALSE
0254 }
0255 image
0256 {
0257 function = OPTION
0258 state = ACTIVE
0259 shadow = IN
0260 overlay_file = "../assets/radio-checked-active.png"
0261 overlay_stretch = FALSE
0262 }
0263 image
0264 {
0265 function = OPTION
0266 state = SELECTED
0267 shadow = IN
0268 overlay_file = "../assets/radio-checked-active.png"
0269 overlay_stretch = FALSE
0270 }
0271 image
0272 {
0273 function = OPTION
0274 state = INSENSITIVE
0275 shadow = IN
0276 overlay_file = "../assets/radio-checked-insensitive.png"
0277 overlay_stretch = FALSE
0278 }
0279
0280 # Arrows
0281
0282 image
0283 {
0284 function = ARROW
0285 state = NORMAL
0286 overlay_file = "../assets/arrow-up.png"
0287 overlay_border = { 0, 0, 0, 0 }
0288 overlay_stretch = FALSE
0289 arrow_direction = UP
0290 }
0291 image
0292 {
0293 function = ARROW
0294 state = PRELIGHT
0295 overlay_file = "../assets/arrow-up-hover.png"
0296 overlay_border = { 0, 0, 0, 0 }
0297 overlay_stretch = FALSE
0298 arrow_direction = UP
0299 }
0300 image
0301 {
0302 function = ARROW
0303 state = ACTIVE
0304 overlay_file = "../assets/arrow-up-active.png"
0305 overlay_border = { 0, 0, 0, 0 }
0306 overlay_stretch = FALSE
0307 arrow_direction = UP
0308 }
0309 image
0310 {
0311 function = ARROW
0312 state = INSENSITIVE
0313 overlay_file = "../assets/arrow-up-insensitive.png"
0314 overlay_border = { 0, 0, 0, 0 }
0315 overlay_stretch = FALSE
0316 arrow_direction = UP
0317 }
0318
0319 image
0320 {
0321 function = ARROW
0322 state = NORMAL
0323 overlay_file = "../assets/arrow-down.png"
0324 overlay_border = { 0, 0, 0, 0 }
0325 overlay_stretch = FALSE
0326 arrow_direction = DOWN
0327 }
0328 image
0329 {
0330 function = ARROW
0331 state = PRELIGHT
0332 overlay_file = "../assets/arrow-down-hover.png"
0333 overlay_border = { 0, 0, 0, 0 }
0334 overlay_stretch = FALSE
0335 arrow_direction = DOWN
0336 }
0337 image
0338 {
0339 function = ARROW
0340 state = ACTIVE
0341 overlay_file = "../assets/arrow-down-active.png"
0342 overlay_border = { 0, 0, 0, 0 }
0343 overlay_stretch = FALSE
0344 arrow_direction = DOWN
0345 }
0346
0347 image
0348 {
0349 function = ARROW
0350 state = INSENSITIVE
0351 overlay_file = "../assets/arrow-down-insensitive.png"
0352 overlay_border = { 0, 0, 0, 0 }
0353 overlay_stretch = FALSE
0354 arrow_direction = DOWN
0355 }
0356
0357 image
0358 {
0359 function = ARROW
0360 state = NORMAL
0361 overlay_file = "../assets/arrow-left.png"
0362 overlay_border = { 0, 0, 0, 0 }
0363 overlay_stretch = FALSE
0364 arrow_direction = LEFT
0365 }
0366 image
0367 {
0368 function = ARROW
0369 state = PRELIGHT
0370 overlay_file = "../assets/arrow-left-hover.png"
0371 overlay_border = { 0, 0, 0, 0 }
0372 overlay_stretch = FALSE
0373 arrow_direction = LEFT
0374 }
0375 image
0376 {
0377 function = ARROW
0378 state = ACTIVE
0379 overlay_file = "../assets/arrow-left-active.png"
0380 overlay_border = { 0, 0, 0, 0 }
0381 overlay_stretch = FALSE
0382 arrow_direction = LEFT
0383 }
0384 image
0385 {
0386 function = ARROW
0387 state = INSENSITIVE
0388 overlay_file = "../assets/arrow-left-insensitive.png"
0389 overlay_border = { 0, 0, 0, 0 }
0390 overlay_stretch = FALSE
0391 arrow_direction = LEFT
0392 }
0393
0394 image
0395 {
0396 function = ARROW
0397 state = NORMAL
0398 overlay_file = "../assets/arrow-right.png"
0399 overlay_border = { 0, 0, 0, 0 }
0400 overlay_stretch = FALSE
0401 arrow_direction = RIGHT
0402 }
0403 image
0404 {
0405 function = ARROW
0406 state = PRELIGHT
0407 overlay_file = "../assets/arrow-right-hover.png"
0408 overlay_border = { 0, 0, 0, 0 }
0409 overlay_stretch = FALSE
0410 arrow_direction = RIGHT
0411 }
0412 image
0413 {
0414 function = ARROW
0415 state = ACTIVE
0416 overlay_file = "../assets/arrow-right-active.png"
0417 overlay_border = { 0, 0, 0, 0 }
0418 overlay_stretch = FALSE
0419 arrow_direction = RIGHT
0420 }
0421 image
0422 {
0423 function = ARROW
0424 state = INSENSITIVE
0425 overlay_file = "../assets/arrow-right-insensitive.png"
0426 overlay_border = { 0, 0, 0, 0 }
0427 overlay_stretch = FALSE
0428 arrow_direction = RIGHT
0429 }
0430
0431
0432 # Option Menu ../assets
0433
0434 image
0435 {
0436 function = TAB
0437 state = INSENSITIVE
0438 overlay_file = "../assets/arrow-down-insensitive.png"
0439 overlay_stretch = FALSE
0440 }
0441 image
0442 {
0443 function = TAB
0444 state = NORMAL
0445 overlay_file = "../assets/arrow-down.png"
0446 overlay_border = { 0, 0, 0, 0 }
0447 overlay_stretch = FALSE
0448 }
0449 image
0450 {
0451 function = TAB
0452 state = PRELIGHT
0453 overlay_file = "../assets/arrow-down.png"
0454 overlay_border = { 0, 0, 0, 0 }
0455 overlay_stretch = FALSE
0456 }
0457
0458 #Lines
0459
0460 image
0461 {
0462 function = VLINE
0463 file = "../assets/handle-v.png"
0464 border = { 0, 0, 0, 0 }
0465 stretch = TRUE
0466 }
0467 image
0468 {
0469 function = HLINE
0470 file = "../assets/line-h.png"
0471 border = { 0, 0, 0, 0 }
0472 stretch = TRUE
0473 }
0474
0475 # Handles
0476
0477 image
0478 {
0479 function = HANDLE
0480 overlay_file = "../assets/handle-h.png"
0481 overlay_stretch = FALSE
0482 orientation = HORIZONTAL
0483 }
0484 image
0485 {
0486 function = HANDLE
0487 overlay_file = "../assets/handle-v.png"
0488 overlay_stretch = FALSE
0489 orientation = VERTICAL
0490 }
0491
0492 # Expanders
0493
0494 image
0495 {
0496 function = EXPANDER
0497 expander_style = COLLAPSED
0498 file = "../assets/arrow-right.png"
0499 }
0500
0501 image
0502 {
0503 function = EXPANDER
0504 expander_style = EXPANDED
0505 file = "../assets/arrow-down.png"
0506 }
0507
0508 image
0509 {
0510 function = EXPANDER
0511 expander_style = SEMI_EXPANDED
0512 file = "../assets/arrow-down.png"
0513 }
0514
0515 image
0516 {
0517 function = EXPANDER
0518 expander_style = SEMI_COLLAPSED
0519 file = "../assets/arrow-right.png"
0520 }
0521
0522 image
0523 {
0524 function = RESIZE_GRIP
0525 state = NORMAL
0526 detail = "statusbar"
0527 overlay_file = "../assets/null.png"
0528 overlay_border = { 0,0,0,0 }
0529 overlay_stretch = FALSE
0530 }
0531
0532 # Shadows ( this area needs help :P )
0533
0534 image
0535 {
0536 function = SHADOW_GAP
0537 file = "../assets/null.png"
0538 border = { 4, 4, 4, 4 }
0539 stretch = TRUE
0540 }
0541 }
0542 }