-
Notifications
You must be signed in to change notification settings - Fork 32
/
My Simple Theme OpenCore.html
977 lines (922 loc) · 66.8 KB
/
My Simple Theme OpenCore.html
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
<!doctype html>
<!-- Created with GFM2HTML: https://github.com/rvagg/gfm2html -->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="created-with" content="https://github.com/rvagg/gfm2html">
<body style="background-color:#2d313a;">
<a id="top"></a>
<style type="text/css">
/* most of normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}[hidden],template{display:none;}html{font-family:sans-serif;/*1*/-ms-text-size-adjust:100%;/*2*/-webkit-text-size-adjust:100%;/*2*/}body{margin:0;}a{background:transparent;}a:focus{outline:thindotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em0;}abbr[title]{border-bottom:1pxdotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C""\201D""\2018""\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}table{border-collapse:collapse;border-spacing:0;}
html {
font: 14px 'Helvetica Neue', Helvetica, arial, freesans, clean, sans-serif;
}
.container {
line-height: 1.6;
color: #333;
background: #eee;
border-radius: 3px;
padding: 3px;
width: 790px;
margin: 10px auto;
}
.body-content {
background-color: #DCDCDC;
border: 1px solid #343434;
padding: 30px;
}
.body-content > *:first-child {
margin-top: 0 !important;
}
a, a:visited {
color: #4183c4;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p, blockquote, ul, ol, dl, table, pre {
margin: 15px 0;
}
.markdown-body h1
, .markdown-body h2
, .markdown-body h3
, .markdown-body h4
, .markdown-body h5
, .markdown-body h6 {
margin: 20px 0 10px;
padding: 0;
font-weight: bold;
}
h1 {
font-size: 2.5em;
color: #000;
border-bottom: 1px solid #ddd;
}
h2 {
font-size: 2em;
border-bottom: 1px solid #eee;
color: #000;
}
img {
max-width: 100%;
}
hr {
background: transparent url("/img/hr.png") repeat-x 0 0;
border: 0 none;
color: #ccc;
height: 4px;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
tr:nth-child(2n) {
background-color: #f8f8f8;
}
.markdown-body tr {
border-top: 1px solid #ccc;
background-color: #fff;
}
td, th {
border: 1px solid #ccc;
padding: 6px 13px;
}
th {
font-weight: bold;
}
blockquote {
border-left: 4px solid #ddd;
padding: 0 15px;
color: #777;
}
blockquote > :last-child, blockquote > :first-child {
margin-bottom: 0px;
}
pre, code {
font-size: 13px;
font-family: 'UbuntuMono', monospace;
white-space: nowrap;
margin: 0 2px;
padding: 0px 5px;
border: 1px solid #eaeaea;
background-color: #f8f8f8;
border-radius: 3px;
}
pre > code {
white-space: pre;
}
pre {
overflow-x: auto;
white-space: pre;
padding: 10px;
line-height: 150%;
background-color: #f8f8f8;
border-color: #ccc;
}
pre code, pre tt {
margin: 0;
padding: 0;
border: 0;
background-color: transparent;
border: none;
}
.highlight .c
, .highlight .cm
, .highlight .cp
, .highlight .c1 {
color:#999988;
font-style:italic;
}
.highlight .err {
color:#a61717;
background-color:#e3d2d2
}
.highlight .o
, .highlight .gs
, .highlight .kc
, .highlight .kd
, .highlight .kn
, .highlight .kp
, .highlight .kr {
font-weight:bold
}
.highlight .cs {
color:#999999;
font-weight:bold;
font-style:italic
}
.highlight .gd {
color:#000000;
background-color:#ffdddd
}
.highlight .gd .x {
color:#000000;
background-color:#ffaaaa
}
.highlight .ge {
font-style:italic
}
.highlight .gr
, .highlight .gt {
color:#aa0000
}
.highlight .gh
, .highlight .bp {
color:#999999
}
.highlight .gi {
color:#000000;
background-color:#ddffdd
}
.highlight .gi .x {
color:#000000;
background-color:#aaffaa
}
.highlight .go {
color:#888888
}
.highlight .gp
, .highlight .nn {
color:#555555
}
.highlight .gu {
color:#800080;
font-weight:bold
}
.highlight .kt {
color:#445588;
font-weight:bold
}
.highlight .m
, .highlight .mf
, .highlight .mh
, .highlight .mi
, .highlight .mo
, .highlight .il {
color:#009999
}
.highlight .s
, .highlight .sb
, .highlight .sc
, .highlight .sd
, .highlight .s2
, .highlight .se
, .highlight .sh
, .highlight .si
, .highlight .sx
, .highlight .s1 {
color:#d14
}
.highlight .n {
color:#333333
}
.highlight .na
, .highlight .no
, .highlight .nv
, .highlight .vc
, .highlight .vg
, .highlight .vi
, .highlight .nb {
color:#0086B3
}
.highlight .nc {
color:#445588;
font-weight:bold
}
.highlight .ni {
color:#800080
}
.highlight .ne
, .highlight .nf {
color:#990000;
font-weight:bold
}
.highlight .nt {
color:#000080
}
.highlight .ow {
font-weight:bold
}
.highlight .w {
color:#bbbbbb
}
.highlight .sr {
color:#009926
}
.highlight .ss {
color:#990073
}
.highlight .gc {
color:#999;
background-color:#EAF2F5
}
@media print {
.container {
background: transparent;
border-radius: 0;
padding: 0;
}
.body-content {
border: none;
}
}
</style>
</head>
<body>
<div class="container">
<div class="body-content"><table>
<thead>
<tr>
<tr>My Simple Theme OpenCore</tr>
<th style="text-align:left">Download</th>
<th style="text-align:left">Update</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left">Themes for OpenCore 0.7.0 and Higher</td>
<td style="text-align:left">24 Nov 2024 ➥ Add Flavours-AppleIcons</td>
<td></td>
</tr>
</tbody>
</table>
<hr>
<ul>
<li>Downloads ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/blob/master/Background%20Collections.md">Background Collections for all themes</a></li>
</ul>
<p>⬇︎ View Boot screen and Downloads Themes OpenCore 0.7.0 and higher</p>
<ul>
<li>Set Up ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/blob/master/Setup-PickerVariant.md">Flavours Themes</a></li>
</ul>
<hr>
<p>Downloads ⇩</p>
<ul>
<li><p><a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-AppleIcons.zip">Flavours-AppleIcons</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-AppleIcons.png"></p>
</li>
<li><p><a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-SimpleRond.zip">Flavours-SimpleRond</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-SimpleRond.png"></p>
</li>
<li><p><a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Curvy.zip">Flavours-Curvy</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Curvy.png"></p>
</li>
<li><p><a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-AppleBadge.zip">Flavours-AppleBadge</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-AppleBadge.png"></p>
</li>
<li><p><a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Sequoia.zip">Flavours-Sequoia</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Sequoia.png"></p>
</li>
<li><p><a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-MetalDisk.zip">Flavours-MetalDisk</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-MetalDisk.png"></p>
</li>
<li><p><a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Diamond.zip">Flavours-Diamond</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Diamond.png"></p>
</li>
<li><p><a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-NewDisk.zip">Flavours-NewDisk</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-NewDisk.png"></p>
</li>
<li><p><a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-FrameApps.zip">Flavours-FrameApps</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-FrameApps.png"></p>
</li>
<li><p><a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Apps.zip">Flavours-Apps</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Apps.png"></p>
</li>
<li><p><a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-AppleSlimA.zip">Flavours-AppleSlimA</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-AppleSlimA.png"></p>
</li>
<li><p><a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-AppleSlim.zip">Flavours-AppleSlim</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-AppleSlim.png"></p>
</li>
<li><p><a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Apple15.zip">Flavours-Apple15</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Apple15.png"></p>
</li>
<li><p><a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-IconA.zip">Flavours-IconA</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-IconA.png"></p>
</li>
<li><p><a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-AppleBuild-3.zip">Flavours-AppleBuild-3</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-AppleBuild-3.png"></p>
</li>
<li><p><a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-AppleWave.zip">Flavours-AppleWave</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-AppleWave.png"></p>
</li>
<li><p><a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-AppleBuild.zip">Flavours-AppleBuild</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-AppleBuild.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/AppleDev.zip">AppleDev</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/AppleDev.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-4D.zip">Flavours-4D</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-4D.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-ShadowSquare.zip">Flavours-ShadowSquare</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-ShadowSquare.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-RoundSquare.zip">Flavours-RoundSquare</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-RoundSquare.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-FadeDisk.zip">Flavours-FadeDisk</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-FadeDisk.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Disk.zip">Flavours-Disk</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Disk.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-iMac.zip">Flavours-iMac</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-iMac.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Planet.zip">Flavours-Planet</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Planet.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Stage.zip">Flavours-Stage</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Stage.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-FadeIcon.zip">Flavours-FadeIcon</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-FadeIcon.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-FadeEdge.zip">Flavours-FadeEdge</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-FadeEdge.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/GreySimpleRond.zip">GreySimpleRond</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/GreySimpleRond.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Hacker.zip">Hacker</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Hacker.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Square.zip">Flavours-Square</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Square.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-AppleSquare.zip">Flavours-AppleSquare</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-AppleSquare.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/AppleShadow.zip">AppleShadow</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/AppleShadow.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Incrusted.zip">Flavours-Incrusted</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Incrusted.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/ApplePurple.zip">ApplePurple</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/ApplePurple.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-AppleSide.zip">Flavours-AppleSide</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-AppleSide.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Apple3D.zip">Flavours-Apple3D</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Apple3D.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Apple.zip">Flavours-Apple</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Apple.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-ShadowRing.zip">Flavours-ShadowRing</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC--Themes/raw/master/View%20Boot%200.7/Flavours-ShadowRing.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Christmas.zip">Flavours-Christmas</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Christmas.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Form.zip">Flavours-Form</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Form.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-NLight.zip">Flavours-NLight</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-NLight.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Apple-Fast.zip">Apple-Fast</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Apple-Fast.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Flash.zip">Flavours-Flash</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Flash.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Rainbow.zip">Flavours-Rainbow</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Rainbow.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-IOS.zip">Flavours-IOS</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-IOS.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Titanium.zip">Flavours-Titanium</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Titanium.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Titanium.zip">Titanium</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Titanium.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-BlackWhite.zip">Flavours-BlackWhite</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-BlackWhite.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Dev.zip">Flavours-Dev</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Dev.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-IOSDark.zip">Flavours-IOSDark</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-IOSDark.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-IOSWhite.zip">Flavours-IOSWhite</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-IOSWhite.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-GradientDark.zip">Flavours-GradientDark</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-GradientDark.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Silver.zip">Flavours-Silver</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Silver.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-R-B.zip">Flavours-R-B</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-R-B.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Ring.zip">Flavours-Ring</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Ring.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-T.zip">Flavours-T</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-T.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Nice.zip">Flavours-Nice</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Nice.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-BlueFull.zip">Flavours-BlueFull</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-BlueFull.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-BlueC.zip">Flavours-BlueC</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-BlueC.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Alt.zip">Flavours-Alt</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Alt.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Free.zip">Flavours-Free</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Free.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-OC.zip">Flavours-OC</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-OC.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-OS.zip">Flavours-OS</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-OS.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Drive.zip">Flavours-Drive</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Drive.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-PerfectOS.zip">Flavours-PerfectOS</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-PerfectOS.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-SmoothGrad.zip">Flavours-SmoothGrad</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-SmoothGrad.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-C.zip">Flavours-C</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-C.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Sonoma14.zip">Flavours-Sonoma14</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Sonoma14.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Ventura13.zip">Flavours-Ventura13</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Ventura13.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/AMD-Ryzen.zip">AMD-Ryzen</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/AMD-Ryzen.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-CleanDark.zip">Flavours-CleanDark</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-CleanDark.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Paper.zip">Flavours-Paper</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Paper.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/NaturaliMac.zip">NaturaliMac</a>
<img loading="lazy" width="850" alt="1" src="https://user-images.githubusercontent.com/6248794/217108520-9b8fd2ff-11fd-4dfd-ba86-cdbc807fdb1a.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Magnifico.zip">Flavours-Magnifico</a>
If you want to use Disk icons, see readme.txt inside theme
<img loading="lazy" width="850" alt="1" src="https://user-images.githubusercontent.com/6248794/216704124-167c6d88-c244-426e-ba1a-a0882d67cae4.gif"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-AppleMonterey.zip">Flavours-AppleMonterey</a>
<img oading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-AppleMonterey.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/NaturalMacBook.zip">NaturalMacBook</a>
<img oading="lazy" width="850" alt="1" src="https://user-images.githubusercontent.com/6248794/215901767-bfc9da61-2c2c-4851-b2a7-5592a93486b5.gif "></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/PrimitiveMacDrive-3.zip">PrimitiveMacDrive-3</a> Same as Ventura side bar disk (Badge not Visible)
<img loading="lazy" width="850" alt="1" src="https://user-images.githubusercontent.com/6248794/212540372-60a193dc-7aef-4b77-a024-ba138435f15d.gif"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/PrimitiveMacDrive-2.zip">PrimitiveMacDrive-2</a> Same as Ventura side bar disk
<img loading="lazy" width="850" alt="1" src="https://user-images.githubusercontent.com/6248794/212502148-c72b686a-c565-4eb5-be65-2a7a50442952.gif"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/PrimitiveMacDrive.zip">PrimitiveMacDrive</a>
<img loading="lazy" width="850" alt="1" src="https://user-images.githubusercontent.com/6248794/212487344-d325e37a-f92e-40ff-8420-2d701556432f.gif"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Primitive-MacPro.zip">Primitive-MacPro</a> Gen@1 MacPro
<img loading="lazy" width="850" alt="1" src="https://user-images.githubusercontent.com/6248794/212458802-cc66afe6-3e93-4b6f-9eae-6014edc89fb3.gif"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Primitive-MacProGrey.zip">Primitive-MacProGrey</a> Gen@1 MacPro
<img loading="lazy" width="850" alt="1" src="https://user-images.githubusercontent.com/6248794/212474861-dcf1b470-c8e3-4973-92b5-18434906ac27.gif"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/PrimitiveMacPro.zip">PrimitiveMacPro</a> Gen@3 MacPro
<img loading="lazy" width="850" alt="1" src="https://user-images.githubusercontent.com/6248794/212457498-f883ba95-efb1-45b2-8512-5c12a3181888.gif"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/PrimitiveMacProGrey.zip">PrimitiveMacProGrey</a> Gen@3 MacPro
<img loading="lazy" width="850" alt="1" src="https://user-images.githubusercontent.com/6248794/212474862-be2e24ab-2619-4ae4-b723-76bfa1aa63b4.gif"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-DarkSide.zip">Flavours-DarkSide</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-DarkSide.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Gradient.zip">Flavours-Gradient</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Gradient.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Mountain.zip">Flavours-Mountain</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Mountain.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-D.zip">Flavours-D</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-D.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Wonderfull.zip">Flavours-Wonderfull</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Wonderfull.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Frame.zip">Flavours-Frame</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Frame.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Blue.zip">Flavours-Blue</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Blue.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes//releases/download/Archive_New-ThemesFlavours-Design.zip">Flavours-Design</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Design.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-MacSystem.zip">Flavours-MacSystem</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-MacSystem.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Border.zip">Flavours-Border</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Border.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-AppleCity.zip">Flavours-AppleCity</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-AppleCity.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Mac.zip">Flavours-Mac</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Mac.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-macOS13.zip">Flavours-MacOS13</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-macOS13.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-macIOS.zip">Flavours-macIOS</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-macIOS.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Metallic.zip">Flavours-Metallic</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Metallic.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Metal.zip">Flavours-Metal</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Metal.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Metal-Design.zip">Flavours-Metal-Design</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Metal-Design.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Spot-Light-Ventura.zip">Flavours-Spot-Light-Ventura</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Spot-Light-Ventura.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-SSD.zip">Flavours-SSD</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-SSD.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-System.zip">Flavours-System</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-System.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-Tech.zip">Flavours-Tech</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-Tech.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours-X.zip">Flavours-X</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours-X.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flavours.zip">Flavours</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flavours.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/5KMacBadge.zip">5KMacBadge</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/5KMacBadge.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/5KMac.zip">5KMac</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/5KMac.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/3Ddesign.zip">3Ddesign</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/3Ddesign.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Action.zip">Action</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Action.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/AloySteel.zip">ALoySteel</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/AloySteel.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/ApplePark.zip">ApplePark</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/ApplePark.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/BeautyAngle.zip">BeautyAngle</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/BeautyAngle.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/BellaColore.zip">BellaColore</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/BellaColore.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/BeautySteel.zip">BeautySteel</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/BeautySteel.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/BlackBeauty.zip">BlackBeauty</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/BlackBeauty.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/BlackLight.zip">BlackLight</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/BlackLight.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/BlueGrey.zip">BlueGrey</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/BlueGrey.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/BlueGreyMac.zip">BlueGreyMac</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/BlueGreyMac.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/BlueShadow.zip">BlueShadow</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/BlueShadow.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/BlueSky.zip">BlueSky</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/BlueSky.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Block3D.zip">Block3D</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Block3D.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/BlueBots.zip">BlueBots</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/BlueBots.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/BS-Exposure.zip">BS-Exposure</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/BS-Exposure.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/CoolBoot.zip">CoolBoot</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/CoolBoot.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Coloryst.zip">Coloryst</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Coloryst.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/CollorBeauty.zip">CollorBeauty</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/CollorBeauty.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Darker.zip">Darker</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Darker.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/DarkGreen.zip">DarkGreen</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/DarkGreen.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/DarkPurpleMetal.zip">DarkPurpleMetal</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/DarkPurpleMetal.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/DarkSpace.zip">DarkSpace</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/DarkSpace.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Design.zip">Design</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Design.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/ElectricalOC.zip">ElectricalOC</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/ElectricalOC.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/ElectricalOC-V2.zip">ElectricalOC-V2</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/ElectricalOC-V2.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/ElectricalOCPurple.zip">ElectricalOCPurple</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/ElectricalOCPurple.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Enjoyable.zip">Enjoyable</a>
<img width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Enjoyable.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Exact.zip">Exact</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Exact.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Exagcore.zip">Exagcore</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Exagcore.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Flash.zip">Flash</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Flash.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Fashion.zip">Fashion</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Fashion.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/FlatMonterey.zip">FlatMonterey</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/FlatMonterey.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/FlatRiver.zip">FlatRiver</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/FlatRiver.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/ForeignSpecies.zip">ForeignSpecies</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/ForeignSpecies.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/FullStage.zip">FullStage</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/FullStage.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/FullScreen.zip">FullScreen</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/FullScreen.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/FusionCore.zip">FusionCore</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/FusionCore.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/GeoMetCube.zip">GeoMetCube</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/GeoMetCube.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Glasses.zip">Glasses</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Glasses.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/GlowBlue.zip">GlowBlue</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/GlowBlue.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/GreyLight.zip">GreyLight</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/GreyLight.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/HardWood.zip">HardWood</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/HardWood.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Incrusted.zip">Incrusted</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Incrusted.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Lamp.zip">Lamp</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Lamp.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Lamp-2.zip">Lamp-2</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Lamp-2.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Landscape.zip">Landscape</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Landscape.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/LightCube.zip">LightCube</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/LightCube.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/LightCube-2.zip">LightCube-2</a>"
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/LightCube-2.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/LightBox.zip">LightBox</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/LightBox.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/LightFlake.zip">LightFlake</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/LightFlake.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Lights-On.zip">Lights-On</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Lights-On.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/LosangeCollor.zip">LosangeCollor</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/LosangeCollor.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Looker.zip">Looker</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Looker.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Luminary.zip">Luminary</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Luminary.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/MacSteel.zip">MacSteel</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/MacSteel.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/MacDrive.zip">MacDrive</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/MacDrive.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/MechDrive.zip">MechDrive</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/MechDrive.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/MetalBlack.zip">MetalBlack</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/MetalBlack.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Minimal.zip">Minimal</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Minimal.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/MinimalMac.zip">MinimalMac</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/MinimalMac.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/MotherShip.zip">MotherShip</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/MotherShip.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Monterey.zip">Monterey</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Monterey.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Multi.zip">Multi</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Multi.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/MyCity.zip">MyCity</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/MyCity.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Natural.zip">Natural</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Natural.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/NatureBlue.zip">NatureBlue</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/NatureBlue.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/NiceBlue.zip">NiceBlue</a>
<img width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/NiceBlue.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/NightBlue.zip">NightBlue</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/NightBlue.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/NightGlowCity.zip">NightGlowCity</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/NightGlowCity.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/OCBeauty.zip">OCBeauty</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/OCBeauty.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/OCCloud.zip">OCCloud</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/OCCloud.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/OldWay.zip">OldWay</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/OldWay.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/On-Light.zip">On-Light</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/On-Light.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/OnLight.zip">OnLight</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/OnLight.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/OnStage.zip">OnStage</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/OnStage.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Origin.zip">Origin</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Origin.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Pixels.zip">Pixels</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Pixels.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Quintessence.zip">Quintessence</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Quintessence.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/RealSteel.zip">RealSteel</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/RealSteel.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Rock-Steel.zip">Rock-Steel</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Rock-Steel.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Simple.zip">Simple</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Simple.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/SilentNight.zip">SilentNight</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/SilentNight.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Shelter.zip">Shelter</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Shelter.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Splendid-Mountain.zip">Splendid-Mountain</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Splendid-Mountain.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/SSDMinimal.zip">SSDMinimal</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/SSDMinimal.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/StarWars.zip">StarWars</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/StarWars.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes//releases/download/Archive_New-ThemesSystem.zip">System</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/System.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Teleport.zip">Teleport</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Teleport.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Transporter.zip">Transporter</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Transporter.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Tribute-3.zip">Tribute-3</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Tribute-3.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Tribute-2.zip">Tribute-2</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Tribute-2.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Tribute.zip">Tribute</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Tribute.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/TwoTone.zip">TwoTone</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/TwoTone.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/Wall.zip">Wall</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/Wall.png"></p>
</li>
<li><p>Download ➤ <a href="https://github.com/chris1111/My-Simple-OC-Themes/releases/download/Archive_New-Themes/WhyNot.zip">WhyNot</a>
<img loading="lazy" width="850" alt="1" src="https://github.com/chris1111/My-Simple-OC-Themes/raw/master/View%20Boot%200.7/WhyNot.png"></p>
</li>
</ul>
<a href="#top">Back to top</a>
</div>
</div>
</body>
</html>