]> git.donarmstrong.com Git - x_full.git/blob - .themes/winterewl/gtk-2.0/gtkrc
* Completely move around the home directory system and begin
[x_full.git] / .themes / winterewl / gtk-2.0 / gtkrc
1 style "default"
2 {
3 # xthickness = 0
4  ythickness = 2
5   GtkRange::slider_width = 14
6   GtkRange::stepper_size = 14
7    GtkPaned::handle_size = 6
8    GtkScrollbar::min_slider_length = 30  
9
10    fg[NORMAL]        = "#3b3b3b"
11    fg[PRELIGHT]      = "#3b3b3b"
12    fg[SELECTED]      = "#3b3b3b"
13  
14   bg[NORMAL]       = "#f4f3f2"
15   bg[ACTIVE]       = "#d5d5d5"
16   bg[SELECTED]     = "#c7c7c7" 
17   bg[INSENSITIVE]  = "#dddddd"
18
19   
20   base[INSENSITIVE]  = "#9d9ea7"
21   base[SELECTED] = "#979797"
22   text[SELECTED]  = "#000000"
23   base[ACTIVE]    = "#979797"
24   text[ACTIVE]    =  "#dddddd"
25   base[INSENSITIVE]  = "#dddddd"
26
27   text[INSENSITIVE]= "#747474"
28   text[ACTIVE]     = "#000000"
29  
30 #engine "thinice"
31 #  {
32 #    rect_scrollbar = TRUE
33 #    mark_type1 = NOTHING
34 #    mark_type2 = ARROW
35 #    paned_dots = NONE
36 #  }
37
38 engine "mist"
39 {}
40
41   stock["gtk-goto-bottom"] = 
42    { 
43      { "stock_bottom.png", *, *, *} 
44    }
45
46   stock["gtk-goto-first"] = 
47    { 
48      { "stock_first.png", *, *, *} 
49    }
50
51   stock["gtk-goto-last"] = 
52    { 
53      { "stock_last.png", *, *, *} 
54    }
55
56   stock["gtk-goto-top"] = 
57    { 
58      { "stock_top.png", *, *, *} 
59    }
60
61   stock["gtk-go-back"] = 
62    { 
63      { "stock_left.png", *, *, *} 
64    }
65
66   stock["gtk-go-down"] = 
67    { 
68      { "stock_down.png", *, *, *} 
69    }
70
71   stock["gtk-go-forward"] = 
72    { 
73      { "stock_right.png", *, *, *} 
74    }
75
76   stock["gtk-go-up"] = 
77    { 
78      { "stock_up.png", *, *, *} 
79    }
80
81   stock["gtk-no"] = 
82    { 
83      { "stock_cancel.png", *, *, *} 
84    }
85
86   stock["gtk-apply"] = 
87    { 
88      { "stock_apply.png", *, *, *} 
89    }
90
91   stock["gtk-cancel"] = 
92    { 
93      { "stock_cancel.png", *, *, *} 
94    }
95
96   stock["gtk-ok"] =
97    {
98      { "stock_ok.png", *, *, *}
99    }
100
101   stock["gtk-yes"] = 
102    { 
103      { "stock_apply.png", *, *, *} 
104    }
105
106          stock["gtk-refresh"] =
107          {
108            { "stock_refresh.png", *, *, *}
109          }
110
111          stock["gtk-jump-to"] =
112          {
113            { "stock_jump_to_24.png", *, *, *}
114          }
115
116
117          stock["gtk-jump-to-rtl"] =
118          {
119            { "stock_jump_to_rtl_24.png", *, *, *}
120          }
121
122 }
123
124 class "GtkWidget" style "default"
125
126 ##########time for rox :)
127
128 style "rox"
129 {
130 #  bg[NORMAL] = "#ffffff" 
131  bg[NORMAL] = "#f4f3f2"
132 bg[ACTIVE]       = "#f4f3f2"
133 #bg_pixmap[NORMAL] = "concrete.jpg"
134 #bg_pixmap[NORMAL] = "evas-tile.png"
135 }
136 class "Collection" style "rox"
137
138 ###################
139
140 style "Scrollbar" {
141 GtkRange::trough_border = 0
142 xthickness = 0
143  ythickness = 0
144     engine "pixmap" {
145          # This prevents the focus outline from being drawn around widgest in this style
146         image
147                   {
148                      function = FOCUS
149                   }
150
151         image {
152             function        = BOX
153             recolorable     = TRUE
154             detail          = "trough"
155             file            = "vertical_trough.png"
156             border          = { 0, 0, 15, 15 }
157             stretch         = TRUE
158             orientation     = VERTICAL
159         }
160         image {
161             function        = BOX
162             recolorable     = TRUE
163             detail          = "trough"
164             file            = "horizontal_trough.png"
165             border          = { 30, 30, 0, 0 }
166             stretch         = TRUE
167             orientation     = HORIZONTAL
168         }
169 ############slider
170         image {
171             function        = SLIDER
172             recolorable     = TRUE
173             state           = NORMAL
174             file            = "hscroll-button.png"
175             border          = { 1, 1, 1, 1 }
176             stretch         = TRUE
177             orientation     = HORIZONTAL
178         }
179         image {
180             function        = SLIDER 
181             recolorable     = TRUE
182             state           = PRELIGHT
183             file            = "hscroll-button.png"
184             border          = { 1, 1, 1, 1 }
185             stretch         = TRUE
186             orientation     = HORIZONTAL
187         }
188         image {
189             function        = SLIDER 
190             recolorable     = TRUE
191             state           = ACTIVE
192             file            = "hscroll-button.png"
193             border          = { 1, 1, 1, 1 }
194             stretch         = TRUE
195             orientation     = HORIZONTAL
196         }
197         image {
198             function        = SLIDER 
199             recolorable     = TRUE
200             state           = INSENSITIVE
201             file            = "hscroll-button.png"
202             border          = { 1, 1, 1, 1 }
203             stretch         = TRUE
204             orientation     = HORIZONTAL
205         }
206         image {
207             function        = SLIDER
208             recolorable     = TRUE
209             state           = NORMAL
210             file            = "vscroll-button.png"
211             border          = { 1, 1, 1, 1 }
212             stretch         = TRUE
213             orientation     = VERTICAL
214         }
215         image {
216             function        = SLIDER 
217             recolorable     = TRUE
218             state           = PRELIGHT
219             file            = "vscroll-button.png"
220             border          = { 1, 1, 1, 1 }
221             stretch         = TRUE
222             orientation     = VERTICAL
223         }
224         image {
225             function        = SLIDER 
226             recolorable     = TRUE
227             state           = ACTIVE
228             file            = "vscroll-button.png"
229             border          = { 1, 1, 1, 1 }
230             stretch         = TRUE
231             orientation     = VERTICAL
232         }
233         image {
234             function        = SLIDER 
235             recolorable     = TRUE
236             state           = INSENSITIVE
237             file            = "vscroll-button.png"
238             border          = { 1, 1, 1, 1 }
239             stretch         = TRUE
240             orientation     = VERTICAL
241         }
242         image {
243             function        = BOX
244             recolorable     = TRUE
245             state           = NORMAL 
246             file            = "vscroll_down.png"
247             border          = { 0, 0, 0, 0 }
248             stretch         = TRUE
249         }
250         image {
251             function        = BOX
252             recolorable     = TRUE
253             state           = PRELIGHT
254             file            = "vscroll-down.png"
255             border          = { 0, 0, 0, 0 }
256             stretch         = TRUE
257             orientation     = HORIZONTAL
258         }
259         image {
260             function        = BOX
261             recolorable     = TRUE
262             state           = ACTIVE
263             file            = "vscroll_down.png"
264             border          = { 0, 0, 0, 0 }
265             stretch         = TRUE
266         }
267 image 
268       {
269         function        = ARROW
270         recolorable     = TRUE
271         state           = NORMAL
272         overlay_file    = "vscroll_up.png"
273         overlay_border  = { 0, 0, 0, 0 }
274         overlay_stretch = FALSE
275         arrow_direction = UP
276       }
277     image 
278       {
279         function        = ARROW
280         recolorable     = TRUE
281         state           = NORMAL
282         overlay_file    = "vscroll_down.png"
283         overlay_border  = { 0, 0, 0, 0 }
284         overlay_stretch = FALSE
285         arrow_direction = DOWN
286       }
287     image 
288       {
289         function        = ARROW
290         recolorable     = TRUE
291         state           = NORMAL
292         overlay_file    = "hscroll_left.png"
293         overlay_border  = { 0, 0, 0, 0 }
294         overlay_stretch = FALSE
295         arrow_direction = LEFT
296       }
297     image 
298       {
299         function        = ARROW
300         recolorable     = TRUE
301         state           = NORMAL
302         overlay_file    = "hscroll_right.png"
303         overlay_border  = { 0, 0, 0, 0 }
304         overlay_stretch = FALSE
305         arrow_direction = RIGHT
306       }
307
308 ################prelights
309     image 
310       {
311         function        = ARROW
312         recolorable     = TRUE
313         state           = PRELIGHT
314         overlay_file    = "vscroll_up.png"
315         overlay_border  = { 0, 0, 0, 0 }
316         overlay_stretch = FALSE
317         arrow_direction = UP
318       }
319     image 
320       {
321         function        = ARROW
322         recolorable     = TRUE
323         state           = PRELIGHT
324         overlay_file    = "vscroll_down.png"
325         overlay_border  = { 0, 0, 0, 0 }
326         overlay_stretch = FALSE
327         arrow_direction = DOWN
328       }
329     image 
330       {
331         function        = ARROW
332         recolorable     = TRUE
333         state           = PRELIGHT
334         overlay_file    = "hscroll_left.png"
335         overlay_border  = { 0, 0, 0, 0 }
336         overlay_stretch = FALSE
337         arrow_direction = LEFT
338       }
339     image 
340       {
341         function        = ARROW
342         recolorable     = TRUE
343         state           = PRELIGHT
344         overlay_file    = "hscroll_right.png"
345         overlay_border  = { 0, 0, 0, 0 }
346         overlay_stretch = FALSE
347         arrow_direction = RIGHT
348       }
349     image 
350       {
351         function        = ARROW
352         recolorable     = TRUE
353         shadow          = IN
354         overlay_file    = "vscroll_up.png"
355         overlay_border  = { 1, 1, 1, 1 }
356         overlay_stretch = FALSE
357         arrow_direction = UP
358       }
359     image 
360       {
361         function        = ARROW
362         recolorable     = TRUE
363         shadow          = IN
364         overlay_file    = "vscroll_down.png"
365         overlay_border  = { 1, 1, 1, 1 }
366         overlay_stretch = FALSE
367         arrow_direction = DOWN
368       }
369     image 
370       {
371         function        = ARROW
372         recolorable     = TRUE
373         shadow          = IN
374         overlay_file    = "hscroll_left.png"
375         overlay_border  = { 0, 0, 0, 0 }
376         overlay_stretch = FALSE
377         arrow_direction = LEFT
378       }
379     image 
380       {
381         function        = ARROW
382         recolorable     = TRUE
383         shadow          = IN
384         overlay_file    = "hscroll_right.png"
385         overlay_border  = { 0, 0, 0, 0 }
386         overlay_stretch = FALSE
387         arrow_direction = RIGHT
388       }    
389
390 }
391 }
392
393 class "GtkScrollbar" style "Scrollbar"
394
395 #Buttons
396 #####################################################
397
398 style "button"
399 {
400   xthickness=0
401   ythickness=0
402   engine "pixmap" 
403     {
404          # This prevents the focus outline from being drawn around widgest in this style
405         image
406                   {
407                      function = FOCUS
408                   }
409     image 
410       {
411         function        = BOX
412         recolorable     = TRUE
413         state           = NORMAL
414         shadow          = OUT
415         file            = "button-up.png"
416         border          = { 2,2,2,2 }
417         stretch         = TRUE
418       }
419     image 
420       {
421         function        = BOX
422         recolorable     = TRUE
423         state           = PRELIGHT
424         shadow          = OUT
425         file            = "button-up.png"
426         border          = { 2,2,2,2 }
427         stretch         = TRUE
428       }
429     image 
430       {
431         function        = BOX
432         recolorable     = TRUE
433         state           = NORMAL
434         shadow          = IN
435         file            = "button-up.png"
436         border          = { 2,2,2,2 }
437         stretch         = TRUE
438       }
439     image 
440       {
441         function        = BOX
442         recolorable     = TRUE
443         state           = INSENSITIVE
444         shadow          = IN
445         file            = "button-up.png"
446         border          = { 2,2,2,2 }
447         stretch         = TRUE
448       }
449     image 
450       {
451         function        = BOX
452         recolorable     = TRUE
453         state           = INSENSITIVE
454         shadow          = OUT
455         file            = "button-up.png"
456         border          = { 2,2,2,2 }
457         stretch         = TRUE
458       }
459     image 
460       {
461         function        = BOX
462         recolorable     = TRUE
463         state           = SELECTED
464         shadow          = IN
465         file            = "button-clicked.png"
466         border          = { 2,2,2,2 }
467         stretch         = TRUE
468       }
469     image 
470       {
471         function        = BOX
472         recolorable     = TRUE
473         state           = ACTIVE
474         shadow          = IN
475         file            = "button-clicked.png"
476         border          = { 2,2,2,2 }
477         stretch         = TRUE
478       }
479    }
480 }
481
482 class "GtkButton" style "button"
483
484 # Menus
485 ###############################################
486
487 style "Menu" 
488 {
489         #bg_pixmap[NORMAL]       = "menu_background_overlay.png"
490         xthickness = 1
491         ythickness = 2
492         bg[SELECTED]    = { 0.30,0.35,0.65 }
493         fg[PRELIGHT]  = "#ffffff"
494     
495         engine "pixmap"
496         {
497                 image 
498                     {
499                         function        = BOX
500                         recolorable     = TRUE
501                         file            = "menu_background.png"
502                         border          = {1,1,1,1}
503                         stretch         = TRUE
504                     }
505         }
506 }
507
508 class "GtkMenu" style "Menu"
509
510 ###############################################
511 #  Menu Items
512 ###############################################
513
514 style "MenuItem"
515 {
516         #xthickness = 2
517         ythickness = 2
518         bg[SELECTED]    = "#000000"
519         fg[PRELIGHT]  = "#000000"
520
521         engine "pixmap" 
522         {
523                 #This prevents the focus outline from being drawn around widgest in this style
524                 image
525                     {
526                        function = FOCUS
527                     }
528
529         image 
530             {
531                 function        = BOX
532                 recolorable     = TRUE
533                 file            = "menu_hi-light_2.png"
534                 border          = { 1, 1, 1, 1 }
535                 stretch         = TRUE
536             } 
537  image
538     {
539       function          = ARROW
540       recolorable       = TRUE
541       overlay_file      = "menu-arrow.png"
542       overlay_border    = { 0, 0, 0, 0 }
543       overlay_stretch   = FALSE
544       arrow_direction   = RIGHT
545     }
546
547         }
548 }
549
550 class "GtkMenuItem" style "MenuItem"
551
552
553 ######################################
554 ##the shit
555
556 style "CheckRadioButton" {
557     engine "pixmap" {
558         image {
559             function        = CHECK
560             recolorable     = TRUE
561             shadow          = OUT
562             overlay_file    = "checkbox.png"
563             overlay_stretch = FALSE
564         }
565         image {
566             function        = CHECK
567             recolorable     = TRUE
568             shadow          = IN
569             overlay_file    = "checkbox-checked.png"
570             overlay_stretch = FALSE
571         }
572 }
573 }
574
575 style "CheckRadioButton" {
576     engine "pixmap" {
577   image {
578             function        = OPTION
579             recolorable     = TRUE
580             shadow          = OUT
581             overlay_file    = "radio.png"
582             overlay_border  = { 0, 0, 0, 0 }
583             overlay_stretch = FALSE
584         }
585         image {
586             function        = OPTION
587             recolorable     = TRUE
588             shadow          = IN
589             overlay_file    = "radio-on.png"
590             overlay_border  = { 0, 0, 0, 0 }
591             overlay_stretch = FALSE
592         }
593 }
594 }
595
596 class "GtkRadioButton" style "CheckRadioButton"
597 class "GtkCheckButton" style "CheckRadioButton"
598
599 style "ProgressBar" {
600   xthickness = 0
601   ythickness = 2
602   #GtkProgressBar::trough_border = 4 
603
604   engine "pixmap" {
605         image {
606             function        = BOX
607             recolorable     = TRUE
608             detail          = "bar"
609             file            = "progbar.png"
610             border          = { 2, 2, 2, 2}
611             stretch         = TRUE
612         }
613         image {
614             function        = BOX
615             recolorable     = TRUE
616             detail          = "trough"
617             file            = "trough.png"
618             border          = { 1, 1, 1, 1 }
619             stretch         = TRUE
620             orientation     = HORIZONTAL
621         }
622     }
623 }
624
625 class "GtkProgressBar" style "ProgressBar"
626