-
Notifications
You must be signed in to change notification settings - Fork 129
/
breeze.qrc
2910 lines (2910 loc) · 137 KB
/
breeze.qrc
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
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<RCC>
<qresource>
<file>dark-blue-alt/ads_close.svg</file>
<file>dark-blue-alt/ads_close_hover.svg</file>
<file>dark-blue-alt/ads_close_pressed.svg</file>
<file>dark-blue-alt/ads_detach.svg</file>
<file>dark-blue-alt/ads_detach_hover.svg</file>
<file>dark-blue-alt/ads_detach_hover_pressed.svg</file>
<file>dark-blue-alt/ads_maximize.svg</file>
<file>dark-blue-alt/ads_maximize_hover.svg</file>
<file>dark-blue-alt/ads_maximize_pressed.svg</file>
<file>dark-blue-alt/ads_menu_button.svg</file>
<file>dark-blue-alt/ads_menu_button_hover.svg</file>
<file>dark-blue-alt/ads_menu_button_pressed.svg</file>
<file>dark-blue-alt/branch_closed.svg</file>
<file>dark-blue-alt/branch_closed_hover.svg</file>
<file>dark-blue-alt/branch_end.svg</file>
<file>dark-blue-alt/branch_end_arrow.svg</file>
<file>dark-blue-alt/branch_more.svg</file>
<file>dark-blue-alt/branch_more_arrow.svg</file>
<file>dark-blue-alt/branch_open.svg</file>
<file>dark-blue-alt/branch_open_hover.svg</file>
<file>dark-blue-alt/browser_refresh.svg</file>
<file>dark-blue-alt/browser_refresh_stop.svg</file>
<file>dark-blue-alt/calendar_next.svg</file>
<file>dark-blue-alt/calendar_previous.svg</file>
<file>dark-blue-alt/checkbox_checked.svg</file>
<file>dark-blue-alt/checkbox_checked_disabled.svg</file>
<file>dark-blue-alt/checkbox_indeterminate.svg</file>
<file>dark-blue-alt/checkbox_indeterminate_disabled.svg</file>
<file>dark-blue-alt/checkbox_unchecked.svg</file>
<file>dark-blue-alt/checkbox_unchecked_disabled.svg</file>
<file>dark-blue-alt/clear_text.svg</file>
<file>dark-blue-alt/close.svg</file>
<file>dark-blue-alt/close_hover.svg</file>
<file>dark-blue-alt/close_pressed.svg</file>
<file>dark-blue-alt/computer.svg</file>
<file>dark-blue-alt/desktop.svg</file>
<file>dark-blue-alt/dialog_apply.svg</file>
<file>dark-blue-alt/dialog_cancel.svg</file>
<file>dark-blue-alt/dialog_close.svg</file>
<file>dark-blue-alt/dialog_discard.svg</file>
<file>dark-blue-alt/dialog_help.svg</file>
<file>dark-blue-alt/dialog_ignore.svg</file>
<file>dark-blue-alt/dialog_no.svg</file>
<file>dark-blue-alt/dialog_ok.svg</file>
<file>dark-blue-alt/dialog_open.svg</file>
<file>dark-blue-alt/dialog_reset.svg</file>
<file>dark-blue-alt/dialog_retry.svg</file>
<file>dark-blue-alt/dialog_save.svg</file>
<file>dark-blue-alt/dialog_save_all.svg</file>
<file>dark-blue-alt/dialog_yes_to_all.svg</file>
<file>dark-blue-alt/disc_drive.svg</file>
<file>dark-blue-alt/down_arrow.svg</file>
<file>dark-blue-alt/down_arrow_disabled.svg</file>
<file>dark-blue-alt/down_arrow_hover.svg</file>
<file>dark-blue-alt/file.svg</file>
<file>dark-blue-alt/file_dialog_contents.svg</file>
<file>dark-blue-alt/file_dialog_detailed.svg</file>
<file>dark-blue-alt/file_dialog_end.svg</file>
<file>dark-blue-alt/file_dialog_info.svg</file>
<file>dark-blue-alt/file_dialog_list.svg</file>
<file>dark-blue-alt/file_dialog_start.svg</file>
<file>dark-blue-alt/file_link.svg</file>
<file>dark-blue-alt/floppy_drive.svg</file>
<file>dark-blue-alt/folder.svg</file>
<file>dark-blue-alt/folder_link.svg</file>
<file>dark-blue-alt/folder_open.svg</file>
<file>dark-blue-alt/folder_open_link.svg</file>
<file>dark-blue-alt/hard_drive.svg</file>
<file>dark-blue-alt/help.svg</file>
<file>dark-blue-alt/hmovetoolbar.svg</file>
<file>dark-blue-alt/home_directory.svg</file>
<file>dark-blue-alt/horizontal_extension.svg</file>
<file>dark-blue-alt/hseptoolbar.svg</file>
<file>dark-blue-alt/left_arrow.svg</file>
<file>dark-blue-alt/left_arrow_disabled.svg</file>
<file>dark-blue-alt/left_arrow_hover.svg</file>
<file>dark-blue-alt/maximize.svg</file>
<file>dark-blue-alt/menu.svg</file>
<file>dark-blue-alt/message_critical.svg</file>
<file>dark-blue-alt/message_information.svg</file>
<file>dark-blue-alt/message_question.svg</file>
<file>dark-blue-alt/message_warning.svg</file>
<file>dark-blue-alt/minimize.svg</file>
<file>dark-blue-alt/network_drive.svg</file>
<file>dark-blue-alt/pause.svg</file>
<file>dark-blue-alt/play.svg</file>
<file>dark-blue-alt/radio_checked.svg</file>
<file>dark-blue-alt/radio_checked_disabled.svg</file>
<file>dark-blue-alt/radio_unchecked.svg</file>
<file>dark-blue-alt/radio_unchecked_disabled.svg</file>
<file>dark-blue-alt/restore.svg</file>
<file>dark-blue-alt/restore_defaults.svg</file>
<file>dark-blue-alt/right_arrow.svg</file>
<file>dark-blue-alt/right_arrow_disabled.svg</file>
<file>dark-blue-alt/right_arrow_hover.svg</file>
<file>dark-blue-alt/seek_backward.svg</file>
<file>dark-blue-alt/seek_forward.svg</file>
<file>dark-blue-alt/shade.svg</file>
<file>dark-blue-alt/sizegrip.svg</file>
<file>dark-blue-alt/skip_backward.svg</file>
<file>dark-blue-alt/skip_forward.svg</file>
<file>dark-blue-alt/stop.svg</file>
<file>dark-blue-alt/stylesheet.qss</file>
<file>dark-blue-alt/tab_close.svg</file>
<file>dark-blue-alt/transparent.svg</file>
<file>dark-blue-alt/trash.svg</file>
<file>dark-blue-alt/undock.svg</file>
<file>dark-blue-alt/undock_hover.svg</file>
<file>dark-blue-alt/undock_hover_pressed.svg</file>
<file>dark-blue-alt/unshade.svg</file>
<file>dark-blue-alt/up_arrow.svg</file>
<file>dark-blue-alt/up_arrow_disabled.svg</file>
<file>dark-blue-alt/up_arrow_hover.svg</file>
<file>dark-blue-alt/vertical_extension.svg</file>
<file>dark-blue-alt/vista_shield.svg</file>
<file>dark-blue-alt/vline.svg</file>
<file>dark-blue-alt/vmovetoolbar.svg</file>
<file>dark-blue-alt/volume.svg</file>
<file>dark-blue-alt/volume_muted.svg</file>
<file>dark-blue-alt/vseptoolbar.svg</file>
<file>dark-blue-alt/window_close.svg</file>
<file>dark-blue/ads_close.svg</file>
<file>dark-blue/ads_close_hover.svg</file>
<file>dark-blue/ads_close_pressed.svg</file>
<file>dark-blue/ads_detach.svg</file>
<file>dark-blue/ads_detach_hover.svg</file>
<file>dark-blue/ads_detach_hover_pressed.svg</file>
<file>dark-blue/ads_maximize.svg</file>
<file>dark-blue/ads_maximize_hover.svg</file>
<file>dark-blue/ads_maximize_pressed.svg</file>
<file>dark-blue/ads_menu_button.svg</file>
<file>dark-blue/ads_menu_button_hover.svg</file>
<file>dark-blue/ads_menu_button_pressed.svg</file>
<file>dark-blue/branch_closed.svg</file>
<file>dark-blue/branch_closed_hover.svg</file>
<file>dark-blue/branch_end.svg</file>
<file>dark-blue/branch_end_arrow.svg</file>
<file>dark-blue/branch_more.svg</file>
<file>dark-blue/branch_more_arrow.svg</file>
<file>dark-blue/branch_open.svg</file>
<file>dark-blue/branch_open_hover.svg</file>
<file>dark-blue/browser_refresh.svg</file>
<file>dark-blue/browser_refresh_stop.svg</file>
<file>dark-blue/calendar_next.svg</file>
<file>dark-blue/calendar_previous.svg</file>
<file>dark-blue/checkbox_checked.svg</file>
<file>dark-blue/checkbox_checked_disabled.svg</file>
<file>dark-blue/checkbox_indeterminate.svg</file>
<file>dark-blue/checkbox_indeterminate_disabled.svg</file>
<file>dark-blue/checkbox_unchecked.svg</file>
<file>dark-blue/checkbox_unchecked_disabled.svg</file>
<file>dark-blue/clear_text.svg</file>
<file>dark-blue/close.svg</file>
<file>dark-blue/close_hover.svg</file>
<file>dark-blue/close_pressed.svg</file>
<file>dark-blue/computer.svg</file>
<file>dark-blue/desktop.svg</file>
<file>dark-blue/dialog_apply.svg</file>
<file>dark-blue/dialog_cancel.svg</file>
<file>dark-blue/dialog_close.svg</file>
<file>dark-blue/dialog_discard.svg</file>
<file>dark-blue/dialog_help.svg</file>
<file>dark-blue/dialog_ignore.svg</file>
<file>dark-blue/dialog_no.svg</file>
<file>dark-blue/dialog_ok.svg</file>
<file>dark-blue/dialog_open.svg</file>
<file>dark-blue/dialog_reset.svg</file>
<file>dark-blue/dialog_retry.svg</file>
<file>dark-blue/dialog_save.svg</file>
<file>dark-blue/dialog_save_all.svg</file>
<file>dark-blue/dialog_yes_to_all.svg</file>
<file>dark-blue/disc_drive.svg</file>
<file>dark-blue/down_arrow.svg</file>
<file>dark-blue/down_arrow_disabled.svg</file>
<file>dark-blue/down_arrow_hover.svg</file>
<file>dark-blue/file.svg</file>
<file>dark-blue/file_dialog_contents.svg</file>
<file>dark-blue/file_dialog_detailed.svg</file>
<file>dark-blue/file_dialog_end.svg</file>
<file>dark-blue/file_dialog_info.svg</file>
<file>dark-blue/file_dialog_list.svg</file>
<file>dark-blue/file_dialog_start.svg</file>
<file>dark-blue/file_link.svg</file>
<file>dark-blue/floppy_drive.svg</file>
<file>dark-blue/folder.svg</file>
<file>dark-blue/folder_link.svg</file>
<file>dark-blue/folder_open.svg</file>
<file>dark-blue/folder_open_link.svg</file>
<file>dark-blue/hard_drive.svg</file>
<file>dark-blue/help.svg</file>
<file>dark-blue/hmovetoolbar.svg</file>
<file>dark-blue/home_directory.svg</file>
<file>dark-blue/horizontal_extension.svg</file>
<file>dark-blue/hseptoolbar.svg</file>
<file>dark-blue/left_arrow.svg</file>
<file>dark-blue/left_arrow_disabled.svg</file>
<file>dark-blue/left_arrow_hover.svg</file>
<file>dark-blue/maximize.svg</file>
<file>dark-blue/menu.svg</file>
<file>dark-blue/message_critical.svg</file>
<file>dark-blue/message_information.svg</file>
<file>dark-blue/message_question.svg</file>
<file>dark-blue/message_warning.svg</file>
<file>dark-blue/minimize.svg</file>
<file>dark-blue/network_drive.svg</file>
<file>dark-blue/pause.svg</file>
<file>dark-blue/play.svg</file>
<file>dark-blue/radio_checked.svg</file>
<file>dark-blue/radio_checked_disabled.svg</file>
<file>dark-blue/radio_unchecked.svg</file>
<file>dark-blue/radio_unchecked_disabled.svg</file>
<file>dark-blue/restore.svg</file>
<file>dark-blue/restore_defaults.svg</file>
<file>dark-blue/right_arrow.svg</file>
<file>dark-blue/right_arrow_disabled.svg</file>
<file>dark-blue/right_arrow_hover.svg</file>
<file>dark-blue/seek_backward.svg</file>
<file>dark-blue/seek_forward.svg</file>
<file>dark-blue/shade.svg</file>
<file>dark-blue/sizegrip.svg</file>
<file>dark-blue/skip_backward.svg</file>
<file>dark-blue/skip_forward.svg</file>
<file>dark-blue/stop.svg</file>
<file>dark-blue/stylesheet.qss</file>
<file>dark-blue/tab_close.svg</file>
<file>dark-blue/transparent.svg</file>
<file>dark-blue/trash.svg</file>
<file>dark-blue/undock.svg</file>
<file>dark-blue/undock_hover.svg</file>
<file>dark-blue/undock_hover_pressed.svg</file>
<file>dark-blue/unshade.svg</file>
<file>dark-blue/up_arrow.svg</file>
<file>dark-blue/up_arrow_disabled.svg</file>
<file>dark-blue/up_arrow_hover.svg</file>
<file>dark-blue/vertical_extension.svg</file>
<file>dark-blue/vista_shield.svg</file>
<file>dark-blue/vline.svg</file>
<file>dark-blue/vmovetoolbar.svg</file>
<file>dark-blue/volume.svg</file>
<file>dark-blue/volume_muted.svg</file>
<file>dark-blue/vseptoolbar.svg</file>
<file>dark-blue/window_close.svg</file>
<file>dark-cyan-alt/ads_close.svg</file>
<file>dark-cyan-alt/ads_close_hover.svg</file>
<file>dark-cyan-alt/ads_close_pressed.svg</file>
<file>dark-cyan-alt/ads_detach.svg</file>
<file>dark-cyan-alt/ads_detach_hover.svg</file>
<file>dark-cyan-alt/ads_detach_hover_pressed.svg</file>
<file>dark-cyan-alt/ads_maximize.svg</file>
<file>dark-cyan-alt/ads_maximize_hover.svg</file>
<file>dark-cyan-alt/ads_maximize_pressed.svg</file>
<file>dark-cyan-alt/ads_menu_button.svg</file>
<file>dark-cyan-alt/ads_menu_button_hover.svg</file>
<file>dark-cyan-alt/ads_menu_button_pressed.svg</file>
<file>dark-cyan-alt/branch_closed.svg</file>
<file>dark-cyan-alt/branch_closed_hover.svg</file>
<file>dark-cyan-alt/branch_end.svg</file>
<file>dark-cyan-alt/branch_end_arrow.svg</file>
<file>dark-cyan-alt/branch_more.svg</file>
<file>dark-cyan-alt/branch_more_arrow.svg</file>
<file>dark-cyan-alt/branch_open.svg</file>
<file>dark-cyan-alt/branch_open_hover.svg</file>
<file>dark-cyan-alt/browser_refresh.svg</file>
<file>dark-cyan-alt/browser_refresh_stop.svg</file>
<file>dark-cyan-alt/calendar_next.svg</file>
<file>dark-cyan-alt/calendar_previous.svg</file>
<file>dark-cyan-alt/checkbox_checked.svg</file>
<file>dark-cyan-alt/checkbox_checked_disabled.svg</file>
<file>dark-cyan-alt/checkbox_indeterminate.svg</file>
<file>dark-cyan-alt/checkbox_indeterminate_disabled.svg</file>
<file>dark-cyan-alt/checkbox_unchecked.svg</file>
<file>dark-cyan-alt/checkbox_unchecked_disabled.svg</file>
<file>dark-cyan-alt/clear_text.svg</file>
<file>dark-cyan-alt/close.svg</file>
<file>dark-cyan-alt/close_hover.svg</file>
<file>dark-cyan-alt/close_pressed.svg</file>
<file>dark-cyan-alt/computer.svg</file>
<file>dark-cyan-alt/desktop.svg</file>
<file>dark-cyan-alt/dialog_apply.svg</file>
<file>dark-cyan-alt/dialog_cancel.svg</file>
<file>dark-cyan-alt/dialog_close.svg</file>
<file>dark-cyan-alt/dialog_discard.svg</file>
<file>dark-cyan-alt/dialog_help.svg</file>
<file>dark-cyan-alt/dialog_ignore.svg</file>
<file>dark-cyan-alt/dialog_no.svg</file>
<file>dark-cyan-alt/dialog_ok.svg</file>
<file>dark-cyan-alt/dialog_open.svg</file>
<file>dark-cyan-alt/dialog_reset.svg</file>
<file>dark-cyan-alt/dialog_retry.svg</file>
<file>dark-cyan-alt/dialog_save.svg</file>
<file>dark-cyan-alt/dialog_save_all.svg</file>
<file>dark-cyan-alt/dialog_yes_to_all.svg</file>
<file>dark-cyan-alt/disc_drive.svg</file>
<file>dark-cyan-alt/down_arrow.svg</file>
<file>dark-cyan-alt/down_arrow_disabled.svg</file>
<file>dark-cyan-alt/down_arrow_hover.svg</file>
<file>dark-cyan-alt/file.svg</file>
<file>dark-cyan-alt/file_dialog_contents.svg</file>
<file>dark-cyan-alt/file_dialog_detailed.svg</file>
<file>dark-cyan-alt/file_dialog_end.svg</file>
<file>dark-cyan-alt/file_dialog_info.svg</file>
<file>dark-cyan-alt/file_dialog_list.svg</file>
<file>dark-cyan-alt/file_dialog_start.svg</file>
<file>dark-cyan-alt/file_link.svg</file>
<file>dark-cyan-alt/floppy_drive.svg</file>
<file>dark-cyan-alt/folder.svg</file>
<file>dark-cyan-alt/folder_link.svg</file>
<file>dark-cyan-alt/folder_open.svg</file>
<file>dark-cyan-alt/folder_open_link.svg</file>
<file>dark-cyan-alt/hard_drive.svg</file>
<file>dark-cyan-alt/help.svg</file>
<file>dark-cyan-alt/hmovetoolbar.svg</file>
<file>dark-cyan-alt/home_directory.svg</file>
<file>dark-cyan-alt/horizontal_extension.svg</file>
<file>dark-cyan-alt/hseptoolbar.svg</file>
<file>dark-cyan-alt/left_arrow.svg</file>
<file>dark-cyan-alt/left_arrow_disabled.svg</file>
<file>dark-cyan-alt/left_arrow_hover.svg</file>
<file>dark-cyan-alt/maximize.svg</file>
<file>dark-cyan-alt/menu.svg</file>
<file>dark-cyan-alt/message_critical.svg</file>
<file>dark-cyan-alt/message_information.svg</file>
<file>dark-cyan-alt/message_question.svg</file>
<file>dark-cyan-alt/message_warning.svg</file>
<file>dark-cyan-alt/minimize.svg</file>
<file>dark-cyan-alt/network_drive.svg</file>
<file>dark-cyan-alt/pause.svg</file>
<file>dark-cyan-alt/play.svg</file>
<file>dark-cyan-alt/radio_checked.svg</file>
<file>dark-cyan-alt/radio_checked_disabled.svg</file>
<file>dark-cyan-alt/radio_unchecked.svg</file>
<file>dark-cyan-alt/radio_unchecked_disabled.svg</file>
<file>dark-cyan-alt/restore.svg</file>
<file>dark-cyan-alt/restore_defaults.svg</file>
<file>dark-cyan-alt/right_arrow.svg</file>
<file>dark-cyan-alt/right_arrow_disabled.svg</file>
<file>dark-cyan-alt/right_arrow_hover.svg</file>
<file>dark-cyan-alt/seek_backward.svg</file>
<file>dark-cyan-alt/seek_forward.svg</file>
<file>dark-cyan-alt/shade.svg</file>
<file>dark-cyan-alt/sizegrip.svg</file>
<file>dark-cyan-alt/skip_backward.svg</file>
<file>dark-cyan-alt/skip_forward.svg</file>
<file>dark-cyan-alt/stop.svg</file>
<file>dark-cyan-alt/stylesheet.qss</file>
<file>dark-cyan-alt/tab_close.svg</file>
<file>dark-cyan-alt/transparent.svg</file>
<file>dark-cyan-alt/trash.svg</file>
<file>dark-cyan-alt/undock.svg</file>
<file>dark-cyan-alt/undock_hover.svg</file>
<file>dark-cyan-alt/undock_hover_pressed.svg</file>
<file>dark-cyan-alt/unshade.svg</file>
<file>dark-cyan-alt/up_arrow.svg</file>
<file>dark-cyan-alt/up_arrow_disabled.svg</file>
<file>dark-cyan-alt/up_arrow_hover.svg</file>
<file>dark-cyan-alt/vertical_extension.svg</file>
<file>dark-cyan-alt/vista_shield.svg</file>
<file>dark-cyan-alt/vline.svg</file>
<file>dark-cyan-alt/vmovetoolbar.svg</file>
<file>dark-cyan-alt/volume.svg</file>
<file>dark-cyan-alt/volume_muted.svg</file>
<file>dark-cyan-alt/vseptoolbar.svg</file>
<file>dark-cyan-alt/window_close.svg</file>
<file>dark-cyan/ads_close.svg</file>
<file>dark-cyan/ads_close_hover.svg</file>
<file>dark-cyan/ads_close_pressed.svg</file>
<file>dark-cyan/ads_detach.svg</file>
<file>dark-cyan/ads_detach_hover.svg</file>
<file>dark-cyan/ads_detach_hover_pressed.svg</file>
<file>dark-cyan/ads_maximize.svg</file>
<file>dark-cyan/ads_maximize_hover.svg</file>
<file>dark-cyan/ads_maximize_pressed.svg</file>
<file>dark-cyan/ads_menu_button.svg</file>
<file>dark-cyan/ads_menu_button_hover.svg</file>
<file>dark-cyan/ads_menu_button_pressed.svg</file>
<file>dark-cyan/branch_closed.svg</file>
<file>dark-cyan/branch_closed_hover.svg</file>
<file>dark-cyan/branch_end.svg</file>
<file>dark-cyan/branch_end_arrow.svg</file>
<file>dark-cyan/branch_more.svg</file>
<file>dark-cyan/branch_more_arrow.svg</file>
<file>dark-cyan/branch_open.svg</file>
<file>dark-cyan/branch_open_hover.svg</file>
<file>dark-cyan/browser_refresh.svg</file>
<file>dark-cyan/browser_refresh_stop.svg</file>
<file>dark-cyan/calendar_next.svg</file>
<file>dark-cyan/calendar_previous.svg</file>
<file>dark-cyan/checkbox_checked.svg</file>
<file>dark-cyan/checkbox_checked_disabled.svg</file>
<file>dark-cyan/checkbox_indeterminate.svg</file>
<file>dark-cyan/checkbox_indeterminate_disabled.svg</file>
<file>dark-cyan/checkbox_unchecked.svg</file>
<file>dark-cyan/checkbox_unchecked_disabled.svg</file>
<file>dark-cyan/clear_text.svg</file>
<file>dark-cyan/close.svg</file>
<file>dark-cyan/close_hover.svg</file>
<file>dark-cyan/close_pressed.svg</file>
<file>dark-cyan/computer.svg</file>
<file>dark-cyan/desktop.svg</file>
<file>dark-cyan/dialog_apply.svg</file>
<file>dark-cyan/dialog_cancel.svg</file>
<file>dark-cyan/dialog_close.svg</file>
<file>dark-cyan/dialog_discard.svg</file>
<file>dark-cyan/dialog_help.svg</file>
<file>dark-cyan/dialog_ignore.svg</file>
<file>dark-cyan/dialog_no.svg</file>
<file>dark-cyan/dialog_ok.svg</file>
<file>dark-cyan/dialog_open.svg</file>
<file>dark-cyan/dialog_reset.svg</file>
<file>dark-cyan/dialog_retry.svg</file>
<file>dark-cyan/dialog_save.svg</file>
<file>dark-cyan/dialog_save_all.svg</file>
<file>dark-cyan/dialog_yes_to_all.svg</file>
<file>dark-cyan/disc_drive.svg</file>
<file>dark-cyan/down_arrow.svg</file>
<file>dark-cyan/down_arrow_disabled.svg</file>
<file>dark-cyan/down_arrow_hover.svg</file>
<file>dark-cyan/file.svg</file>
<file>dark-cyan/file_dialog_contents.svg</file>
<file>dark-cyan/file_dialog_detailed.svg</file>
<file>dark-cyan/file_dialog_end.svg</file>
<file>dark-cyan/file_dialog_info.svg</file>
<file>dark-cyan/file_dialog_list.svg</file>
<file>dark-cyan/file_dialog_start.svg</file>
<file>dark-cyan/file_link.svg</file>
<file>dark-cyan/floppy_drive.svg</file>
<file>dark-cyan/folder.svg</file>
<file>dark-cyan/folder_link.svg</file>
<file>dark-cyan/folder_open.svg</file>
<file>dark-cyan/folder_open_link.svg</file>
<file>dark-cyan/hard_drive.svg</file>
<file>dark-cyan/help.svg</file>
<file>dark-cyan/hmovetoolbar.svg</file>
<file>dark-cyan/home_directory.svg</file>
<file>dark-cyan/horizontal_extension.svg</file>
<file>dark-cyan/hseptoolbar.svg</file>
<file>dark-cyan/left_arrow.svg</file>
<file>dark-cyan/left_arrow_disabled.svg</file>
<file>dark-cyan/left_arrow_hover.svg</file>
<file>dark-cyan/maximize.svg</file>
<file>dark-cyan/menu.svg</file>
<file>dark-cyan/message_critical.svg</file>
<file>dark-cyan/message_information.svg</file>
<file>dark-cyan/message_question.svg</file>
<file>dark-cyan/message_warning.svg</file>
<file>dark-cyan/minimize.svg</file>
<file>dark-cyan/network_drive.svg</file>
<file>dark-cyan/pause.svg</file>
<file>dark-cyan/play.svg</file>
<file>dark-cyan/radio_checked.svg</file>
<file>dark-cyan/radio_checked_disabled.svg</file>
<file>dark-cyan/radio_unchecked.svg</file>
<file>dark-cyan/radio_unchecked_disabled.svg</file>
<file>dark-cyan/restore.svg</file>
<file>dark-cyan/restore_defaults.svg</file>
<file>dark-cyan/right_arrow.svg</file>
<file>dark-cyan/right_arrow_disabled.svg</file>
<file>dark-cyan/right_arrow_hover.svg</file>
<file>dark-cyan/seek_backward.svg</file>
<file>dark-cyan/seek_forward.svg</file>
<file>dark-cyan/shade.svg</file>
<file>dark-cyan/sizegrip.svg</file>
<file>dark-cyan/skip_backward.svg</file>
<file>dark-cyan/skip_forward.svg</file>
<file>dark-cyan/stop.svg</file>
<file>dark-cyan/stylesheet.qss</file>
<file>dark-cyan/tab_close.svg</file>
<file>dark-cyan/transparent.svg</file>
<file>dark-cyan/trash.svg</file>
<file>dark-cyan/undock.svg</file>
<file>dark-cyan/undock_hover.svg</file>
<file>dark-cyan/undock_hover_pressed.svg</file>
<file>dark-cyan/unshade.svg</file>
<file>dark-cyan/up_arrow.svg</file>
<file>dark-cyan/up_arrow_disabled.svg</file>
<file>dark-cyan/up_arrow_hover.svg</file>
<file>dark-cyan/vertical_extension.svg</file>
<file>dark-cyan/vista_shield.svg</file>
<file>dark-cyan/vline.svg</file>
<file>dark-cyan/vmovetoolbar.svg</file>
<file>dark-cyan/volume.svg</file>
<file>dark-cyan/volume_muted.svg</file>
<file>dark-cyan/vseptoolbar.svg</file>
<file>dark-cyan/window_close.svg</file>
<file>dark-green-alt/ads_close.svg</file>
<file>dark-green-alt/ads_close_hover.svg</file>
<file>dark-green-alt/ads_close_pressed.svg</file>
<file>dark-green-alt/ads_detach.svg</file>
<file>dark-green-alt/ads_detach_hover.svg</file>
<file>dark-green-alt/ads_detach_hover_pressed.svg</file>
<file>dark-green-alt/ads_maximize.svg</file>
<file>dark-green-alt/ads_maximize_hover.svg</file>
<file>dark-green-alt/ads_maximize_pressed.svg</file>
<file>dark-green-alt/ads_menu_button.svg</file>
<file>dark-green-alt/ads_menu_button_hover.svg</file>
<file>dark-green-alt/ads_menu_button_pressed.svg</file>
<file>dark-green-alt/branch_closed.svg</file>
<file>dark-green-alt/branch_closed_hover.svg</file>
<file>dark-green-alt/branch_end.svg</file>
<file>dark-green-alt/branch_end_arrow.svg</file>
<file>dark-green-alt/branch_more.svg</file>
<file>dark-green-alt/branch_more_arrow.svg</file>
<file>dark-green-alt/branch_open.svg</file>
<file>dark-green-alt/branch_open_hover.svg</file>
<file>dark-green-alt/browser_refresh.svg</file>
<file>dark-green-alt/browser_refresh_stop.svg</file>
<file>dark-green-alt/calendar_next.svg</file>
<file>dark-green-alt/calendar_previous.svg</file>
<file>dark-green-alt/checkbox_checked.svg</file>
<file>dark-green-alt/checkbox_checked_disabled.svg</file>
<file>dark-green-alt/checkbox_indeterminate.svg</file>
<file>dark-green-alt/checkbox_indeterminate_disabled.svg</file>
<file>dark-green-alt/checkbox_unchecked.svg</file>
<file>dark-green-alt/checkbox_unchecked_disabled.svg</file>
<file>dark-green-alt/clear_text.svg</file>
<file>dark-green-alt/close.svg</file>
<file>dark-green-alt/close_hover.svg</file>
<file>dark-green-alt/close_pressed.svg</file>
<file>dark-green-alt/computer.svg</file>
<file>dark-green-alt/desktop.svg</file>
<file>dark-green-alt/dialog_apply.svg</file>
<file>dark-green-alt/dialog_cancel.svg</file>
<file>dark-green-alt/dialog_close.svg</file>
<file>dark-green-alt/dialog_discard.svg</file>
<file>dark-green-alt/dialog_help.svg</file>
<file>dark-green-alt/dialog_ignore.svg</file>
<file>dark-green-alt/dialog_no.svg</file>
<file>dark-green-alt/dialog_ok.svg</file>
<file>dark-green-alt/dialog_open.svg</file>
<file>dark-green-alt/dialog_reset.svg</file>
<file>dark-green-alt/dialog_retry.svg</file>
<file>dark-green-alt/dialog_save.svg</file>
<file>dark-green-alt/dialog_save_all.svg</file>
<file>dark-green-alt/dialog_yes_to_all.svg</file>
<file>dark-green-alt/disc_drive.svg</file>
<file>dark-green-alt/down_arrow.svg</file>
<file>dark-green-alt/down_arrow_disabled.svg</file>
<file>dark-green-alt/down_arrow_hover.svg</file>
<file>dark-green-alt/file.svg</file>
<file>dark-green-alt/file_dialog_contents.svg</file>
<file>dark-green-alt/file_dialog_detailed.svg</file>
<file>dark-green-alt/file_dialog_end.svg</file>
<file>dark-green-alt/file_dialog_info.svg</file>
<file>dark-green-alt/file_dialog_list.svg</file>
<file>dark-green-alt/file_dialog_start.svg</file>
<file>dark-green-alt/file_link.svg</file>
<file>dark-green-alt/floppy_drive.svg</file>
<file>dark-green-alt/folder.svg</file>
<file>dark-green-alt/folder_link.svg</file>
<file>dark-green-alt/folder_open.svg</file>
<file>dark-green-alt/folder_open_link.svg</file>
<file>dark-green-alt/hard_drive.svg</file>
<file>dark-green-alt/help.svg</file>
<file>dark-green-alt/hmovetoolbar.svg</file>
<file>dark-green-alt/home_directory.svg</file>
<file>dark-green-alt/horizontal_extension.svg</file>
<file>dark-green-alt/hseptoolbar.svg</file>
<file>dark-green-alt/left_arrow.svg</file>
<file>dark-green-alt/left_arrow_disabled.svg</file>
<file>dark-green-alt/left_arrow_hover.svg</file>
<file>dark-green-alt/maximize.svg</file>
<file>dark-green-alt/menu.svg</file>
<file>dark-green-alt/message_critical.svg</file>
<file>dark-green-alt/message_information.svg</file>
<file>dark-green-alt/message_question.svg</file>
<file>dark-green-alt/message_warning.svg</file>
<file>dark-green-alt/minimize.svg</file>
<file>dark-green-alt/network_drive.svg</file>
<file>dark-green-alt/pause.svg</file>
<file>dark-green-alt/play.svg</file>
<file>dark-green-alt/radio_checked.svg</file>
<file>dark-green-alt/radio_checked_disabled.svg</file>
<file>dark-green-alt/radio_unchecked.svg</file>
<file>dark-green-alt/radio_unchecked_disabled.svg</file>
<file>dark-green-alt/restore.svg</file>
<file>dark-green-alt/restore_defaults.svg</file>
<file>dark-green-alt/right_arrow.svg</file>
<file>dark-green-alt/right_arrow_disabled.svg</file>
<file>dark-green-alt/right_arrow_hover.svg</file>
<file>dark-green-alt/seek_backward.svg</file>
<file>dark-green-alt/seek_forward.svg</file>
<file>dark-green-alt/shade.svg</file>
<file>dark-green-alt/sizegrip.svg</file>
<file>dark-green-alt/skip_backward.svg</file>
<file>dark-green-alt/skip_forward.svg</file>
<file>dark-green-alt/stop.svg</file>
<file>dark-green-alt/stylesheet.qss</file>
<file>dark-green-alt/tab_close.svg</file>
<file>dark-green-alt/transparent.svg</file>
<file>dark-green-alt/trash.svg</file>
<file>dark-green-alt/undock.svg</file>
<file>dark-green-alt/undock_hover.svg</file>
<file>dark-green-alt/undock_hover_pressed.svg</file>
<file>dark-green-alt/unshade.svg</file>
<file>dark-green-alt/up_arrow.svg</file>
<file>dark-green-alt/up_arrow_disabled.svg</file>
<file>dark-green-alt/up_arrow_hover.svg</file>
<file>dark-green-alt/vertical_extension.svg</file>
<file>dark-green-alt/vista_shield.svg</file>
<file>dark-green-alt/vline.svg</file>
<file>dark-green-alt/vmovetoolbar.svg</file>
<file>dark-green-alt/volume.svg</file>
<file>dark-green-alt/volume_muted.svg</file>
<file>dark-green-alt/vseptoolbar.svg</file>
<file>dark-green-alt/window_close.svg</file>
<file>dark-green/ads_close.svg</file>
<file>dark-green/ads_close_hover.svg</file>
<file>dark-green/ads_close_pressed.svg</file>
<file>dark-green/ads_detach.svg</file>
<file>dark-green/ads_detach_hover.svg</file>
<file>dark-green/ads_detach_hover_pressed.svg</file>
<file>dark-green/ads_maximize.svg</file>
<file>dark-green/ads_maximize_hover.svg</file>
<file>dark-green/ads_maximize_pressed.svg</file>
<file>dark-green/ads_menu_button.svg</file>
<file>dark-green/ads_menu_button_hover.svg</file>
<file>dark-green/ads_menu_button_pressed.svg</file>
<file>dark-green/branch_closed.svg</file>
<file>dark-green/branch_closed_hover.svg</file>
<file>dark-green/branch_end.svg</file>
<file>dark-green/branch_end_arrow.svg</file>
<file>dark-green/branch_more.svg</file>
<file>dark-green/branch_more_arrow.svg</file>
<file>dark-green/branch_open.svg</file>
<file>dark-green/branch_open_hover.svg</file>
<file>dark-green/browser_refresh.svg</file>
<file>dark-green/browser_refresh_stop.svg</file>
<file>dark-green/calendar_next.svg</file>
<file>dark-green/calendar_previous.svg</file>
<file>dark-green/checkbox_checked.svg</file>
<file>dark-green/checkbox_checked_disabled.svg</file>
<file>dark-green/checkbox_indeterminate.svg</file>
<file>dark-green/checkbox_indeterminate_disabled.svg</file>
<file>dark-green/checkbox_unchecked.svg</file>
<file>dark-green/checkbox_unchecked_disabled.svg</file>
<file>dark-green/clear_text.svg</file>
<file>dark-green/close.svg</file>
<file>dark-green/close_hover.svg</file>
<file>dark-green/close_pressed.svg</file>
<file>dark-green/computer.svg</file>
<file>dark-green/desktop.svg</file>
<file>dark-green/dialog_apply.svg</file>
<file>dark-green/dialog_cancel.svg</file>
<file>dark-green/dialog_close.svg</file>
<file>dark-green/dialog_discard.svg</file>
<file>dark-green/dialog_help.svg</file>
<file>dark-green/dialog_ignore.svg</file>
<file>dark-green/dialog_no.svg</file>
<file>dark-green/dialog_ok.svg</file>
<file>dark-green/dialog_open.svg</file>
<file>dark-green/dialog_reset.svg</file>
<file>dark-green/dialog_retry.svg</file>
<file>dark-green/dialog_save.svg</file>
<file>dark-green/dialog_save_all.svg</file>
<file>dark-green/dialog_yes_to_all.svg</file>
<file>dark-green/disc_drive.svg</file>
<file>dark-green/down_arrow.svg</file>
<file>dark-green/down_arrow_disabled.svg</file>
<file>dark-green/down_arrow_hover.svg</file>
<file>dark-green/file.svg</file>
<file>dark-green/file_dialog_contents.svg</file>
<file>dark-green/file_dialog_detailed.svg</file>
<file>dark-green/file_dialog_end.svg</file>
<file>dark-green/file_dialog_info.svg</file>
<file>dark-green/file_dialog_list.svg</file>
<file>dark-green/file_dialog_start.svg</file>
<file>dark-green/file_link.svg</file>
<file>dark-green/floppy_drive.svg</file>
<file>dark-green/folder.svg</file>
<file>dark-green/folder_link.svg</file>
<file>dark-green/folder_open.svg</file>
<file>dark-green/folder_open_link.svg</file>
<file>dark-green/hard_drive.svg</file>
<file>dark-green/help.svg</file>
<file>dark-green/hmovetoolbar.svg</file>
<file>dark-green/home_directory.svg</file>
<file>dark-green/horizontal_extension.svg</file>
<file>dark-green/hseptoolbar.svg</file>
<file>dark-green/left_arrow.svg</file>
<file>dark-green/left_arrow_disabled.svg</file>
<file>dark-green/left_arrow_hover.svg</file>
<file>dark-green/maximize.svg</file>
<file>dark-green/menu.svg</file>
<file>dark-green/message_critical.svg</file>
<file>dark-green/message_information.svg</file>
<file>dark-green/message_question.svg</file>
<file>dark-green/message_warning.svg</file>
<file>dark-green/minimize.svg</file>
<file>dark-green/network_drive.svg</file>
<file>dark-green/pause.svg</file>
<file>dark-green/play.svg</file>
<file>dark-green/radio_checked.svg</file>
<file>dark-green/radio_checked_disabled.svg</file>
<file>dark-green/radio_unchecked.svg</file>
<file>dark-green/radio_unchecked_disabled.svg</file>
<file>dark-green/restore.svg</file>
<file>dark-green/restore_defaults.svg</file>
<file>dark-green/right_arrow.svg</file>
<file>dark-green/right_arrow_disabled.svg</file>
<file>dark-green/right_arrow_hover.svg</file>
<file>dark-green/seek_backward.svg</file>
<file>dark-green/seek_forward.svg</file>
<file>dark-green/shade.svg</file>
<file>dark-green/sizegrip.svg</file>
<file>dark-green/skip_backward.svg</file>
<file>dark-green/skip_forward.svg</file>
<file>dark-green/stop.svg</file>
<file>dark-green/stylesheet.qss</file>
<file>dark-green/tab_close.svg</file>
<file>dark-green/transparent.svg</file>
<file>dark-green/trash.svg</file>
<file>dark-green/undock.svg</file>
<file>dark-green/undock_hover.svg</file>
<file>dark-green/undock_hover_pressed.svg</file>
<file>dark-green/unshade.svg</file>
<file>dark-green/up_arrow.svg</file>
<file>dark-green/up_arrow_disabled.svg</file>
<file>dark-green/up_arrow_hover.svg</file>
<file>dark-green/vertical_extension.svg</file>
<file>dark-green/vista_shield.svg</file>
<file>dark-green/vline.svg</file>
<file>dark-green/vmovetoolbar.svg</file>
<file>dark-green/volume.svg</file>
<file>dark-green/volume_muted.svg</file>
<file>dark-green/vseptoolbar.svg</file>
<file>dark-green/window_close.svg</file>
<file>dark-pink-alt/ads_close.svg</file>
<file>dark-pink-alt/ads_close_hover.svg</file>
<file>dark-pink-alt/ads_close_pressed.svg</file>
<file>dark-pink-alt/ads_detach.svg</file>
<file>dark-pink-alt/ads_detach_hover.svg</file>
<file>dark-pink-alt/ads_detach_hover_pressed.svg</file>
<file>dark-pink-alt/ads_maximize.svg</file>
<file>dark-pink-alt/ads_maximize_hover.svg</file>
<file>dark-pink-alt/ads_maximize_pressed.svg</file>
<file>dark-pink-alt/ads_menu_button.svg</file>
<file>dark-pink-alt/ads_menu_button_hover.svg</file>
<file>dark-pink-alt/ads_menu_button_pressed.svg</file>
<file>dark-pink-alt/branch_closed.svg</file>
<file>dark-pink-alt/branch_closed_hover.svg</file>
<file>dark-pink-alt/branch_end.svg</file>
<file>dark-pink-alt/branch_end_arrow.svg</file>
<file>dark-pink-alt/branch_more.svg</file>
<file>dark-pink-alt/branch_more_arrow.svg</file>
<file>dark-pink-alt/branch_open.svg</file>
<file>dark-pink-alt/branch_open_hover.svg</file>
<file>dark-pink-alt/browser_refresh.svg</file>
<file>dark-pink-alt/browser_refresh_stop.svg</file>
<file>dark-pink-alt/calendar_next.svg</file>
<file>dark-pink-alt/calendar_previous.svg</file>
<file>dark-pink-alt/checkbox_checked.svg</file>
<file>dark-pink-alt/checkbox_checked_disabled.svg</file>
<file>dark-pink-alt/checkbox_indeterminate.svg</file>
<file>dark-pink-alt/checkbox_indeterminate_disabled.svg</file>
<file>dark-pink-alt/checkbox_unchecked.svg</file>
<file>dark-pink-alt/checkbox_unchecked_disabled.svg</file>
<file>dark-pink-alt/clear_text.svg</file>
<file>dark-pink-alt/close.svg</file>
<file>dark-pink-alt/close_hover.svg</file>
<file>dark-pink-alt/close_pressed.svg</file>
<file>dark-pink-alt/computer.svg</file>
<file>dark-pink-alt/desktop.svg</file>
<file>dark-pink-alt/dialog_apply.svg</file>
<file>dark-pink-alt/dialog_cancel.svg</file>
<file>dark-pink-alt/dialog_close.svg</file>
<file>dark-pink-alt/dialog_discard.svg</file>
<file>dark-pink-alt/dialog_help.svg</file>
<file>dark-pink-alt/dialog_ignore.svg</file>
<file>dark-pink-alt/dialog_no.svg</file>
<file>dark-pink-alt/dialog_ok.svg</file>
<file>dark-pink-alt/dialog_open.svg</file>
<file>dark-pink-alt/dialog_reset.svg</file>
<file>dark-pink-alt/dialog_retry.svg</file>
<file>dark-pink-alt/dialog_save.svg</file>
<file>dark-pink-alt/dialog_save_all.svg</file>
<file>dark-pink-alt/dialog_yes_to_all.svg</file>
<file>dark-pink-alt/disc_drive.svg</file>
<file>dark-pink-alt/down_arrow.svg</file>
<file>dark-pink-alt/down_arrow_disabled.svg</file>
<file>dark-pink-alt/down_arrow_hover.svg</file>
<file>dark-pink-alt/file.svg</file>
<file>dark-pink-alt/file_dialog_contents.svg</file>
<file>dark-pink-alt/file_dialog_detailed.svg</file>
<file>dark-pink-alt/file_dialog_end.svg</file>
<file>dark-pink-alt/file_dialog_info.svg</file>
<file>dark-pink-alt/file_dialog_list.svg</file>
<file>dark-pink-alt/file_dialog_start.svg</file>
<file>dark-pink-alt/file_link.svg</file>
<file>dark-pink-alt/floppy_drive.svg</file>
<file>dark-pink-alt/folder.svg</file>
<file>dark-pink-alt/folder_link.svg</file>
<file>dark-pink-alt/folder_open.svg</file>
<file>dark-pink-alt/folder_open_link.svg</file>
<file>dark-pink-alt/hard_drive.svg</file>
<file>dark-pink-alt/help.svg</file>
<file>dark-pink-alt/hmovetoolbar.svg</file>
<file>dark-pink-alt/home_directory.svg</file>
<file>dark-pink-alt/horizontal_extension.svg</file>
<file>dark-pink-alt/hseptoolbar.svg</file>
<file>dark-pink-alt/left_arrow.svg</file>
<file>dark-pink-alt/left_arrow_disabled.svg</file>
<file>dark-pink-alt/left_arrow_hover.svg</file>
<file>dark-pink-alt/maximize.svg</file>
<file>dark-pink-alt/menu.svg</file>
<file>dark-pink-alt/message_critical.svg</file>
<file>dark-pink-alt/message_information.svg</file>
<file>dark-pink-alt/message_question.svg</file>
<file>dark-pink-alt/message_warning.svg</file>
<file>dark-pink-alt/minimize.svg</file>
<file>dark-pink-alt/network_drive.svg</file>
<file>dark-pink-alt/pause.svg</file>
<file>dark-pink-alt/play.svg</file>
<file>dark-pink-alt/radio_checked.svg</file>
<file>dark-pink-alt/radio_checked_disabled.svg</file>
<file>dark-pink-alt/radio_unchecked.svg</file>
<file>dark-pink-alt/radio_unchecked_disabled.svg</file>
<file>dark-pink-alt/restore.svg</file>
<file>dark-pink-alt/restore_defaults.svg</file>
<file>dark-pink-alt/right_arrow.svg</file>
<file>dark-pink-alt/right_arrow_disabled.svg</file>
<file>dark-pink-alt/right_arrow_hover.svg</file>
<file>dark-pink-alt/seek_backward.svg</file>
<file>dark-pink-alt/seek_forward.svg</file>
<file>dark-pink-alt/shade.svg</file>
<file>dark-pink-alt/sizegrip.svg</file>
<file>dark-pink-alt/skip_backward.svg</file>
<file>dark-pink-alt/skip_forward.svg</file>
<file>dark-pink-alt/stop.svg</file>
<file>dark-pink-alt/stylesheet.qss</file>
<file>dark-pink-alt/tab_close.svg</file>
<file>dark-pink-alt/transparent.svg</file>
<file>dark-pink-alt/trash.svg</file>
<file>dark-pink-alt/undock.svg</file>
<file>dark-pink-alt/undock_hover.svg</file>
<file>dark-pink-alt/undock_hover_pressed.svg</file>
<file>dark-pink-alt/unshade.svg</file>
<file>dark-pink-alt/up_arrow.svg</file>
<file>dark-pink-alt/up_arrow_disabled.svg</file>
<file>dark-pink-alt/up_arrow_hover.svg</file>
<file>dark-pink-alt/vertical_extension.svg</file>
<file>dark-pink-alt/vista_shield.svg</file>
<file>dark-pink-alt/vline.svg</file>
<file>dark-pink-alt/vmovetoolbar.svg</file>
<file>dark-pink-alt/volume.svg</file>
<file>dark-pink-alt/volume_muted.svg</file>
<file>dark-pink-alt/vseptoolbar.svg</file>
<file>dark-pink-alt/window_close.svg</file>
<file>dark-pink/ads_close.svg</file>
<file>dark-pink/ads_close_hover.svg</file>
<file>dark-pink/ads_close_pressed.svg</file>
<file>dark-pink/ads_detach.svg</file>
<file>dark-pink/ads_detach_hover.svg</file>
<file>dark-pink/ads_detach_hover_pressed.svg</file>
<file>dark-pink/ads_maximize.svg</file>
<file>dark-pink/ads_maximize_hover.svg</file>
<file>dark-pink/ads_maximize_pressed.svg</file>
<file>dark-pink/ads_menu_button.svg</file>
<file>dark-pink/ads_menu_button_hover.svg</file>
<file>dark-pink/ads_menu_button_pressed.svg</file>
<file>dark-pink/branch_closed.svg</file>
<file>dark-pink/branch_closed_hover.svg</file>
<file>dark-pink/branch_end.svg</file>
<file>dark-pink/branch_end_arrow.svg</file>
<file>dark-pink/branch_more.svg</file>
<file>dark-pink/branch_more_arrow.svg</file>
<file>dark-pink/branch_open.svg</file>
<file>dark-pink/branch_open_hover.svg</file>
<file>dark-pink/browser_refresh.svg</file>
<file>dark-pink/browser_refresh_stop.svg</file>
<file>dark-pink/calendar_next.svg</file>
<file>dark-pink/calendar_previous.svg</file>
<file>dark-pink/checkbox_checked.svg</file>
<file>dark-pink/checkbox_checked_disabled.svg</file>
<file>dark-pink/checkbox_indeterminate.svg</file>
<file>dark-pink/checkbox_indeterminate_disabled.svg</file>
<file>dark-pink/checkbox_unchecked.svg</file>
<file>dark-pink/checkbox_unchecked_disabled.svg</file>
<file>dark-pink/clear_text.svg</file>
<file>dark-pink/close.svg</file>
<file>dark-pink/close_hover.svg</file>
<file>dark-pink/close_pressed.svg</file>
<file>dark-pink/computer.svg</file>
<file>dark-pink/desktop.svg</file>
<file>dark-pink/dialog_apply.svg</file>
<file>dark-pink/dialog_cancel.svg</file>
<file>dark-pink/dialog_close.svg</file>
<file>dark-pink/dialog_discard.svg</file>
<file>dark-pink/dialog_help.svg</file>
<file>dark-pink/dialog_ignore.svg</file>
<file>dark-pink/dialog_no.svg</file>
<file>dark-pink/dialog_ok.svg</file>
<file>dark-pink/dialog_open.svg</file>
<file>dark-pink/dialog_reset.svg</file>
<file>dark-pink/dialog_retry.svg</file>
<file>dark-pink/dialog_save.svg</file>
<file>dark-pink/dialog_save_all.svg</file>
<file>dark-pink/dialog_yes_to_all.svg</file>
<file>dark-pink/disc_drive.svg</file>
<file>dark-pink/down_arrow.svg</file>
<file>dark-pink/down_arrow_disabled.svg</file>
<file>dark-pink/down_arrow_hover.svg</file>
<file>dark-pink/file.svg</file>
<file>dark-pink/file_dialog_contents.svg</file>
<file>dark-pink/file_dialog_detailed.svg</file>
<file>dark-pink/file_dialog_end.svg</file>
<file>dark-pink/file_dialog_info.svg</file>
<file>dark-pink/file_dialog_list.svg</file>
<file>dark-pink/file_dialog_start.svg</file>
<file>dark-pink/file_link.svg</file>
<file>dark-pink/floppy_drive.svg</file>
<file>dark-pink/folder.svg</file>
<file>dark-pink/folder_link.svg</file>
<file>dark-pink/folder_open.svg</file>
<file>dark-pink/folder_open_link.svg</file>
<file>dark-pink/hard_drive.svg</file>
<file>dark-pink/help.svg</file>
<file>dark-pink/hmovetoolbar.svg</file>
<file>dark-pink/home_directory.svg</file>
<file>dark-pink/horizontal_extension.svg</file>
<file>dark-pink/hseptoolbar.svg</file>
<file>dark-pink/left_arrow.svg</file>
<file>dark-pink/left_arrow_disabled.svg</file>
<file>dark-pink/left_arrow_hover.svg</file>
<file>dark-pink/maximize.svg</file>
<file>dark-pink/menu.svg</file>
<file>dark-pink/message_critical.svg</file>
<file>dark-pink/message_information.svg</file>
<file>dark-pink/message_question.svg</file>
<file>dark-pink/message_warning.svg</file>
<file>dark-pink/minimize.svg</file>
<file>dark-pink/network_drive.svg</file>
<file>dark-pink/pause.svg</file>
<file>dark-pink/play.svg</file>
<file>dark-pink/radio_checked.svg</file>
<file>dark-pink/radio_checked_disabled.svg</file>
<file>dark-pink/radio_unchecked.svg</file>
<file>dark-pink/radio_unchecked_disabled.svg</file>
<file>dark-pink/restore.svg</file>
<file>dark-pink/restore_defaults.svg</file>
<file>dark-pink/right_arrow.svg</file>
<file>dark-pink/right_arrow_disabled.svg</file>
<file>dark-pink/right_arrow_hover.svg</file>
<file>dark-pink/seek_backward.svg</file>
<file>dark-pink/seek_forward.svg</file>
<file>dark-pink/shade.svg</file>
<file>dark-pink/sizegrip.svg</file>
<file>dark-pink/skip_backward.svg</file>
<file>dark-pink/skip_forward.svg</file>
<file>dark-pink/stop.svg</file>
<file>dark-pink/stylesheet.qss</file>
<file>dark-pink/tab_close.svg</file>
<file>dark-pink/transparent.svg</file>
<file>dark-pink/trash.svg</file>
<file>dark-pink/undock.svg</file>
<file>dark-pink/undock_hover.svg</file>
<file>dark-pink/undock_hover_pressed.svg</file>
<file>dark-pink/unshade.svg</file>
<file>dark-pink/up_arrow.svg</file>
<file>dark-pink/up_arrow_disabled.svg</file>
<file>dark-pink/up_arrow_hover.svg</file>
<file>dark-pink/vertical_extension.svg</file>
<file>dark-pink/vista_shield.svg</file>
<file>dark-pink/vline.svg</file>
<file>dark-pink/vmovetoolbar.svg</file>
<file>dark-pink/volume.svg</file>
<file>dark-pink/volume_muted.svg</file>
<file>dark-pink/vseptoolbar.svg</file>
<file>dark-pink/window_close.svg</file>
<file>dark-purple-alt/ads_close.svg</file>
<file>dark-purple-alt/ads_close_hover.svg</file>
<file>dark-purple-alt/ads_close_pressed.svg</file>
<file>dark-purple-alt/ads_detach.svg</file>
<file>dark-purple-alt/ads_detach_hover.svg</file>
<file>dark-purple-alt/ads_detach_hover_pressed.svg</file>
<file>dark-purple-alt/ads_maximize.svg</file>
<file>dark-purple-alt/ads_maximize_hover.svg</file>
<file>dark-purple-alt/ads_maximize_pressed.svg</file>
<file>dark-purple-alt/ads_menu_button.svg</file>
<file>dark-purple-alt/ads_menu_button_hover.svg</file>
<file>dark-purple-alt/ads_menu_button_pressed.svg</file>
<file>dark-purple-alt/branch_closed.svg</file>
<file>dark-purple-alt/branch_closed_hover.svg</file>
<file>dark-purple-alt/branch_end.svg</file>
<file>dark-purple-alt/branch_end_arrow.svg</file>
<file>dark-purple-alt/branch_more.svg</file>
<file>dark-purple-alt/branch_more_arrow.svg</file>
<file>dark-purple-alt/branch_open.svg</file>
<file>dark-purple-alt/branch_open_hover.svg</file>
<file>dark-purple-alt/browser_refresh.svg</file>
<file>dark-purple-alt/browser_refresh_stop.svg</file>
<file>dark-purple-alt/calendar_next.svg</file>
<file>dark-purple-alt/calendar_previous.svg</file>
<file>dark-purple-alt/checkbox_checked.svg</file>
<file>dark-purple-alt/checkbox_checked_disabled.svg</file>
<file>dark-purple-alt/checkbox_indeterminate.svg</file>
<file>dark-purple-alt/checkbox_indeterminate_disabled.svg</file>
<file>dark-purple-alt/checkbox_unchecked.svg</file>
<file>dark-purple-alt/checkbox_unchecked_disabled.svg</file>