-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c88f7b
commit 714fb75
Showing
623 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,20 @@ | |
"shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.preferences-framework", | ||
"shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences", | ||
] | ||
mask = Image.open("[email protected]") | ||
mask1x = mask.resize((29, 29)) | ||
mask2x = mask.resize((29 * 2, 29 * 2)) | ||
mask3x = mask.resize((29 * 3, 29 * 3)) | ||
|
||
for icon in Path(inpath).glob("*.png"): | ||
print(icon) | ||
im = Image.open(icon) | ||
im1x = im.resize((29, 29), resample=Image.NEAREST) | ||
im2x = im.resize((29 * 2, 29 * 2), resample=Image.NEAREST) | ||
im3x = im.resize((29 * 3, 29 * 3), resample=Image.NEAREST) | ||
im1x = Image.new("RGBA", (29, 29)) | ||
im1x.paste(im.resize((29, 29), resample=Image.NEAREST), (0, 0), mask1x) | ||
im2x = Image.new("RGBA", (29 * 2, 29 * 2)) | ||
im2x.paste(im.resize((29 * 2, 29 * 2), resample=Image.NEAREST), (0, 0), mask2x) | ||
im3x = Image.new("RGBA", (29 * 3, 29 * 3)) | ||
im3x.paste(im.resize((29 * 3, 29 * 3), resample=Image.NEAREST), (0, 0), mask3x) | ||
for outpath in outpaths: | ||
im1x.save(f"{outpath}/{icon.stem}{icon.suffix}") | ||
im2x.save(f"{outpath}/{icon.stem}@2x{icon.suffix}") | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+185 Bytes
(170%)
.../Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Accessibility.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+489 Bytes
(190%)
...brary/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+744 Bytes
(190%)
...brary/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+196 Bytes
(180%)
...d/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/AirplaneMode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+515 Bytes
(210%)
...ibrary/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+737 Bytes
(200%)
...ibrary/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+222 Bytes
(170%)
...board/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/AppStore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+531 Bytes
(180%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+797 Bytes
(190%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+250 Bytes
(220%)
...d/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/BatteryUsage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+591 Bytes
(250%)
...ibrary/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+855 Bytes
(240%)
...ibrary/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+215 Bytes
(200%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Bluetooth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+515 Bytes
(230%)
...d/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+746 Bytes
(220%)
...d/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+231 Bytes
(190%)
...board/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Calendar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+536 Bytes
(210%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+875 Bytes
(210%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+240 Bytes
(180%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Camera.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+589 Bytes
(200%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+883 Bytes
(190%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+241 Bytes
(210%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Carrier.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+582 Bytes
(250%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+807 Bytes
(230%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+250 Bytes
(220%)
...ibrary/Themes/shitboard.theme/Bundles/com.apple.Preferences/CarrierSettings.png
Oops, something went wrong.
Binary file modified
BIN
+594 Bytes
(250%)
...ary/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+861 Bytes
(240%)
...ary/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+241 Bytes
(210%)
...d/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/CellularData.png
Oops, something went wrong.
Binary file modified
BIN
+582 Bytes
(250%)
...ibrary/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+807 Bytes
(230%)
...ibrary/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+81 Bytes
(120%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Compass.png
Oops, something went wrong.
Binary file modified
BIN
+250 Bytes
(130%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+426 Bytes
(140%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+138 Bytes
(140%)
...board/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Contacts.png
Oops, something went wrong.
Binary file modified
BIN
+435 Bytes
(160%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+761 Bytes
(170%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+233 Bytes
(190%)
.../Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/ControlCenter.png
Oops, something went wrong.
Binary file modified
BIN
+576 Bytes
(230%)
...brary/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+848 Bytes
(220%)
...brary/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+238 Bytes
(220%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/DND.png
Oops, something went wrong.
Binary file modified
BIN
+597 Bytes
(250%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+844 Bytes
(250%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+215 Bytes
(200%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Display.png
Oops, something went wrong.
Binary file modified
BIN
+514 Bytes
(230%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+746 Bytes
(220%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+122 Bytes
(140%)
...y/Themes/shitboard.theme/Bundles/com.apple.Preferences/ExposureNotification.png
Oops, something went wrong.
Binary file modified
BIN
+344 Bytes
(170%)
...hemes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+562 Bytes
(170%)
...hemes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+199 Bytes
(170%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/FaceID.png
Oops, something went wrong.
Binary file modified
BIN
+511 Bytes
(210%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+798 Bytes
(220%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+213 Bytes
(200%)
...board/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/FaceTime.png
Oops, something went wrong.
Binary file modified
BIN
+505 Bytes
(230%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+714 Bytes
(210%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+195 Bytes
(190%)
...board/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Facebook.png
Oops, something went wrong.
Binary file modified
BIN
+510 Bytes
(240%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+772 Bytes
(230%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+102 Bytes
(130%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/GameCenter.png
Oops, something went wrong.
Binary file modified
BIN
+337 Bytes
(150%)
.../Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+631 Bytes
(160%)
.../Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+209 Bytes
(170%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/General.png
Oops, something went wrong.
Binary file modified
BIN
+542 Bytes
(200%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+815 Bytes
(190%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+129 Bytes
(180%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Health.png
Oops, something went wrong.
Binary file modified
BIN
+362 Bytes
(230%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+635 Bytes
(250%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+127 Bytes
(140%)
...board/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/HomeData.png
Oops, something went wrong.
Binary file modified
BIN
+379 Bytes
(170%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+647 Bytes
(170%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+214 Bytes
(170%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/HomeScreen.png
Oops, something went wrong.
Binary file modified
BIN
+580 Bytes
(210%)
.../Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+838 Bytes
(200%)
.../Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+218 Bytes
(200%)
...d/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/KeychainSync.png
Oops, something went wrong.
Binary file modified
BIN
+555 Bytes
(230%)
...ibrary/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+820 Bytes
(220%)
...ibrary/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+194 Bytes
(190%)
...board/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Location.png
Oops, something went wrong.
Binary file modified
BIN
+519 Bytes
(230%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+739 Bytes
(220%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+154 Bytes
(160%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Mail.png
Oops, something went wrong.
Binary file modified
BIN
+494 Bytes
(200%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+766 Bytes
(200%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+226 Bytes
(150%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Maps.png
Oops, something went wrong.
Binary file modified
BIN
+572 Bytes
(160%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+968 Bytes
(160%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+98 Bytes
(140%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Measure.png
Oops, something went wrong.
Binary file modified
BIN
+244 Bytes
(150%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+404 Bytes
(150%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+122 Bytes
(150%)
...d/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/MediaLibrary.png
Oops, something went wrong.
Binary file modified
BIN
+371 Bytes
(190%)
...ibrary/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+631 Bytes
(200%)
...ibrary/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+219 Bytes
(200%)
...board/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Messages.png
Oops, something went wrong.
Binary file modified
BIN
+534 Bytes
(230%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+759 Bytes
(220%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+220 Bytes
(200%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Microphone.png
Oops, something went wrong.
Binary file modified
BIN
+547 Bytes
(230%)
.../Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+843 Bytes
(230%)
.../Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+229 Bytes
(190%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Motion.png
Oops, something went wrong.
Binary file modified
BIN
+580 Bytes
(220%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+842 Bytes
(220%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+122 Bytes
(150%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Music.png
Oops, something went wrong.
Binary file modified
BIN
+371 Bytes
(190%)
...board/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+631 Bytes
(200%)
...board/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+110 Bytes
(140%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/News.png
Oops, something went wrong.
Binary file modified
BIN
+322 Bytes
(150%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+538 Bytes
(160%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+219 Bytes
(210%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Notes.png
Oops, something went wrong.
Binary file modified
BIN
+515 Bytes
(250%)
...board/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+885 Bytes
(280%)
...board/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+221 Bytes
(200%)
...ary/Themes/shitboard.theme/Bundles/com.apple.Preferences/NotificationCenter.png
Oops, something went wrong.
Binary file modified
BIN
+569 Bytes
(250%)
.../Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+879 Bytes
(250%)
.../Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+253 Bytes
(170%)
...board/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Passbook.png
Oops, something went wrong.
Binary file modified
BIN
+602 Bytes
(180%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+972 Bytes
(180%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+216 Bytes
(200%)
...board/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Passcode.png
Oops, something went wrong.
Binary file modified
BIN
+584 Bytes
(240%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+844 Bytes
(230%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+218 Bytes
(200%)
...brary/Themes/shitboard.theme/Bundles/com.apple.Preferences/PasswordAutoFill.png
Oops, something went wrong.
Binary file modified
BIN
+555 Bytes
(230%)
...ry/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+820 Bytes
(220%)
...ry/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+218 Bytes
(200%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Passwords.png
Oops, something went wrong.
Binary file modified
BIN
+555 Bytes
(230%)
...d/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+820 Bytes
(220%)
...d/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+199 Bytes
(170%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/PearlID-D22.png
Oops, something went wrong.
Binary file modified
BIN
+511 Bytes
(210%)
...Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+798 Bytes
(220%)
...Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+250 Bytes
(200%)
...ibrary/Themes/shitboard.theme/Bundles/com.apple.Preferences/PersonalHotspot.png
Oops, something went wrong.
Binary file modified
BIN
+595 Bytes
(230%)
...ary/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+854 Bytes
(220%)
...ary/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+123 Bytes
(150%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Phone.png
Oops, something went wrong.
Binary file modified
BIN
+419 Bytes
(180%)
...board/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+677 Bytes
(190%)
...board/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+141 Bytes
(130%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Photos.png
Oops, something went wrong.
Binary file modified
BIN
+399 Bytes
(150%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+663 Bytes
(150%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+189 Bytes
(180%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Privacy.png
Oops, something went wrong.
Binary file modified
BIN
+507 Bytes
(220%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+751 Bytes
(220%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+107 Bytes
(140%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Reminders.png
Oops, something went wrong.
Binary file modified
BIN
+357 Bytes
(180%)
...d/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+589 Bytes
(190%)
...d/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+201 Bytes
(180%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/SOS.png
Oops, something went wrong.
Binary file modified
BIN
+551 Bytes
(220%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+821 Bytes
(220%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+128 Bytes
(140%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Safari.png
Oops, something went wrong.
Binary file modified
BIN
+403 Bytes
(160%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+662 Bytes
(160%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+243 Bytes
(200%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/ScreenTime.png
Oops, something went wrong.
Binary file modified
BIN
+597 Bytes
(230%)
.../Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+840 Bytes
(220%)
.../Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+183 Bytes
(160%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Shortcuts.png
Oops, something went wrong.
Binary file modified
BIN
+472 Bytes
(180%)
...d/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+669 Bytes
(180%)
...d/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+160 Bytes
(140%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Siri.png
Oops, something went wrong.
Binary file modified
BIN
+446 Bytes
(160%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+678 Bytes
(170%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+237 Bytes
(210%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Sounds.png
Oops, something went wrong.
Binary file modified
BIN
+600 Bytes
(240%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+834 Bytes
(220%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+220 Bytes
(220%)
...rary/Themes/shitboard.theme/Bundles/com.apple.Preferences/SpeechRecognition.png
Oops, something went wrong.
Binary file modified
BIN
+561 Bytes
(280%)
...y/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+826 Bytes
(270%)
...y/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+112 Bytes
(150%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Stocks.png
Oops, something went wrong.
Binary file modified
BIN
+333 Bytes
(180%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+510 Bytes
(170%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+83 Bytes
(130%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/TVApp.png
Oops, something went wrong.
Binary file modified
BIN
+241 Bytes
(140%)
...board/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+394 Bytes
(150%)
...board/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+230 Bytes
(180%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/TouchID.png
Oops, something went wrong.
Binary file modified
BIN
+603 Bytes
(210%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+848 Bytes
(200%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+75 Bytes
(120%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Translate.png
Oops, something went wrong.
Binary file modified
BIN
+274 Bytes
(130%)
...d/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+427 Bytes
(130%)
...d/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+217 Bytes
(190%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Twitter.png
Oops, something went wrong.
Binary file modified
BIN
+529 Bytes
(210%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+740 Bytes
(200%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+218 Bytes
(200%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/VPN.png
Oops, something went wrong.
Binary file modified
BIN
+524 Bytes
(230%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+757 Bytes
(220%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+214 Bytes
(210%)
...board/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Victoria.png
Oops, something went wrong.
Binary file modified
BIN
+523 Bytes
(260%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+725 Bytes
(240%)
...rd/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+97 Bytes
(140%)
...ard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/VoiceMemos.png
Oops, something went wrong.
Binary file modified
BIN
+243 Bytes
(150%)
.../Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+385 Bytes
(150%)
.../Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+80 Bytes
(120%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Wallet.png
Oops, something went wrong.
Binary file modified
BIN
+237 Bytes
(140%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+390 Bytes
(140%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+234 Bytes
(170%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/Wallpaper.png
Oops, something went wrong.
Binary file modified
BIN
+619 Bytes
(190%)
...d/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+881 Bytes
(190%)
...d/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+212 Bytes
(190%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/WiFi.png
Oops, something went wrong.
Binary file modified
BIN
+515 Bytes
(220%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+761 Bytes
(220%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+224 Bytes
(180%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/iBooks.png
Oops, something went wrong.
Binary file modified
BIN
+547 Bytes
(200%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+789 Bytes
(190%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+122 Bytes
(160%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/iCloud.png
Oops, something went wrong.
Binary file modified
BIN
+360 Bytes
(190%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+610 Bytes
(200%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+239 Bytes
(180%)
shitboard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/iTunes.png
Oops, something went wrong.
Binary file modified
BIN
+623 Bytes
(200%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+880 Bytes
(190%)
...oard/Library/Themes/shitboard.theme/Bundles/com.apple.Preferences/[email protected]
Oops, something went wrong.
Binary file removed
BIN
-2.03 KB
...emes/shitboard.theme/Bundles/com.apple.mobileicons.framework/[email protected]
Diff not rendered.
Binary file removed
BIN
-2.03 KB
...itboard.theme/Bundles/com.apple.mobileicons.framework/AppIconMask@2x~iphone.png
Diff not rendered.
Binary file removed
BIN
-2.81 KB
...emes/shitboard.theme/Bundles/com.apple.mobileicons.framework/[email protected]
Diff not rendered.
Binary file removed
BIN
-2.81 KB
...itboard.theme/Bundles/com.apple.mobileicons.framework/AppIconMask@3x~iphone.png
Diff not rendered.
Binary file removed
BIN
-339 Bytes
...hemes/shitboard.theme/Bundles/com.apple.mobileicons.framework/TableIconMask.png
Diff not rendered.
Binary file removed
BIN
-1.22 KB
...es/shitboard.theme/Bundles/com.apple.mobileicons.framework/[email protected]
Diff not rendered.
Binary file removed
BIN
-1.59 KB
...es/shitboard.theme/Bundles/com.apple.mobileicons.framework/[email protected]
Diff not rendered.
Binary file modified
BIN
+185 Bytes
(170%)
...hemes/shitboard.theme/Bundles/com.apple.preferences-framework/Accessibility.png
Oops, something went wrong.
Binary file modified
BIN
+489 Bytes
(190%)
...es/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+744 Bytes
(190%)
...es/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+196 Bytes
(180%)
...Themes/shitboard.theme/Bundles/com.apple.preferences-framework/AirplaneMode.png
Oops, something went wrong.
Binary file modified
BIN
+515 Bytes
(210%)
...mes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+737 Bytes
(200%)
...mes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+222 Bytes
(170%)
...ary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/AppStore.png
Oops, something went wrong.
Binary file modified
BIN
+531 Bytes
(180%)
.../Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+797 Bytes
(190%)
.../Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+250 Bytes
(220%)
...Themes/shitboard.theme/Bundles/com.apple.preferences-framework/BatteryUsage.png
Oops, something went wrong.
Binary file modified
BIN
+591 Bytes
(250%)
...mes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+855 Bytes
(240%)
...mes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+215 Bytes
(200%)
...ry/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/Bluetooth.png
Oops, something went wrong.
Binary file modified
BIN
+515 Bytes
(230%)
...Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+746 Bytes
(220%)
...Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+231 Bytes
(190%)
...ary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/Calendar.png
Oops, something went wrong.
Binary file modified
BIN
+536 Bytes
(210%)
.../Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+875 Bytes
(210%)
.../Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+240 Bytes
(180%)
...brary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/Camera.png
Oops, something went wrong.
Binary file modified
BIN
+589 Bytes
(200%)
...ry/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+883 Bytes
(190%)
...ry/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+241 Bytes
(210%)
...rary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/Carrier.png
Oops, something went wrong.
Binary file modified
BIN
+582 Bytes
(250%)
...y/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+807 Bytes
(230%)
...y/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+250 Bytes
(220%)
...mes/shitboard.theme/Bundles/com.apple.preferences-framework/CarrierSettings.png
Oops, something went wrong.
Binary file modified
BIN
+594 Bytes
(250%)
.../shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+861 Bytes
(240%)
.../shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+241 Bytes
(210%)
...Themes/shitboard.theme/Bundles/com.apple.preferences-framework/CellularData.png
Oops, something went wrong.
Binary file modified
BIN
+582 Bytes
(250%)
...mes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+807 Bytes
(230%)
...mes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+81 Bytes
(120%)
...rary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/Compass.png
Oops, something went wrong.
Binary file modified
BIN
+250 Bytes
(130%)
...y/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+426 Bytes
(140%)
...y/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+138 Bytes
(140%)
...ary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/Contacts.png
Oops, something went wrong.
Binary file modified
BIN
+435 Bytes
(160%)
.../Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+761 Bytes
(170%)
.../Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+233 Bytes
(190%)
...hemes/shitboard.theme/Bundles/com.apple.preferences-framework/ControlCenter.png
Oops, something went wrong.
Binary file modified
BIN
+576 Bytes
(230%)
...es/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+848 Bytes
(220%)
...es/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+238 Bytes
(220%)
.../Library/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/DND.png
Oops, something went wrong.
Binary file modified
BIN
+597 Bytes
(250%)
...brary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+844 Bytes
(250%)
...brary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+215 Bytes
(200%)
...rary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/Display.png
Oops, something went wrong.
Binary file modified
BIN
+514 Bytes
(230%)
...y/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+746 Bytes
(220%)
...y/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+122 Bytes
(140%)
...hitboard.theme/Bundles/com.apple.preferences-framework/ExposureNotification.png
Oops, something went wrong.
Binary file modified
BIN
+344 Bytes
(170%)
...board.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+562 Bytes
(170%)
...board.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+199 Bytes
(170%)
...brary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/FaceID.png
Oops, something went wrong.
Binary file modified
BIN
+511 Bytes
(210%)
...ry/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+798 Bytes
(220%)
...ry/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+213 Bytes
(200%)
...ary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/FaceTime.png
Oops, something went wrong.
Binary file modified
BIN
+505 Bytes
(230%)
.../Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+714 Bytes
(210%)
.../Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+195 Bytes
(190%)
...ary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/Facebook.png
Oops, something went wrong.
Binary file modified
BIN
+510 Bytes
(240%)
.../Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+772 Bytes
(230%)
.../Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+102 Bytes
(130%)
...y/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/GameCenter.png
Oops, something went wrong.
Binary file modified
BIN
+337 Bytes
(150%)
...hemes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+631 Bytes
(160%)
...hemes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+209 Bytes
(170%)
...rary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/General.png
Oops, something went wrong.
Binary file modified
BIN
+542 Bytes
(200%)
...y/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+815 Bytes
(190%)
...y/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+129 Bytes
(180%)
...brary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/Health.png
Oops, something went wrong.
Binary file modified
BIN
+362 Bytes
(230%)
...ry/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+635 Bytes
(250%)
...ry/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+127 Bytes
(140%)
...ary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/HomeData.png
Oops, something went wrong.
Binary file modified
BIN
+379 Bytes
(170%)
.../Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+647 Bytes
(170%)
.../Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+214 Bytes
(170%)
...y/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/HomeScreen.png
Oops, something went wrong.
Binary file modified
BIN
+580 Bytes
(210%)
...hemes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+838 Bytes
(200%)
...hemes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+218 Bytes
(200%)
...Themes/shitboard.theme/Bundles/com.apple.preferences-framework/KeychainSync.png
Oops, something went wrong.
Binary file modified
BIN
+555 Bytes
(230%)
...mes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+820 Bytes
(220%)
...mes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+194 Bytes
(190%)
...ary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/Location.png
Oops, something went wrong.
Binary file modified
BIN
+519 Bytes
(230%)
.../Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+739 Bytes
(220%)
.../Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+154 Bytes
(160%)
...Library/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/Mail.png
Oops, something went wrong.
Binary file modified
BIN
+494 Bytes
(200%)
...rary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+766 Bytes
(200%)
...rary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+226 Bytes
(150%)
...Library/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/Maps.png
Oops, something went wrong.
Binary file modified
BIN
+572 Bytes
(160%)
...rary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+968 Bytes
(160%)
...rary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+98 Bytes
(140%)
...rary/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/Measure.png
Oops, something went wrong.
Binary file modified
BIN
+244 Bytes
(150%)
...y/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Binary file modified
BIN
+404 Bytes
(150%)
...y/Themes/shitboard.theme/Bundles/com.apple.preferences-framework/[email protected]
Oops, something went wrong.
Oops, something went wrong.