comparison Skins/Default/gtk-2.0/gtkrc @ 3842:cc5426d6d39c

Integrate Audacious 1.4 artwork.
author William Pitcock <nenolod@atheme.org>
date Fri, 26 Oct 2007 14:00:17 -0500
parents
children
comparison
equal deleted inserted replaced
3836:a0509b848ec4 3842:cc5426d6d39c
1 include "panel.rc"
2
3 gtk-menu-drop-shadow = 0
4 gtk-menu-shadow-delay = 0
5
6 style "default"
7 {
8 GtkWidget::interior_focus = 7
9 GtkWidget::focus_padding = 1
10 GtkButton::default_border = {0,0,0,0}
11 GtkButton::default_outside_border = {0,0,0,0}
12
13 GtkRange::trough_border = 1
14 GtkRange::slider_width = 14
15 GtkRange::stepper_size = 14
16
17 GtkVScale::slider_length = 29
18 GtkVScale::slider_width = 15
19 GtkHScale::slider_length = 29
20 GtkHScale::slider_width = 15
21
22 GtkPaned::handle_size = 6
23 GtkScrollbar::min_slider_length = 50
24 GtkCheckButton::indicator_size = 12
25 GtkCheckButton::indicator_spacing = 3
26 GtkMenuBar::internal_padding = 1
27 #GtkOptionMenu::indicator_size = {15,8}
28 #GtkOptionMenu::indicator_spacing = {8,2,0,0}
29 GtkStatusbar::shadow_type = GTK_SHADOW_NONE
30 GtkSpinButton::shadow_type = GTK_SHADOW_NONE
31
32 xthickness = 2
33 ythickness = 2
34
35 GtkEntry::cursor_color = "#ffffff"
36 GtkTextView::cursor_color = "#ffffff"
37 GtkTextView::secondary_cursor_color = "#ffffff"
38 GtkWidget::cursor_color = "#ffffff"
39 GtkWidget::secondary_cursor_color = "#ffffff"
40
41 fg[NORMAL] = "#ffffff"
42 fg[PRELIGHT] = "#ffffff"
43 fg[ACTIVE] = "#ffffff"
44 fg[SELECTED] = "#909090"
45 fg[INSENSITIVE] = "#909090"
46
47 bg[NORMAL] = "#080808"
48 bg[PRELIGHT] = "#000000"
49 bg[ACTIVE] = "#000000"
50 bg[SELECTED] = "#080808"
51 bg[INSENSITIVE] = "#3f3f3f"
52
53 base[NORMAL] = "#000000"
54 base[PRELIGHT] = "#313131"
55 base[ACTIVE] = "#071f46"
56 base[SELECTED] = "#0d377c"
57 base[INSENSITIVE] = "#000000"
58
59 text[NORMAL] = "#ffffff"
60 text[PRELIGHT] = "#ffffff"
61 text[ACTIVE] = "#ffffff"
62 text[SELECTED] = "#ffffff"
63 text[INSENSITIVE] = "#606060"
64
65 engine "pixmap"
66 {
67 image
68 {
69 function = HANDLE
70 overlay_file = "Handles/handle-h.png"
71 overlay_stretch = FALSE
72 orientation = HORIZONTAL
73 }
74 image
75 {
76 function = HANDLE
77 overlay_file = "Handles/handle-v.png"
78 overlay_stretch = FALSE
79 orientation = VERTICAL
80 }
81
82 image
83 {
84 function = SHADOW
85 shadow = IN
86 file = "Shadows/shadow-in.png"
87 border = {2,2,2,2}
88 stretch = TRUE
89 }
90 image
91 {
92 function = SHADOW
93 shadow = OUT
94 file = "Shadows/shadow-out.png"
95 stretch = TRUE
96 }
97
98 image
99 {
100 function = SHADOW
101 shadow = ETCHED_IN
102 file = "Frame-Gap/frame.png"
103 border = {2,2,2,2}
104 stretch = TRUE
105 }
106 image
107 {
108 function = SHADOW
109 shadow = ETCHED_OUT
110 file = "Others/null.png"
111 border = {0,0,0,0}
112 stretch = TRUE
113 }
114 image
115 {
116 function = SHADOW_GAP
117 file = "Frame-Gap/frame.png"
118 border = {2,2,2,2}
119 stretch = TRUE
120 gap_start_file = "Frame-Gap/frame-gap-start.png"
121 gap_start_border = {2,0,2,0}
122 gap_end_file = "Frame-Gap/frame-gap-end.png"
123 gap_end_border = {0,2,2,0}
124 gap_side = TOP
125 }
126 image
127 {
128 function = VLINE
129 file = "Lines/line-v.png"
130 border = {0,0,0,0}
131 stretch = TRUE
132 }
133 image
134 {
135 function = HLINE
136 file = "Lines/line-h.png"
137 border = {0,0,0,0}
138 stretch = TRUE
139 }
140
141 image
142 {
143 function = ARROW
144 overlay_file = "Arrows/arrow-up.png"
145 overlay_border = {0,0,0,0}
146 overlay_stretch = FALSE
147 arrow_direction = UP
148 }
149 image
150 {
151 function = ARROW
152 overlay_file = "Arrows/arrow-down.png"
153 overlay_border = {0,0,0,0}
154 overlay_stretch = FALSE
155 arrow_direction = DOWN
156 }
157 image
158 {
159 function = ARROW
160 overlay_file = "Arrows/arrow-left.png"
161 overlay_border = {0,0,0,0}
162 overlay_stretch = FALSE
163 arrow_direction = LEFT
164 }
165 image
166 {
167 function = ARROW
168 overlay_file = "Arrows/arrow-right.png"
169 overlay_border = {0,0,0,0}
170 overlay_stretch = FALSE
171 arrow_direction = RIGHT
172 }
173 image
174 {
175 function = BOX
176 file = "Toolbar/toolbar.png"
177 border = {2,2,2,2}
178 stretch = TRUE
179 }
180 }
181
182 }
183
184 gtk-font-name = "Sans 8"
185
186 class "GtkWidget" style "default"
187
188 style "button" = "default"
189 {
190 engine "pixmap"
191 {
192 image
193 {
194 function = BOX
195 detail = "buttondefault"
196 file = "Buttons/button-normal.png"
197 border = {2,2,2,2}
198 stretch = TRUE
199 }
200 image
201 {
202 function = BOX
203 state = PRELIGHT
204 file = "Buttons/button-prelight.png"
205 border = {2,2,2,2}
206 stretch = TRUE
207 }
208 image
209 {
210 function = BOX
211 state = ACTIVE
212 file = "Buttons/button-prelight.png"
213 border = {2,2,2,2}
214 stretch = TRUE
215 }
216 image
217 {
218 function = BOX
219 state = INSENSITIVE
220 file = "Buttons/button-insensitive.png"
221 border = {2,2,2,2}
222 stretch = TRUE
223 }
224 image
225 {
226 function = BOX
227 file = "Buttons/button-normal.png"
228 border = {2,2,2,2}
229 stretch = TRUE
230 }
231 }
232 }
233
234 style "checkradiobutton" {
235 engine "pixmap" {
236 image
237 {
238 function = FLAT_BOX
239 file = "Others/null.png"
240 border = {0,0,0,0}
241 stretch = TRUE
242 }
243 }
244 }
245
246 class "GtkRadioButton" style "checkradiobutton"
247 class "GtkCheckButton" style "checkradiobutton"
248
249 style "optionmenu" = "default"
250 {
251 engine "pixmap"
252 {
253 image
254 {
255 function = BOX
256 state = PRELIGHT
257 file = "Buttons/button-prelight.png"
258 border = {2,2,2,2}
259 stretch = TRUE
260 }
261 image
262 {
263 function = BOX
264 detail = "buttondefault"
265 state = NORMAL
266 file = "Buttons/button-normal.png"
267 border = {2,2,2,2}
268 stretch = TRUE
269 }
270
271 image
272 {
273 function = BOX
274 state = ACTIVE
275 file = "Buttons/button-prelight.png"
276 border = {2,2,2,2}
277 stretch = TRUE
278 }
279 image
280 {
281 function = BOX
282 state = INSENSITIVE
283 file = "Buttons/button-insensitive.png"
284 border = {2,2,2,2}
285 stretch = TRUE
286 }
287 image
288 {
289 function = TAB
290 state = INSENSITIVE
291 overlay_file = "Arrows/arrow-insens.png"
292 overlay_stretch = FALSE
293 }
294 image
295 {
296 function = TAB
297 state = NORMAL
298 overlay_file = "Arrows/arrow-down.png"
299 overlay_border = {0,0,0,0}
300 overlay_stretch = FALSE
301 }
302 image
303 {
304 function = TAB
305 state = PRELIGHT
306 overlay_file = "Arrows/arrow-down.png"
307 overlay_border = {0,0,0,0}
308 overlay_stretch = FALSE
309 }
310 }
311 }
312
313 widget_class "*Combo*" style "optionmenu"
314
315 style "radiobutton" = "default"
316 {
317 engine "pixmap"
318 {
319 image
320 {
321 function = OPTION
322 state = NORMAL
323 shadow = OUT
324 overlay_file = "Check-Radio/option1.png"
325 overlay_stretch = FALSE
326 }
327 image
328 {
329 function = OPTION
330 state = PRELIGHT
331 shadow = OUT
332 overlay_file = "Check-Radio/option3.png"
333 overlay_stretch = FALSE
334 }
335 image
336 {
337 function = OPTION
338 state = ACTIVE
339 shadow = OUT
340 overlay_file = "Check-Radio/option1.png"
341 overlay_stretch = FALSE
342 }
343 image
344 {
345 function = OPTION
346 state = INSENSITIVE
347 shadow = OUT
348 overlay_file = "Check-Radio/option5.png"
349 overlay_stretch = FALSE
350 }
351
352 image
353 {
354 function = OPTION
355 state = NORMAL
356 shadow = IN
357 overlay_file = "Check-Radio/option2.png"
358 overlay_stretch = FALSE
359 }
360 image
361 {
362 function = OPTION
363 state = PRELIGHT
364 shadow = IN
365 overlay_file = "Check-Radio/option4.png"
366 overlay_stretch = FALSE
367 }
368 image
369 {
370 function = OPTION
371 state = ACTIVE
372 shadow = IN
373 overlay_file = "Check-Radio/option2.png"
374 overlay_stretch = FALSE
375 }
376 image
377 {
378 function = OPTION
379 state = INSENSITIVE
380 shadow = IN
381 overlay_file = "Check-Radio/option6.png"
382 overlay_stretch = FALSE
383 }
384
385 image
386 {
387 function = FLAT_BOX
388 stretch = TRUE
389 file = "Others/null.png"
390 border = {0,0,0,0}
391 }
392 }
393 }
394
395 style "checkbutton" = "default"
396 {
397 engine "pixmap"
398 {
399 image
400 {
401 function = CHECK
402 state = NORMAL
403 shadow = OUT
404 overlay_file = "Check-Radio/check1.png"
405 overlay_stretch = FALSE
406 }
407 image
408 {
409 function = CHECK
410 state = PRELIGHT
411 shadow = OUT
412 overlay_file = "Check-Radio/check3.png"
413 overlay_stretch = FALSE
414 }
415 image
416 {
417 function = CHECK
418 state = ACTIVE
419 shadow = OUT
420 overlay_file = "Check-Radio/check1.png"
421 overlay_stretch = FALSE
422 }
423 image
424 {
425 function = CHECK
426 state = INSENSITIVE
427 shadow = OUT
428 overlay_file = "Check-Radio/check5.png"
429 overlay_stretch = FALSE
430 }
431
432 image
433 {
434 function = CHECK
435 state = NORMAL
436 shadow = IN
437 overlay_file = "Check-Radio/check2.png"
438 overlay_stretch = FALSE
439 }
440 image
441 {
442 function = CHECK
443 state = PRELIGHT
444 shadow = IN
445 overlay_file = "Check-Radio/check4.png"
446 overlay_stretch = FALSE
447 }
448 image
449 {
450 function = CHECK
451 state = ACTIVE
452 shadow = IN
453 overlay_file = "Check-Radio/check4.png"
454 overlay_stretch = FALSE
455 }
456 image
457 {
458 function = CHECK
459 state = INSENSITIVE
460 shadow = IN
461 overlay_file = "Check-Radio/check6.png"
462 overlay_stretch = FALSE
463 }
464
465 image
466 {
467 function = FLAT_BOX
468 stretch = TRUE
469 file = "Others/null.png"
470 border = {2,2,2,2}
471 }
472 }
473 }
474
475 style "entry" = "default"
476 {
477
478 xthickness = 3
479 ythickness = 1
480
481 GtkWidget::interior_focus = 0
482
483 engine "pixmap"
484 {
485 image
486 {
487 function = FOCUS
488 file = "Shadows/text-entry.png"
489 border = {1,1,1,1}
490 stretch = TRUE
491 }
492 image
493 {
494 function = BOX
495 shadow = IN
496 state = NORMAL
497 file = "Shadows/text-entry.png"
498 border = {1,1,1,1}
499 stretch = TRUE
500 }
501 image
502 {
503 function = BOX
504 shadow = OUT
505 state = NORMAL
506 file = "Shadows/text-entry.png"
507 border = {1,1,1,1}
508 stretch = TRUE
509 }
510 image
511 {
512 function = SHADOW
513 detail = "entry"
514 shadow = IN
515 file = "Shadows/text-entry.png"
516 border = {1,1,1,1}
517 stretch = TRUE
518 }
519 }
520 }
521
522
523 style "spinbutton" = "entry"
524 {
525
526
527 engine "pixmap"
528 {
529 image
530 {
531 function = ARROW
532 }
533
534 image
535 {
536 function = BOX
537 state = NORMAL
538 detail = "spinbutton_up"
539 file = "Others/null.png"
540 border = {0,0,0,0}
541 stretch = TRUE
542 overlay_file = "Spin/spin-up.png"
543 overlay_stretch = FALSE
544 }
545 image
546 {
547 function = BOX
548 state = PRELIGHT
549 detail = "spinbutton_up"
550 file = "Others/null.png"
551 border = {0,0,0,0}
552 stretch = TRUE
553 overlay_file = "Spin/spin-up-prelight.png"
554 overlay_stretch = FALSE
555 }
556 image
557 {
558 function = BOX
559 state = INSENSITIVE
560 detail = "spinbutton_up"
561 file = "Others/null.png"
562 border = {0,0,0,0}
563 stretch = TRUE
564 overlay_file = "Spin/spin-up-disable.png"
565 overlay_stretch = FALSE
566 }
567 image
568 {
569 function = BOX
570 state = ACTIVE
571 detail = "spinbutton_up"
572 file = "Others/null.png"
573 border = {0,0,0,0}
574 stretch = TRUE
575 overlay_file = "Spin/spin-up-prelight.png"
576 overlay_stretch = FALSE
577 }
578
579 image
580 {
581 function = BOX
582 state = NORMAL
583 detail = "spinbutton_down"
584 file = "Others/null.png"
585 border = {0,0,0,0}
586 stretch = TRUE
587 overlay_file = "Spin/spin-down.png"
588 overlay_stretch = FALSE
589 }
590 image
591 {
592 function = BOX
593 state = PRELIGHT
594 detail = "spinbutton_down"
595 file = "Others/null.png"
596 border = {0,0,0,0}
597 stretch = TRUE
598 overlay_file = "Spin/spin-down-prelight.png"
599 overlay_stretch = FALSE
600 }
601 image
602 {
603 function = BOX
604 state = INSENSITIVE
605 detail = "spinbutton_down"
606 file = "Others/null.png"
607 border = {0,0,0,0}
608 stretch = TRUE
609 overlay_file = "Spin/spin-down-disable.png"
610 overlay_stretch = FALSE
611 }
612
613 image
614 {
615 function = BOX
616 state = ACTIVE
617 detail = "spinbutton_down"
618 file = "Others/null.png"
619 border = {0,0,0,0}
620 stretch = TRUE
621 overlay_file = "Spin/spin-down-prelight.png"
622 overlay_stretch = FALSE
623 }
624 }
625 }
626
627 style "scrollbar" = "default"
628 {
629 engine "pixmap"
630 {
631
632 image
633 {
634 function = BOX
635 detail = "trough"
636 file = "Scrollbars/trough-scrollbar-horiz.png"
637 border = {16,16,2,2}
638 stretch = TRUE
639 orientation = HORIZONTAL
640 }
641 image
642 {
643 function = BOX
644 detail = "trough"
645 file = "Scrollbars/trough-scrollbar-vert.png"
646 border = {2,2,16,16}
647 stretch = TRUE
648 orientation = VERTICAL
649 }
650
651
652 image
653 {
654 function = SLIDER
655 state = NORMAL
656 file = "Scrollbars/slider-horiz.png"
657 border = {2,2,2,2}
658 stretch = TRUE
659 orientation = HORIZONTAL
660 }
661 image
662 {
663 function = SLIDER
664 state = ACTIVE
665 shadow = IN
666 file = "Scrollbars/slider-horiz-pre.png"
667 border = {2,2,2,2}
668 stretch = TRUE
669 orientation = HORIZONTAL
670 }
671
672 image
673 {
674 function = SLIDER
675 state = PRELIGHT
676 file = "Scrollbars/slider-horiz-pre.png"
677 border = {2,2,2,2}
678 stretch = TRUE
679 orientation = HORIZONTAL
680 }
681 image
682 {
683 function = SLIDER
684 state = INSENSITIVE
685 file = "Scrollbars/slider-horiz.png"
686 border = {2,2,2,2}
687 stretch = TRUE
688 orientation = HORIZONTAL
689 }
690
691
692 image
693 {
694 function = SLIDER
695 state = NORMAL
696 file = "Scrollbars/slider-vert.png"
697 border = {2,2,2,2}
698 stretch = TRUE
699 orientation = VERTICAL
700 }
701 image
702 {
703 function = SLIDER
704 state = ACTIVE
705 shadow = IN
706 file = "Scrollbars/slider-vert-pre.png"
707 border = {2,2,2,2}
708 stretch = TRUE
709 orientation = VERTICAL
710 }
711 image
712 {
713 function = SLIDER
714 state = PRELIGHT
715 file = "Scrollbars/slider-vert-pre.png"
716 border = {2,2,2,2}
717 stretch = TRUE
718 orientation = VERTICAL
719 }
720 image
721 {
722 function = SLIDER
723 state = INSENSITIVE
724 file = "Scrollbars/slider-vert.png"
725 border = {2,2,2,2}
726 stretch = TRUE
727 orientation = VERTICAL
728 }
729
730 image
731 {
732 function = STEPPER
733 state = NORMAL
734 file = "Scrollbars/stepper-up.png"
735 stretch = TRUE
736 arrow_direction = UP
737 }
738 image
739 {
740 function = STEPPER
741 state = PRELIGHT
742 file = "Scrollbars/stepper-up-prelight.png"
743 stretch = TRUE
744 arrow_direction = UP
745 }
746 image
747 {
748 function = STEPPER
749 state = ACTIVE
750 file = "Scrollbars/stepper-up-prelight.png"
751 stretch = TRUE
752 arrow_direction = UP
753 }
754 image
755 {
756 function = STEPPER
757 state = INSENSITIVE
758 file = "Scrollbars/stepper-up.png"
759 stretch = TRUE
760 arrow_direction = UP
761 }
762
763
764 image
765 {
766 function = STEPPER
767 state = NORMAL
768 file = "Scrollbars/stepper-down.png"
769 stretch = TRUE
770 arrow_direction = DOWN
771 }
772 image
773 {
774 function = STEPPER
775 state = PRELIGHT
776 file = "Scrollbars/stepper-down-prelight.png"
777 stretch = TRUE
778 arrow_direction = DOWN
779 }
780 image
781 {
782 function = STEPPER
783 state = ACTIVE
784 file = "Scrollbars/stepper-down-prelight.png"
785 stretch = TRUE
786 arrow_direction = DOWN
787 }
788 image
789 {
790 function = STEPPER
791 state = INSENSITIVE
792 file = "Scrollbars/stepper-down.png"
793 stretch = TRUE
794 arrow_direction = DOWN
795 }
796
797 image
798 {
799 function = STEPPER
800 state = NORMAL
801 file = "Scrollbars/stepper-right.png"
802 stretch = TRUE
803 arrow_direction = RIGHT
804 }
805 image
806 {
807 function = STEPPER
808 state = PRELIGHT
809 file = "Scrollbars/stepper-right-prelight.png"
810 stretch = TRUE
811 arrow_direction = RIGHT
812 }
813 image
814 {
815 function = STEPPER
816 state = ACTIVE
817 file = "Scrollbars/stepper-right-prelight.png"
818 stretch = TRUE
819 arrow_direction = RIGHT
820 }
821 image
822 {
823 function = STEPPER
824 state = INSENSITIVE
825 file = "Scrollbars/stepper-right.png"
826 stretch = TRUE
827 arrow_direction = RIGHT
828 }
829
830 image
831 {
832 function = STEPPER
833 state = NORMAL
834 file = "Scrollbars/stepper-left.png"
835 stretch = TRUE
836 arrow_direction = LEFT
837 }
838 image
839 {
840 function = STEPPER
841 state = PRELIGHT
842 file = "Scrollbars/stepper-left-prelight.png"
843 stretch = TRUE
844 arrow_direction = LEFT
845 }
846 image
847 {
848 function = STEPPER
849 state = ACTIVE
850 file = "Scrollbars/stepper-left-prelight.png"
851 stretch = TRUE
852 arrow_direction = LEFT
853 }
854 image
855 {
856 function = STEPPER
857 state = INSENSITIVE
858 file = "Scrollbars/stepper-left.png"
859 stretch = TRUE
860 arrow_direction = LEFT
861 }
862 }
863 }
864
865 style "progressbar" {
866 fg[PRELIGHT] = "#ffffff"
867 text[PRELIGHT] = "#ffffff"
868 xthickness = 2
869 ythickness = 2
870
871 engine "pixmap"
872 {
873 image
874 {
875 function = BOX
876 detail = "trough"
877 file = "ProgressBar/trough-progressbar-horiz.png"
878 border = {1,1,1,1}
879 stretch = TRUE
880 }
881 image
882 {
883 function = BOX
884 detail = "bar"
885 file = "ProgressBar/progressbar-horiz.png"
886 border = {1,1,1,1}
887 stretch = TRUE
888 }
889 }
890 }
891
892 style "range" = "default"
893 {
894 engine "pixmap"
895 {
896 image
897 {
898 function = BOX
899 detail = "trough"
900 file = "Range/trough-horizontal.png"
901 border = {2,2,8,7}
902 stretch = TRUE
903 orientation = HORIZONTAL
904 }
905 image
906 {
907 function = BOX
908 detail = "trough"
909 file = "Range/trough-vertical.png"
910 border = {7,8,2,2}
911 stretch = TRUE
912 orientation = VERTICAL
913 }
914
915 image
916 {
917 function = SLIDER
918 state = NORMAL
919 file = "Others/null.png"
920 border = {0,0,0,0}
921 stretch = TRUE
922 overlay_file = "Range/slider-horiz.png"
923 overlay_stretch = FALSE
924 orientation = HORIZONTAL
925 }
926 image
927 {
928 function = SLIDER
929 state = PRELIGHT
930 file = "Others/null.png"
931 border = {0,0,0,0}
932 stretch = TRUE
933 overlay_file = "Range/slider-horiz-prelight.png"
934 overlay_stretch = FALSE
935 orientation = HORIZONTAL
936 }
937 image
938 {
939 function = SLIDER
940 state = INSENSITIVE
941 file = "Others/null.png"
942 border = {0,0,0,0}
943 stretch = TRUE
944 overlay_file = "Range/slider-horiz.png"
945 overlay_stretch = FALSE
946 orientation = HORIZONTAL
947 }
948
949 image
950 {
951 function = SLIDER
952 state = NORMAL
953 file = "Others/null.png"
954 border = {0,0,0,0}
955 stretch = TRUE
956 overlay_file = "Range/slider-vert.png"
957 overlay_stretch = FALSE
958 orientation = VERTICAL
959 }
960 image
961 {
962 function = SLIDER
963 state = PRELIGHT
964 file = "Others/null.png"
965 border = {0,0,0,0}
966 stretch = TRUE
967 overlay_file = "Range/slider-vert-prelight.png"
968 overlay_stretch = FALSE
969 orientation = VERTICAL
970 }
971 image
972 {
973 function = SLIDER
974 state = INSENSITIVE
975 file = "Others/null.png"
976 border = {0,0,0,0}
977 stretch = TRUE
978 overlay_file = "Range/slider-vert.png"
979 overlay_stretch = FALSE
980 orientation = VERTICAL
981 }
982 }
983 }
984
985 style "toolbar"
986 {
987
988 engine "pixmap"
989 {
990 image
991 {
992 function = BOX
993 file = "Toolbar/toolbar.png"
994 border = {2,2,2,2}
995 stretch = TRUE
996 }
997 }
998 }
999 #widget_class "*BonoboDockItem" style "toolbar"
1000 #class "*BonoboDockItem" style "toolbar"
1001
1002 widget_class "*HandleBox" style "toolbar"
1003 class "*HandleBox" style "toolbar"
1004
1005 widget_class "*Toolbar" style "toolbar"
1006 class "*Toolbar" style "toolbar"
1007
1008 style "toolbuttons" = "default"
1009 {
1010 xthickness = 1
1011 ythickness = 1
1012
1013 GtkWidget::focus_padding = 2
1014
1015 engine "pixmap" {
1016
1017 image
1018 {
1019 function = BOX
1020 state = NORMAL
1021 file = "Buttons/button-normal.png"
1022 border = {2,2,2,2}
1023 stretch = TRUE
1024 }
1025 image
1026 {
1027 function = BOX
1028 state = PRELIGHT
1029 file = "Buttons/button-prelight.png"
1030 border = {2,2,2,2}
1031 stretch = TRUE
1032 }
1033 image
1034 {
1035 function = BOX
1036 state = ACTIVE
1037 file = "Buttons/button-prelight.png"
1038 border = {2,2,2,2}
1039 stretch = TRUE
1040 }
1041 image
1042 {
1043 function = BOX
1044 state = INSENSITIVE
1045 file = "Buttons/button-normal.png"
1046 border = {2,2,2,2}
1047 stretch = TRUE
1048 }
1049 }
1050 }
1051 widget_class "*Tool*GtkToggleButton" style "toolbuttons"
1052 widget_class "*Tool*GtkButton" style "toolbuttons"
1053
1054 style "menu" = "default"
1055 {
1056 #bg_pixmap[NORMAL] = "Menu-Menubar/menu-overlay.png"
1057 xthickness = 1
1058 ythickness = 1
1059
1060 engine "pixmap"
1061 {
1062 image
1063 {
1064 function = BOX
1065 detail = "menu"
1066 file = "Menu-Menubar/menu.png"
1067 border = {2,2,14,2}
1068 stretch = TRUE
1069 }
1070 }
1071 }
1072
1073 style "menuitem" = "default"
1074 {
1075 xthickness = 1
1076 fg[PRELIGHT] = "#ffffff"
1077 text[PRELIGHT] = "#949494"
1078
1079 engine "pixmap"
1080 {
1081 image
1082 {
1083 function = BOX
1084 file = "Menu-Menubar/menubar-item-active.png"
1085 border = {2,2,2,2}
1086 stretch = TRUE
1087 }
1088 image
1089 {
1090 function = ARROW
1091 state = NORMAL
1092 overlay_file = "Arrows/arrow-right.png"
1093 overlay_stretch = FALSE
1094 arrow_direction = RIGHT
1095 }
1096 image
1097 {
1098 function = ARROW
1099 state = PRELIGHT
1100 overlay_file = "Arrows/arrow-right.png"
1101 overlay_stretch = FALSE
1102 arrow_direction = RIGHT
1103 }
1104 }
1105 }
1106
1107 style "tearoffmenuitem" = "menuitem"
1108 {
1109 engine "pixmap"
1110 {
1111 image
1112 {
1113 function = ARROW
1114 file = "Arrows/arrow-left.png"
1115 stretch = TRUE
1116 arrow_direction = LEFT
1117 }
1118 }
1119 }
1120
1121 style "menubar"
1122 {
1123 fg[NORMAL] = "#ffffff"
1124 text[NORMAL] = "#ffffff"
1125 fg[PRELIGHT] = "#ffffff"
1126 fg[ACTIVE] = "#ffffff"
1127 fg[INSENSITIVE] = "#909090"
1128 bg[INSENSITIVE] = "#3f3f3f"
1129 text[PRELIGHT] = "#ffffff"
1130
1131 xthickness = 1
1132 ythickness = 1
1133 engine "pixmap"
1134 {
1135 image
1136 {
1137 function = BOX
1138 state = NORMAL
1139 file = "Menu-Menubar/menubar.png"
1140 border = {2,2,2,2}
1141 stretch = TRUE
1142 }
1143
1144 image
1145 {
1146 function = BOX
1147 state = ACTIVE
1148 file = "Menu-Menubar/menubar.png"
1149 border = {2,2,2,2}
1150 stretch = TRUE
1151 }
1152
1153 image
1154 {
1155 function = BOX
1156 state = INSENSITIVE
1157 file = "Menu-Menubar/menubar.png"
1158 border = {2,2,2,2}
1159 stretch = TRUE
1160 }
1161
1162 image
1163 {
1164 function = BOX
1165 state = PRELIGHT
1166 file = "Menu-Menubar/menubar-item.png"
1167 border = {2,2,14,1}
1168 stretch = TRUE
1169 }
1170 }
1171 }
1172
1173 style "notebook" = "default"
1174 {
1175
1176 xthickness = 2
1177 ythickness = 2
1178 engine "pixmap"
1179 {
1180 image
1181 {
1182 function = EXTENSION
1183 state = ACTIVE
1184 file = "Tabs/tab-bottom.png"
1185 border = {3,3,1,4}
1186 stretch = TRUE
1187 gap_side = TOP
1188 }
1189 image
1190 {
1191 function = EXTENSION
1192 state = ACTIVE
1193 file = "Tabs/tab-top.png"
1194 border = {3,3,4,1}
1195 stretch = TRUE
1196 gap_side = BOTTOM
1197 }
1198 image
1199 {
1200 function = EXTENSION
1201 state = ACTIVE
1202 file = "Tabs/tab-left.png"
1203 border = {4,1,3,3}
1204 stretch = TRUE
1205 gap_side = RIGHT
1206 }
1207 image
1208 {
1209 function = EXTENSION
1210 state = ACTIVE
1211 file = "Tabs/tab-right.png"
1212 border = {1,4,3,3}
1213 stretch = TRUE
1214 gap_side = LEFT
1215 }
1216 image
1217 {
1218 function = EXTENSION
1219 file = "Tabs/tab-top-active.png"
1220 border = {3,3,3,1}
1221 stretch = TRUE
1222 gap_side = BOTTOM
1223 }
1224 image
1225 {
1226 function = EXTENSION
1227 file = "Tabs/tab-bottom-active.png"
1228 border = {3,3,1,3}
1229 stretch = TRUE
1230 gap_side = TOP
1231 }
1232 image
1233 {
1234 function = EXTENSION
1235 file = "Tabs/tab-left-active.png"
1236 border = {3,1,3,3}
1237 stretch = TRUE
1238 gap_side = RIGHT
1239 }
1240 image
1241 {
1242 function = EXTENSION
1243 file = "Tabs/tab-right-active.png"
1244 border = {1,3,3,3}
1245 stretch = TRUE
1246 gap_side = LEFT
1247 }
1248
1249 image
1250 {
1251 function = BOX_GAP
1252 file = "Tabs/notebook.png"
1253 border = {1,1,1,1}
1254 stretch = TRUE
1255 gap_file = "Tabs/gap-top-current.png"
1256 gap_border = {2,2,2,2}
1257 gap_start_file = "Tabs/gap-top-left.png"
1258 gap_start_border = {1,0,1,0}
1259 gap_end_file = "Tabs/gap-top-right.png"
1260 gap_end_border = {0,1,1,0}
1261 gap_side = TOP
1262 }
1263 image
1264 {
1265 function = BOX_GAP
1266 file = "Tabs/notebook.png"
1267 border = {1,1,1,1}
1268 stretch = TRUE
1269 gap_file = "Tabs/gap-top-current.png"
1270 gap_border = {2,2,2,2}
1271 gap_start_file = "Tabs/gap-bottom-left.png"
1272 gap_start_border = {1,0,1,0}
1273 gap_end_file = "Tabs/gap-bottom-right.png"
1274 gap_end_border = {0,1,1,0}
1275 gap_side = BOTTOM
1276 }
1277 image
1278 {
1279 function = BOX_GAP
1280 file = "Tabs/notebook.png"
1281 border = {1,1,1,1}
1282 stretch = TRUE
1283 gap_file = "Tabs/gap-top-current.png"
1284 gap_border = {2,2,2,2}
1285 gap_start_file = "Tabs/gap-left-top.png"
1286 gap_start_border = {1,0,1,0}
1287 gap_end_file = "Tabs/gap-left-bottom.png"
1288 gap_end_border = {1,0,0,1}
1289 gap_side = LEFT
1290 }
1291 image
1292 {
1293 function = BOX_GAP
1294 file = "Tabs/notebook.png"
1295 border = {1,1,1,1}
1296 stretch = TRUE
1297 gap_file = "Tabs/gap-top-current.png"
1298 gap_border = {2,2,2,2}
1299 gap_start_file = "Tabs/gap-right-top.png"
1300 gap_start_border = {0,1,1,0}
1301 gap_end_file = "Tabs/gap-right-bottom.png"
1302 gap_end_border = {0,1,0,1}
1303 gap_side = RIGHT
1304 }
1305
1306 # Notebook with no tabs
1307 image
1308 {
1309 function = BOX
1310 file = "Tabs/notebook.png"
1311 border = {1,1,1,1}
1312 stretch = TRUE
1313 }
1314 }
1315 }
1316
1317 style "tooltips" = "default"
1318 {
1319 bg[NORMAL] = "#070707"
1320 }
1321
1322 style "ruler" = "default"
1323 {
1324 engine "pixmap" {
1325 image
1326 {
1327 function = BOX
1328 detail = "vruler"
1329 file = "Others/ruler.png"
1330 border = {1,1,1,1}
1331 stretch = TRUE
1332 }
1333 image
1334 {
1335 function = BOX
1336 detail = "hruler"
1337 file = "Others/ruler.png"
1338 border = {1,1,1,1}
1339 stretch = TRUE
1340 }
1341 }
1342 }
1343
1344 style "handlebox" = "default"
1345 {
1346 engine "pixmap"
1347 {
1348 image
1349 {
1350 }
1351 image
1352 {
1353 function = HANDLE
1354 overlay_file = "Handles/handle-v.png"
1355 overlay_stretch = FALSE
1356 orientation = VERTICAL
1357 }
1358 image
1359 {
1360 function = HANDLE
1361 overlay_file = "Handles/handle-h.png"
1362 overlay_stretch = FALSE
1363 orientation = HORIZONTAL
1364 }
1365 }
1366 }
1367
1368 style "flat" = "default"
1369 {
1370 engine "pixmap"
1371 {
1372 image
1373 {
1374 function = SHADOW
1375 }
1376 }
1377 }
1378
1379 style "layout" = "default"
1380 {
1381 engine "pixmap"
1382 {
1383 image
1384 {
1385 function = SHADOW
1386 detail = "entry"
1387 shadow = IN
1388 file = "Shadows/text-.png"
1389 border = {1,1,1,1}
1390 stretch = TRUE
1391 }
1392 image
1393 {
1394 function = BOX
1395 detail = "button"
1396 state = NORMAL
1397 file = "Buttons/button-normal.png"
1398 border = {2,2,2,2}
1399 stretch = TRUE
1400 }
1401 }
1402 }
1403
1404 style "list-header"
1405 {
1406 ythickness = 3
1407 GtkTreeView::odd_row_color = "#171717"
1408 GtkTreeView::even_row_color = "#000000"
1409
1410 engine "pixmap"
1411 {
1412 image
1413 {
1414 function = BOX
1415 state = NORMAL
1416 file = "ListHeaders/list_header.png"
1417 border = {1,2,1,2}
1418 stretch = TRUE
1419 }
1420
1421 image
1422 {
1423 function = BOX
1424 state = PRELIGHT
1425 file = "ListHeaders/list_header-prelight.png"
1426 border = {1,2,5,2}
1427 stretch = TRUE
1428 }
1429
1430 image
1431 {
1432 function = BOX
1433 state = ACTIVE
1434 file = "ListHeaders/list_header-pressed.png"
1435 border = {0,0,0,0}
1436 stretch = TRUE
1437 }
1438 image
1439 {
1440 function = BOX
1441 state = SELECTED
1442 file = "ListHeaders/list_header-prelight.png"
1443 border = {4,5,2,2}
1444 stretch = TRUE
1445 }
1446 image
1447 {
1448 function = BOX
1449 state = INSENSITIVE
1450 file = "ListHeaders/list_header-insens.png"
1451 border = {1,2,1,2}
1452 stretch = TRUE
1453 }
1454 }
1455 }
1456
1457 widget_class "*List" style "list-header"
1458 widget_class "*GtkTree*" style "list-header"
1459 widget_class "*GtkCList*" style "list-header"
1460 #widget_class "*Tree*" style "list-header"
1461
1462 # Sodipodi bug
1463 style "unstyle"
1464 {
1465 engine ""
1466 {
1467 }
1468 }
1469 class "SPColorSlider" style "unstyle"
1470
1471 style "SPbutton"
1472 {
1473 engine "pixmap"
1474 {
1475 image
1476 {
1477 function = BOX
1478 shadow = IN
1479 file = "Shadows/shadow-out.png"
1480 border = {2,2,2,2}
1481 stretch = TRUE
1482 }
1483 image
1484 {
1485 function = BOX
1486 }
1487 }
1488 }
1489
1490 style "treecol"
1491 {
1492 bg[NORMAL] = "#000000"
1493 }
1494
1495 class "GtkButton" style "button"
1496 class "GtkRadioButton" style "radiobutton"
1497 class "GtkRadioMenuItem" style "radiobutton"
1498 class "GtkCheckButton" style "checkbutton"
1499 class "GtkCheckMenuItem" style "checkbutton"
1500 class "GtkOptionMenu" style "optionmenu"
1501 class "GtkCombo*" style "optionmenu"
1502 class "*Font*" style "optionmenu"
1503 class "GtkEntry" style "entry"
1504 class "GtkOldEditable" style "entry"
1505 class "GtkSpinButton" style "spinbutton"
1506 class "GtkRuler" style "ruler"
1507 class "GtkScrollbar" style "scrollbar"
1508 class "GtkProgressBar" style "progressbar"
1509 class "GtkRange" style "range"
1510 class "GtkMenu" style "menu"
1511 class "GtkMenuBar*" style "menubar"
1512 widget_class "*MenuBar.*" style "menubar"
1513 class "GtkMenuItem" style "menuitem"
1514 class "GtkTearoffMenuItem" style "menuitem"
1515 class "GtkNotebook" style "notebook"
1516 class "GtkToolbar" style "flat"
1517 class "GtkHandleBox" style "handlebox"
1518 class "GtkEventBox" style "flat"
1519 class "GtkPaned" style "handlebox"
1520 class "GtkLayout" style "layout"
1521 class "SPButton" style "SPbutton"
1522 widget "gtk-tooltips" style "tooltips"
1523
1524 # colorize ugly white line at the top of the vertical scrollbar in Nautilus
1525 style "searchbar" {
1526 bg[NORMAL] = "#080808"
1527 }
1528 widget "*.nautilus-extra-view-widget" style:highest "searchbar"
1529
1530 # separator in Nautilus sidebar
1531 style "separator" {
1532 bg[NORMAL] = "#191919"
1533 }
1534 widget "*nautilus*side*" style:highest "separator"