├── Custom-Icons ├── Linux-Dark.icns ├── Linux-Sharp-Dark.icns ├── Linux-Sharp.icns ├── Linux-Smooth-Dark.icns ├── Linux-Smooth.icns └── Linux-White.icns ├── Preview-BS.png ├── Preview-D-BS.png ├── Preview-D.png ├── Preview-L.png ├── Preview-S-B-D.png ├── Preview-S-B.png ├── Preview-S-D.png ├── Preview-S.png ├── Preview-SM-B-D.png ├── Preview-SM-B.png ├── Preview-SM-D.png ├── Preview-SM.png ├── README.md ├── Resources-BigSur-Dark └── Resources │ ├── Font │ ├── Font_1x.bin │ ├── Font_1x.png │ ├── Font_2x.bin │ └── Font_2x.png │ ├── Image │ ├── Apple.icns │ ├── AppleRecv.icns │ ├── AppleTM.icns │ ├── Cursor.icns │ ├── ExtAppleRecv.icns │ ├── ExtAppleTM.icns │ ├── ExtHardDrive.icns │ ├── HardDrive.icns │ ├── Left.icns │ ├── Right.icns │ ├── Selected.icns │ ├── Selector.icns │ ├── Shell.icns │ ├── Tool.icns │ ├── Windows.icns │ └── background.icns │ └── Label │ ├── Apple.l2x │ ├── Apple.lbl │ ├── AppleRecv.l2x │ ├── AppleRecv.lbl │ ├── AppleTM.l2x │ ├── AppleTM.lbl │ ├── EFIBoot.l2x │ ├── EFIBoot.lbl │ ├── Other.l2x │ ├── Other.lbl │ ├── ResetNVRAM.l2x │ ├── ResetNVRAM.lbl │ ├── Shell.l2x │ ├── Shell.lbl │ ├── Tool.l2x │ ├── Tool.lbl │ ├── Windows.l2x │ └── Windows.lbl ├── Resources-BigSur └── Resources │ ├── Font │ ├── Font_1x.bin │ ├── Font_1x.png │ ├── Font_2x.bin │ └── Font_2x.png │ ├── Image │ ├── Apple.icns │ ├── AppleRecv.icns │ ├── AppleTM.icns │ ├── Cursor.icns │ ├── ExtAppleRecv.icns │ ├── ExtAppleTM.icns │ ├── ExtHardDrive.icns │ ├── HardDrive.icns │ ├── Left.icns │ ├── Right.icns │ ├── Selected.icns │ ├── Selector.icns │ ├── Shell.icns │ ├── Tool.icns │ ├── Windows.icns │ └── background.icns │ └── Label │ ├── Apple.l2x │ ├── Apple.lbl │ ├── AppleRecv.l2x │ ├── AppleRecv.lbl │ ├── AppleTM.l2x │ ├── AppleTM.lbl │ ├── EFIBoot.l2x │ ├── EFIBoot.lbl │ ├── Other.l2x │ ├── Other.lbl │ ├── ResetNVRAM.l2x │ ├── ResetNVRAM.lbl │ ├── Shell.l2x │ ├── Shell.lbl │ ├── Tool.l2x │ ├── Tool.lbl │ ├── Windows.l2x │ └── Windows.lbl ├── Resources-Dark └── Resources │ ├── Font │ ├── Font_1x.bin │ ├── Font_1x.png │ ├── Font_2x.bin │ └── Font_2x.png │ ├── Image │ ├── Apple.icns │ ├── AppleRecv.icns │ ├── AppleTM.icns │ ├── Cursor.icns │ ├── ExtAppleRecv.icns │ ├── ExtAppleTM.icns │ ├── ExtHardDrive.icns │ ├── HardDrive.icns │ ├── Left.icns │ ├── Right.icns │ ├── Selected.icns │ ├── Selector.icns │ ├── Shell.icns │ ├── Tool.icns │ ├── Windows.icns │ └── background.icns │ └── Label │ ├── Apple.l2x │ ├── Apple.lbl │ ├── AppleRecv.l2x │ ├── AppleRecv.lbl │ ├── AppleTM.l2x │ ├── AppleTM.lbl │ ├── EFIBoot.l2x │ ├── EFIBoot.lbl │ ├── Other.l2x │ ├── Other.lbl │ ├── ResetNVRAM.l2x │ ├── ResetNVRAM.lbl │ ├── Shell.l2x │ ├── Shell.lbl │ ├── Tool.l2x │ ├── Tool.lbl │ ├── Windows.l2x │ └── Windows.lbl ├── Resources-DarkSharp-B └── Resources │ ├── Font │ ├── Font_1x.bin │ ├── Font_1x.png │ ├── Font_2x.bin │ └── Font_2x.png │ ├── Image │ ├── Apple.icns │ ├── AppleRecv.icns │ ├── AppleTM.icns │ ├── Background.icns │ ├── Cursor.icns │ ├── ExtAppleRecv.icns │ ├── ExtAppleTM.icns │ ├── ExtHardDrive.icns │ ├── HardDrive.icns │ ├── Left.icns │ ├── Right.icns │ ├── Selected.icns │ ├── Selector.icns │ ├── Shell.icns │ ├── Tool.icns │ └── Windows.icns │ └── Label │ ├── Apple.l2x │ ├── Apple.lbl │ ├── AppleRecv.l2x │ ├── AppleRecv.lbl │ ├── AppleTM.l2x │ ├── AppleTM.lbl │ ├── EFIBoot.l2x │ ├── EFIBoot.lbl │ ├── Other.l2x │ ├── Other.lbl │ ├── ResetNVRAM.l2x │ ├── ResetNVRAM.lbl │ ├── Shell.l2x │ ├── Shell.lbl │ ├── Tool.l2x │ ├── Tool.lbl │ ├── Windows.l2x │ └── Windows.lbl ├── Resources-DarkSmooth-B └── Resources │ ├── Font │ ├── Font_1x.bin │ ├── Font_1x.png │ ├── Font_2x.bin │ └── Font_2x.png │ ├── Image │ ├── Apple.icns │ ├── AppleRecv.icns │ ├── AppleTM.icns │ ├── Background.icns │ ├── Cursor.icns │ ├── ExtAppleRecv.icns │ ├── ExtAppleTM.icns │ ├── ExtHardDrive.icns │ ├── HardDrive.icns │ ├── Left.icns │ ├── Right.icns │ ├── Selected.icns │ ├── Selector.icns │ ├── Shell.icns │ ├── Tool.icns │ └── Windows.icns │ └── Label │ ├── Apple.l2x │ ├── Apple.lbl │ ├── AppleRecv.l2x │ ├── AppleRecv.lbl │ ├── AppleTM.l2x │ ├── AppleTM.lbl │ ├── EFIBoot.l2x │ ├── EFIBoot.lbl │ ├── Other.l2x │ ├── Other.lbl │ ├── ResetNVRAM.l2x │ ├── ResetNVRAM.lbl │ ├── Shell.l2x │ ├── Shell.lbl │ ├── Tool.l2x │ ├── Tool.lbl │ ├── Windows.l2x │ └── Windows.lbl ├── Resources-Light └── Resources │ ├── Font │ ├── Font_1x.bin │ ├── Font_1x.png │ ├── Font_2x.bin │ └── Font_2x.png │ ├── Image │ ├── Apple.icns │ ├── AppleRecv.icns │ ├── AppleTM.icns │ ├── Cursor.icns │ ├── ExtAppleRecv.icns │ ├── ExtAppleTM.icns │ ├── ExtHardDrive.icns │ ├── HardDrive.icns │ ├── Left.icns │ ├── Right.icns │ ├── Selected.icns │ ├── Selector.icns │ ├── Shell.icns │ ├── Tool.icns │ ├── Windows.icns │ └── background.icns │ └── Label │ ├── Apple.l2x │ ├── Apple.lbl │ ├── AppleRecv.l2x │ ├── AppleRecv.lbl │ ├── AppleTM.l2x │ ├── AppleTM.lbl │ ├── EFIBoot.l2x │ ├── EFIBoot.lbl │ ├── Other.l2x │ ├── Other.lbl │ ├── ResetNVRAM.l2x │ ├── ResetNVRAM.lbl │ ├── Shell.l2x │ ├── Shell.lbl │ ├── Tool.l2x │ ├── Tool.lbl │ ├── Windows.l2x │ └── Windows.lbl ├── Resources-Sharp-B └── Resources │ ├── Font │ ├── Font_1x.bin │ ├── Font_1x.png │ ├── Font_2x.bin │ └── Font_2x.png │ ├── Image │ ├── Apple.icns │ ├── AppleRecv.icns │ ├── AppleTM.icns │ ├── Background.icns │ ├── Cursor.icns │ ├── ExtAppleRecv.icns │ ├── ExtAppleTM.icns │ ├── ExtHardDrive.icns │ ├── HardDrive.icns │ ├── Left.icns │ ├── Right.icns │ ├── Selected.icns │ ├── Selector.icns │ ├── Shell.icns │ ├── Tool.icns │ └── Windows.icns │ └── Label │ ├── Apple.l2x │ ├── Apple.lbl │ ├── AppleRecv.l2x │ ├── AppleRecv.lbl │ ├── AppleTM.l2x │ ├── AppleTM.lbl │ ├── EFIBoot.l2x │ ├── EFIBoot.lbl │ ├── Other.l2x │ ├── Other.lbl │ ├── ResetNVRAM.l2x │ ├── ResetNVRAM.lbl │ ├── Shell.l2x │ ├── Shell.lbl │ ├── Tool.l2x │ ├── Tool.lbl │ ├── Windows.l2x │ └── Windows.lbl ├── Resources-Sharp-Dark └── Resources │ ├── Font │ ├── Font_1x.bin │ ├── Font_1x.png │ ├── Font_2x.bin │ └── Font_2x.png │ ├── Image │ ├── Apple.icns │ ├── AppleRecv.icns │ ├── AppleTM.icns │ ├── Background.icns │ ├── Cursor.icns │ ├── ExtAppleRecv.icns │ ├── ExtAppleTM.icns │ ├── ExtHardDrive.icns │ ├── HardDrive.icns │ ├── Left.icns │ ├── Right.icns │ ├── Selected.icns │ ├── Selector.icns │ ├── Shell.icns │ ├── Tool.icns │ └── Windows.icns │ └── Label │ ├── Apple.l2x │ ├── Apple.lbl │ ├── AppleRecv.l2x │ ├── AppleRecv.lbl │ ├── AppleTM.l2x │ ├── AppleTM.lbl │ ├── EFIBoot.l2x │ ├── EFIBoot.lbl │ ├── Other.l2x │ ├── Other.lbl │ ├── ResetNVRAM.l2x │ ├── ResetNVRAM.lbl │ ├── Shell.l2x │ ├── Shell.lbl │ ├── Tool.l2x │ ├── Tool.lbl │ ├── Windows.l2x │ └── Windows.lbl ├── Resources-Sharp └── Resources │ ├── Font │ ├── Font_1x.bin │ ├── Font_1x.png │ ├── Font_2x.bin │ └── Font_2x.png │ ├── Image │ ├── Apple.icns │ ├── AppleRecv.icns │ ├── AppleTM.icns │ ├── Background.icns │ ├── Cursor.icns │ ├── ExtAppleRecv.icns │ ├── ExtAppleTM.icns │ ├── ExtHardDrive.icns │ ├── HardDrive.icns │ ├── Left.icns │ ├── Right.icns │ ├── Selected.icns │ ├── Selector.icns │ ├── Shell.icns │ ├── Tool.icns │ └── Windows.icns │ └── Label │ ├── Apple.l2x │ ├── Apple.lbl │ ├── AppleRecv.l2x │ ├── AppleRecv.lbl │ ├── AppleTM.l2x │ ├── AppleTM.lbl │ ├── EFIBoot.l2x │ ├── EFIBoot.lbl │ ├── Other.l2x │ ├── Other.lbl │ ├── ResetNVRAM.l2x │ ├── ResetNVRAM.lbl │ ├── Shell.l2x │ ├── Shell.lbl │ ├── Tool.l2x │ ├── Tool.lbl │ ├── Windows.l2x │ └── Windows.lbl ├── Resources-Smooth-B └── Resources │ ├── Font │ ├── Font_1x.bin │ ├── Font_1x.png │ ├── Font_2x.bin │ └── Font_2x.png │ ├── Image │ ├── Apple.icns │ ├── AppleRecv.icns │ ├── AppleTM.icns │ ├── Background.icns │ ├── Cursor.icns │ ├── ExtAppleRecv.icns │ ├── ExtAppleTM.icns │ ├── ExtHardDrive.icns │ ├── HardDrive.icns │ ├── Left.icns │ ├── Right.icns │ ├── Selected.icns │ ├── Selector.icns │ ├── Shell.icns │ ├── Tool.icns │ └── Windows.icns │ └── Label │ ├── Apple.l2x │ ├── Apple.lbl │ ├── AppleRecv.l2x │ ├── AppleRecv.lbl │ ├── AppleTM.l2x │ ├── AppleTM.lbl │ ├── EFIBoot.l2x │ ├── EFIBoot.lbl │ ├── Other.l2x │ ├── Other.lbl │ ├── ResetNVRAM.l2x │ ├── ResetNVRAM.lbl │ ├── Shell.l2x │ ├── Shell.lbl │ ├── Tool.l2x │ ├── Tool.lbl │ ├── Windows.l2x │ └── Windows.lbl ├── Resources-Smooth-Dark └── Resources │ ├── Font │ ├── Font_1x.bin │ ├── Font_1x.png │ ├── Font_2x.bin │ └── Font_2x.png │ ├── Image │ ├── Apple.icns │ ├── AppleRecv.icns │ ├── AppleTM.icns │ ├── Background.icns │ ├── Cursor.icns │ ├── ExtAppleRecv.icns │ ├── ExtAppleTM.icns │ ├── ExtHardDrive.icns │ ├── HardDrive.icns │ ├── Left.icns │ ├── Right.icns │ ├── Selected.icns │ ├── Selector.icns │ ├── Shell.icns │ ├── Tool.icns │ └── Windows.icns │ └── Label │ ├── Apple.l2x │ ├── Apple.lbl │ ├── AppleRecv.l2x │ ├── AppleRecv.lbl │ ├── AppleTM.l2x │ ├── AppleTM.lbl │ ├── EFIBoot.l2x │ ├── EFIBoot.lbl │ ├── Other.l2x │ ├── Other.lbl │ ├── ResetNVRAM.l2x │ ├── ResetNVRAM.lbl │ ├── Shell.l2x │ ├── Shell.lbl │ ├── Tool.l2x │ ├── Tool.lbl │ ├── Windows.l2x │ └── Windows.lbl └── Resources-Smooth └── Resources ├── Font ├── Font_1x.bin ├── Font_1x.png ├── Font_2x.bin └── Font_2x.png ├── Image ├── Apple.icns ├── AppleRecv.icns ├── AppleTM.icns ├── Background.icns ├── Cursor.icns ├── ExtAppleRecv.icns ├── ExtAppleTM.icns ├── ExtHardDrive.icns ├── HardDrive.icns ├── Left.icns ├── Right.icns ├── Selected.icns ├── Selector.icns ├── Shell.icns ├── Tool.icns └── Windows.icns └── Label ├── Apple.l2x ├── Apple.lbl ├── AppleRecv.l2x ├── AppleRecv.lbl ├── AppleTM.l2x ├── AppleTM.lbl ├── EFIBoot.l2x ├── EFIBoot.lbl ├── Other.l2x ├── Other.lbl ├── ResetNVRAM.l2x ├── ResetNVRAM.lbl ├── Shell.l2x ├── Shell.lbl ├── Tool.l2x ├── Tool.lbl ├── Windows.l2x └── Windows.lbl /Custom-Icons/Linux-Dark.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Custom-Icons/Linux-Dark.icns -------------------------------------------------------------------------------- /Custom-Icons/Linux-Sharp-Dark.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Custom-Icons/Linux-Sharp-Dark.icns -------------------------------------------------------------------------------- /Custom-Icons/Linux-Sharp.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Custom-Icons/Linux-Sharp.icns -------------------------------------------------------------------------------- /Custom-Icons/Linux-Smooth-Dark.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Custom-Icons/Linux-Smooth-Dark.icns -------------------------------------------------------------------------------- /Custom-Icons/Linux-Smooth.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Custom-Icons/Linux-Smooth.icns -------------------------------------------------------------------------------- /Custom-Icons/Linux-White.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Custom-Icons/Linux-White.icns -------------------------------------------------------------------------------- /Preview-BS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Preview-BS.png -------------------------------------------------------------------------------- /Preview-D-BS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Preview-D-BS.png -------------------------------------------------------------------------------- /Preview-D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Preview-D.png -------------------------------------------------------------------------------- /Preview-L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Preview-L.png -------------------------------------------------------------------------------- /Preview-S-B-D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Preview-S-B-D.png -------------------------------------------------------------------------------- /Preview-S-B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Preview-S-B.png -------------------------------------------------------------------------------- /Preview-S-D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Preview-S-D.png -------------------------------------------------------------------------------- /Preview-S.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Preview-S.png -------------------------------------------------------------------------------- /Preview-SM-B-D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Preview-SM-B-D.png -------------------------------------------------------------------------------- /Preview-SM-B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Preview-SM-B.png -------------------------------------------------------------------------------- /Preview-SM-D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Preview-SM-D.png -------------------------------------------------------------------------------- /Preview-SM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Preview-SM.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # OpenCore-Themes 2 | Themes For OpenCore v0.6.6 3 | 4 | - Thanks to [chris1111](https://github.com/chris1111/) for Icnspack-Builder 5 | - Thanks to [OpenCore Team](https://github.com/acidanthera/OpenCorePkg) for OpenCore 6 | 7 | ## Themes 8 | * Big Sur 9 | * Dark 10 | * Big Sur - Dark Icons 11 | * Light 12 | * Sharp (Dark/Light) 13 | * Smooth (Dark/Light) 14 | * Sharp - B 15 | * Smooth - B 16 | * DarkSharp - B 17 | * DarkSmooth - B 18 | 19 | ## Custom Icons Included 20 | * Linux icons (Dark/Light/Sharp/Smooth) 21 | 22 | ### Download 23 | * Head to [Release](https://github.com/LuckyCrack/OpenCore-Themes/releases/tag/v1.2) page. 24 | 25 | ### Setup 26 | * Replace EFI > OC > Resources 27 | 28 | ### config.plist 29 | * Misc > Boot > PickerVariant: Auto 30 | 31 | ### Custom Icon Setup (Linux icon etc.) 32 | * Misc > Boot > PickerAttribute: 1 33 | * Place the icon(eg. Linux-Dark.icns) in the Root Directory of the Drive 34 | * Rename it to ".VolumeIcon.icns" 35 | - For APFS file systems 36 | * Mount "Preboot" and add the ".VolumeIcon.icns" at Preboot volume in per-volume directory (/System/Volumes/Preboot/{GUID}/ when mounted at default location within macOS) 37 | * More Info [Here](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/Configuration.pdf) See Section 8.3 Boot Properties > 6. PickerAttributes 38 | 39 | ## Preview 40 | ### Big Sur 41 | ![Big-Sur](https://github.com/LuckyCrack/OpenCore-Themes/blob/main/Preview-BS.png) 42 | 43 | ### Dark 44 | ![Dark](https://github.com/LuckyCrack/OpenCore-Themes/blob/main/Preview-D.png) 45 | 46 | ### Big Sur Dark 47 | ![Big-Sur-Dark](https://github.com/LuckyCrack/OpenCore-Themes/blob/main/Preview-D-BS.png) 48 | 49 | ### Light 50 | ![Light](https://github.com/LuckyCrack/OpenCore-Themes/blob/main/Preview-L.png) 51 | 52 | ### Sharp 53 | ![Sharp](https://github.com/LuckyCrack/OpenCore-Themes/blob/main/Preview-S.png) 54 | 55 | ### Smooth 56 | ![Smooth](https://github.com/LuckyCrack/OpenCore-Themes/blob/main/Preview-SM.png) 57 | 58 | ### Sharp Dark 59 | ![Sharp](https://github.com/LuckyCrack/OpenCore-Themes/blob/main/Preview-S-D.png) 60 | 61 | ### Smooth Dark 62 | ![Smooth](https://github.com/LuckyCrack/OpenCore-Themes/blob/main/Preview-SM-D.png) 63 | 64 | ### Sharp - B 65 | ![Sharp](https://github.com/LuckyCrack/OpenCore-Themes/blob/main/Preview-S-B.png) 66 | 67 | ### Smooth - B 68 | ![Smooth](https://github.com/LuckyCrack/OpenCore-Themes/blob/main/Preview-SM-B.png) 69 | 70 | ### DarkSharp - B 71 | ![Sharp](https://github.com/LuckyCrack/OpenCore-Themes/blob/main/Preview-S-B-D.png) 72 | 73 | ### DarkSmooth - B 74 | ![Smooth](https://github.com/LuckyCrack/OpenCore-Themes/blob/main/Preview-SM-B-D.png) 75 | 76 | 77 | -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Font/Font_1x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Font/Font_1x.bin -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Font/Font_1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Font/Font_1x.png -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Font/Font_2x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Font/Font_2x.bin -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Font/Font_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Font/Font_2x.png -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Image/Apple.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Image/Apple.icns -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Image/AppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Image/AppleRecv.icns -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Image/AppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Image/AppleTM.icns -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Image/Cursor.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Image/Cursor.icns -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Image/ExtAppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Image/ExtAppleRecv.icns -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Image/ExtAppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Image/ExtAppleTM.icns -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Image/ExtHardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Image/ExtHardDrive.icns -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Image/HardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Image/HardDrive.icns -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Image/Left.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Image/Left.icns -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Image/Right.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Image/Right.icns -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Image/Selected.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Image/Selected.icns -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Image/Selector.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Image/Selector.icns -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Image/Shell.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Image/Shell.icns -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Image/Tool.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Image/Tool.icns -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Image/Windows.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Image/Windows.icns -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Image/background.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Image/background.icns -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Label/Apple.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Label/Apple.l2x -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Label/Apple.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Label/Apple.lbl -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Label/AppleRecv.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Label/AppleRecv.l2x -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Label/AppleRecv.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Label/AppleRecv.lbl -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Label/AppleTM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Label/AppleTM.l2x -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Label/AppleTM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Label/AppleTM.lbl -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Label/EFIBoot.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Label/EFIBoot.l2x -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Label/EFIBoot.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Label/EFIBoot.lbl -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Label/Other.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Label/Other.l2x -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Label/Other.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Label/Other.lbl -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Label/ResetNVRAM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Label/ResetNVRAM.l2x -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Label/ResetNVRAM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Label/ResetNVRAM.lbl -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Label/Shell.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Label/Shell.l2x -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Label/Shell.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Label/Shell.lbl -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Label/Tool.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Label/Tool.l2x -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Label/Tool.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Label/Tool.lbl -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Label/Windows.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Label/Windows.l2x -------------------------------------------------------------------------------- /Resources-BigSur-Dark/Resources/Label/Windows.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur-Dark/Resources/Label/Windows.lbl -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Font/Font_1x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Font/Font_1x.bin -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Font/Font_1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Font/Font_1x.png -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Font/Font_2x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Font/Font_2x.bin -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Font/Font_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Font/Font_2x.png -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Image/Apple.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Image/Apple.icns -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Image/AppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Image/AppleRecv.icns -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Image/AppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Image/AppleTM.icns -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Image/Cursor.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Image/Cursor.icns -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Image/ExtAppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Image/ExtAppleRecv.icns -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Image/ExtAppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Image/ExtAppleTM.icns -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Image/ExtHardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Image/ExtHardDrive.icns -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Image/HardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Image/HardDrive.icns -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Image/Left.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Image/Left.icns -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Image/Right.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Image/Right.icns -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Image/Selected.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Image/Selected.icns -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Image/Selector.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Image/Selector.icns -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Image/Shell.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Image/Shell.icns -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Image/Tool.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Image/Tool.icns -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Image/Windows.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Image/Windows.icns -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Image/background.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Image/background.icns -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Label/Apple.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Label/Apple.l2x -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Label/Apple.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Label/Apple.lbl -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Label/AppleRecv.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Label/AppleRecv.l2x -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Label/AppleRecv.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Label/AppleRecv.lbl -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Label/AppleTM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Label/AppleTM.l2x -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Label/AppleTM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Label/AppleTM.lbl -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Label/EFIBoot.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Label/EFIBoot.l2x -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Label/EFIBoot.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Label/EFIBoot.lbl -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Label/Other.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Label/Other.l2x -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Label/Other.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Label/Other.lbl -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Label/ResetNVRAM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Label/ResetNVRAM.l2x -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Label/ResetNVRAM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Label/ResetNVRAM.lbl -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Label/Shell.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Label/Shell.l2x -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Label/Shell.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Label/Shell.lbl -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Label/Tool.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Label/Tool.l2x -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Label/Tool.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Label/Tool.lbl -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Label/Windows.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Label/Windows.l2x -------------------------------------------------------------------------------- /Resources-BigSur/Resources/Label/Windows.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-BigSur/Resources/Label/Windows.lbl -------------------------------------------------------------------------------- /Resources-Dark/Resources/Font/Font_1x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Font/Font_1x.bin -------------------------------------------------------------------------------- /Resources-Dark/Resources/Font/Font_1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Font/Font_1x.png -------------------------------------------------------------------------------- /Resources-Dark/Resources/Font/Font_2x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Font/Font_2x.bin -------------------------------------------------------------------------------- /Resources-Dark/Resources/Font/Font_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Font/Font_2x.png -------------------------------------------------------------------------------- /Resources-Dark/Resources/Image/Apple.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Image/Apple.icns -------------------------------------------------------------------------------- /Resources-Dark/Resources/Image/AppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Image/AppleRecv.icns -------------------------------------------------------------------------------- /Resources-Dark/Resources/Image/AppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Image/AppleTM.icns -------------------------------------------------------------------------------- /Resources-Dark/Resources/Image/Cursor.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Image/Cursor.icns -------------------------------------------------------------------------------- /Resources-Dark/Resources/Image/ExtAppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Image/ExtAppleRecv.icns -------------------------------------------------------------------------------- /Resources-Dark/Resources/Image/ExtAppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Image/ExtAppleTM.icns -------------------------------------------------------------------------------- /Resources-Dark/Resources/Image/ExtHardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Image/ExtHardDrive.icns -------------------------------------------------------------------------------- /Resources-Dark/Resources/Image/HardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Image/HardDrive.icns -------------------------------------------------------------------------------- /Resources-Dark/Resources/Image/Left.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Image/Left.icns -------------------------------------------------------------------------------- /Resources-Dark/Resources/Image/Right.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Image/Right.icns -------------------------------------------------------------------------------- /Resources-Dark/Resources/Image/Selected.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Image/Selected.icns -------------------------------------------------------------------------------- /Resources-Dark/Resources/Image/Selector.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Image/Selector.icns -------------------------------------------------------------------------------- /Resources-Dark/Resources/Image/Shell.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Image/Shell.icns -------------------------------------------------------------------------------- /Resources-Dark/Resources/Image/Tool.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Image/Tool.icns -------------------------------------------------------------------------------- /Resources-Dark/Resources/Image/Windows.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Image/Windows.icns -------------------------------------------------------------------------------- /Resources-Dark/Resources/Image/background.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Image/background.icns -------------------------------------------------------------------------------- /Resources-Dark/Resources/Label/Apple.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Label/Apple.l2x -------------------------------------------------------------------------------- /Resources-Dark/Resources/Label/Apple.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Label/Apple.lbl -------------------------------------------------------------------------------- /Resources-Dark/Resources/Label/AppleRecv.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Label/AppleRecv.l2x -------------------------------------------------------------------------------- /Resources-Dark/Resources/Label/AppleRecv.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Label/AppleRecv.lbl -------------------------------------------------------------------------------- /Resources-Dark/Resources/Label/AppleTM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Label/AppleTM.l2x -------------------------------------------------------------------------------- /Resources-Dark/Resources/Label/AppleTM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Label/AppleTM.lbl -------------------------------------------------------------------------------- /Resources-Dark/Resources/Label/EFIBoot.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Label/EFIBoot.l2x -------------------------------------------------------------------------------- /Resources-Dark/Resources/Label/EFIBoot.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Label/EFIBoot.lbl -------------------------------------------------------------------------------- /Resources-Dark/Resources/Label/Other.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Label/Other.l2x -------------------------------------------------------------------------------- /Resources-Dark/Resources/Label/Other.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Label/Other.lbl -------------------------------------------------------------------------------- /Resources-Dark/Resources/Label/ResetNVRAM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Label/ResetNVRAM.l2x -------------------------------------------------------------------------------- /Resources-Dark/Resources/Label/ResetNVRAM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Label/ResetNVRAM.lbl -------------------------------------------------------------------------------- /Resources-Dark/Resources/Label/Shell.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Label/Shell.l2x -------------------------------------------------------------------------------- /Resources-Dark/Resources/Label/Shell.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Label/Shell.lbl -------------------------------------------------------------------------------- /Resources-Dark/Resources/Label/Tool.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Label/Tool.l2x -------------------------------------------------------------------------------- /Resources-Dark/Resources/Label/Tool.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Label/Tool.lbl -------------------------------------------------------------------------------- /Resources-Dark/Resources/Label/Windows.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Label/Windows.l2x -------------------------------------------------------------------------------- /Resources-Dark/Resources/Label/Windows.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Dark/Resources/Label/Windows.lbl -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Font/Font_1x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Font/Font_1x.bin -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Font/Font_1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Font/Font_1x.png -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Font/Font_2x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Font/Font_2x.bin -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Font/Font_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Font/Font_2x.png -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Image/Apple.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Image/Apple.icns -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Image/AppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Image/AppleRecv.icns -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Image/AppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Image/AppleTM.icns -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Image/Background.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Image/Background.icns -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Image/Cursor.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Image/Cursor.icns -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Image/ExtAppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Image/ExtAppleRecv.icns -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Image/ExtAppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Image/ExtAppleTM.icns -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Image/ExtHardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Image/ExtHardDrive.icns -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Image/HardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Image/HardDrive.icns -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Image/Left.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Image/Left.icns -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Image/Right.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Image/Right.icns -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Image/Selected.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Image/Selected.icns -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Image/Selector.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Image/Selector.icns -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Image/Shell.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Image/Shell.icns -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Image/Tool.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Image/Tool.icns -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Image/Windows.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Image/Windows.icns -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Label/Apple.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Label/Apple.l2x -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Label/Apple.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Label/Apple.lbl -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Label/AppleRecv.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Label/AppleRecv.l2x -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Label/AppleRecv.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Label/AppleRecv.lbl -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Label/AppleTM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Label/AppleTM.l2x -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Label/AppleTM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Label/AppleTM.lbl -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Label/EFIBoot.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Label/EFIBoot.l2x -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Label/EFIBoot.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Label/EFIBoot.lbl -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Label/Other.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Label/Other.l2x -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Label/Other.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Label/Other.lbl -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Label/ResetNVRAM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Label/ResetNVRAM.l2x -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Label/ResetNVRAM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Label/ResetNVRAM.lbl -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Label/Shell.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Label/Shell.l2x -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Label/Shell.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Label/Shell.lbl -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Label/Tool.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Label/Tool.l2x -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Label/Tool.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Label/Tool.lbl -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Label/Windows.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Label/Windows.l2x -------------------------------------------------------------------------------- /Resources-DarkSharp-B/Resources/Label/Windows.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSharp-B/Resources/Label/Windows.lbl -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Font/Font_1x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Font/Font_1x.bin -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Font/Font_1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Font/Font_1x.png -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Font/Font_2x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Font/Font_2x.bin -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Font/Font_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Font/Font_2x.png -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Image/Apple.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Image/Apple.icns -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Image/AppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Image/AppleRecv.icns -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Image/AppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Image/AppleTM.icns -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Image/Background.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Image/Background.icns -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Image/Cursor.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Image/Cursor.icns -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Image/ExtAppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Image/ExtAppleRecv.icns -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Image/ExtAppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Image/ExtAppleTM.icns -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Image/ExtHardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Image/ExtHardDrive.icns -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Image/HardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Image/HardDrive.icns -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Image/Left.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Image/Left.icns -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Image/Right.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Image/Right.icns -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Image/Selected.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Image/Selected.icns -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Image/Selector.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Image/Selector.icns -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Image/Shell.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Image/Shell.icns -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Image/Tool.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Image/Tool.icns -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Image/Windows.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Image/Windows.icns -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Label/Apple.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Label/Apple.l2x -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Label/Apple.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Label/Apple.lbl -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Label/AppleRecv.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Label/AppleRecv.l2x -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Label/AppleRecv.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Label/AppleRecv.lbl -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Label/AppleTM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Label/AppleTM.l2x -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Label/AppleTM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Label/AppleTM.lbl -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Label/EFIBoot.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Label/EFIBoot.l2x -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Label/EFIBoot.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Label/EFIBoot.lbl -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Label/Other.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Label/Other.l2x -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Label/Other.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Label/Other.lbl -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Label/ResetNVRAM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Label/ResetNVRAM.l2x -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Label/ResetNVRAM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Label/ResetNVRAM.lbl -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Label/Shell.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Label/Shell.l2x -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Label/Shell.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Label/Shell.lbl -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Label/Tool.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Label/Tool.l2x -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Label/Tool.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Label/Tool.lbl -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Label/Windows.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Label/Windows.l2x -------------------------------------------------------------------------------- /Resources-DarkSmooth-B/Resources/Label/Windows.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-DarkSmooth-B/Resources/Label/Windows.lbl -------------------------------------------------------------------------------- /Resources-Light/Resources/Font/Font_1x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Font/Font_1x.bin -------------------------------------------------------------------------------- /Resources-Light/Resources/Font/Font_1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Font/Font_1x.png -------------------------------------------------------------------------------- /Resources-Light/Resources/Font/Font_2x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Font/Font_2x.bin -------------------------------------------------------------------------------- /Resources-Light/Resources/Font/Font_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Font/Font_2x.png -------------------------------------------------------------------------------- /Resources-Light/Resources/Image/Apple.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Image/Apple.icns -------------------------------------------------------------------------------- /Resources-Light/Resources/Image/AppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Image/AppleRecv.icns -------------------------------------------------------------------------------- /Resources-Light/Resources/Image/AppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Image/AppleTM.icns -------------------------------------------------------------------------------- /Resources-Light/Resources/Image/Cursor.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Image/Cursor.icns -------------------------------------------------------------------------------- /Resources-Light/Resources/Image/ExtAppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Image/ExtAppleRecv.icns -------------------------------------------------------------------------------- /Resources-Light/Resources/Image/ExtAppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Image/ExtAppleTM.icns -------------------------------------------------------------------------------- /Resources-Light/Resources/Image/ExtHardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Image/ExtHardDrive.icns -------------------------------------------------------------------------------- /Resources-Light/Resources/Image/HardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Image/HardDrive.icns -------------------------------------------------------------------------------- /Resources-Light/Resources/Image/Left.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Image/Left.icns -------------------------------------------------------------------------------- /Resources-Light/Resources/Image/Right.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Image/Right.icns -------------------------------------------------------------------------------- /Resources-Light/Resources/Image/Selected.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Image/Selected.icns -------------------------------------------------------------------------------- /Resources-Light/Resources/Image/Selector.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Image/Selector.icns -------------------------------------------------------------------------------- /Resources-Light/Resources/Image/Shell.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Image/Shell.icns -------------------------------------------------------------------------------- /Resources-Light/Resources/Image/Tool.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Image/Tool.icns -------------------------------------------------------------------------------- /Resources-Light/Resources/Image/Windows.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Image/Windows.icns -------------------------------------------------------------------------------- /Resources-Light/Resources/Image/background.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Image/background.icns -------------------------------------------------------------------------------- /Resources-Light/Resources/Label/Apple.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Label/Apple.l2x -------------------------------------------------------------------------------- /Resources-Light/Resources/Label/Apple.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Label/Apple.lbl -------------------------------------------------------------------------------- /Resources-Light/Resources/Label/AppleRecv.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Label/AppleRecv.l2x -------------------------------------------------------------------------------- /Resources-Light/Resources/Label/AppleRecv.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Label/AppleRecv.lbl -------------------------------------------------------------------------------- /Resources-Light/Resources/Label/AppleTM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Label/AppleTM.l2x -------------------------------------------------------------------------------- /Resources-Light/Resources/Label/AppleTM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Label/AppleTM.lbl -------------------------------------------------------------------------------- /Resources-Light/Resources/Label/EFIBoot.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Label/EFIBoot.l2x -------------------------------------------------------------------------------- /Resources-Light/Resources/Label/EFIBoot.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Label/EFIBoot.lbl -------------------------------------------------------------------------------- /Resources-Light/Resources/Label/Other.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Label/Other.l2x -------------------------------------------------------------------------------- /Resources-Light/Resources/Label/Other.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Label/Other.lbl -------------------------------------------------------------------------------- /Resources-Light/Resources/Label/ResetNVRAM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Label/ResetNVRAM.l2x -------------------------------------------------------------------------------- /Resources-Light/Resources/Label/ResetNVRAM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Label/ResetNVRAM.lbl -------------------------------------------------------------------------------- /Resources-Light/Resources/Label/Shell.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Label/Shell.l2x -------------------------------------------------------------------------------- /Resources-Light/Resources/Label/Shell.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Label/Shell.lbl -------------------------------------------------------------------------------- /Resources-Light/Resources/Label/Tool.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Label/Tool.l2x -------------------------------------------------------------------------------- /Resources-Light/Resources/Label/Tool.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Label/Tool.lbl -------------------------------------------------------------------------------- /Resources-Light/Resources/Label/Windows.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Label/Windows.l2x -------------------------------------------------------------------------------- /Resources-Light/Resources/Label/Windows.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Light/Resources/Label/Windows.lbl -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Font/Font_1x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Font/Font_1x.bin -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Font/Font_1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Font/Font_1x.png -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Font/Font_2x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Font/Font_2x.bin -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Font/Font_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Font/Font_2x.png -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Image/Apple.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Image/Apple.icns -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Image/AppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Image/AppleRecv.icns -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Image/AppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Image/AppleTM.icns -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Image/Background.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Image/Background.icns -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Image/Cursor.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Image/Cursor.icns -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Image/ExtAppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Image/ExtAppleRecv.icns -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Image/ExtAppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Image/ExtAppleTM.icns -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Image/ExtHardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Image/ExtHardDrive.icns -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Image/HardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Image/HardDrive.icns -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Image/Left.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Image/Left.icns -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Image/Right.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Image/Right.icns -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Image/Selected.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Image/Selected.icns -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Image/Selector.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Image/Selector.icns -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Image/Shell.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Image/Shell.icns -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Image/Tool.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Image/Tool.icns -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Image/Windows.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Image/Windows.icns -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Label/Apple.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Label/Apple.l2x -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Label/Apple.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Label/Apple.lbl -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Label/AppleRecv.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Label/AppleRecv.l2x -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Label/AppleRecv.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Label/AppleRecv.lbl -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Label/AppleTM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Label/AppleTM.l2x -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Label/AppleTM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Label/AppleTM.lbl -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Label/EFIBoot.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Label/EFIBoot.l2x -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Label/EFIBoot.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Label/EFIBoot.lbl -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Label/Other.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Label/Other.l2x -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Label/Other.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Label/Other.lbl -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Label/ResetNVRAM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Label/ResetNVRAM.l2x -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Label/ResetNVRAM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Label/ResetNVRAM.lbl -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Label/Shell.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Label/Shell.l2x -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Label/Shell.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Label/Shell.lbl -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Label/Tool.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Label/Tool.l2x -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Label/Tool.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Label/Tool.lbl -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Label/Windows.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Label/Windows.l2x -------------------------------------------------------------------------------- /Resources-Sharp-B/Resources/Label/Windows.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-B/Resources/Label/Windows.lbl -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Font/Font_1x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Font/Font_1x.bin -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Font/Font_1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Font/Font_1x.png -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Font/Font_2x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Font/Font_2x.bin -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Font/Font_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Font/Font_2x.png -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Image/Apple.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Image/Apple.icns -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Image/AppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Image/AppleRecv.icns -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Image/AppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Image/AppleTM.icns -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Image/Background.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Image/Background.icns -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Image/Cursor.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Image/Cursor.icns -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Image/ExtAppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Image/ExtAppleRecv.icns -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Image/ExtAppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Image/ExtAppleTM.icns -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Image/ExtHardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Image/ExtHardDrive.icns -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Image/HardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Image/HardDrive.icns -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Image/Left.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Image/Left.icns -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Image/Right.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Image/Right.icns -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Image/Selected.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Image/Selected.icns -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Image/Selector.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Image/Selector.icns -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Image/Shell.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Image/Shell.icns -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Image/Tool.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Image/Tool.icns -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Image/Windows.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Image/Windows.icns -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Label/Apple.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Label/Apple.l2x -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Label/Apple.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Label/Apple.lbl -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Label/AppleRecv.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Label/AppleRecv.l2x -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Label/AppleRecv.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Label/AppleRecv.lbl -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Label/AppleTM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Label/AppleTM.l2x -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Label/AppleTM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Label/AppleTM.lbl -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Label/EFIBoot.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Label/EFIBoot.l2x -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Label/EFIBoot.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Label/EFIBoot.lbl -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Label/Other.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Label/Other.l2x -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Label/Other.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Label/Other.lbl -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Label/ResetNVRAM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Label/ResetNVRAM.l2x -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Label/ResetNVRAM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Label/ResetNVRAM.lbl -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Label/Shell.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Label/Shell.l2x -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Label/Shell.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Label/Shell.lbl -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Label/Tool.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Label/Tool.l2x -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Label/Tool.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Label/Tool.lbl -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Label/Windows.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Label/Windows.l2x -------------------------------------------------------------------------------- /Resources-Sharp-Dark/Resources/Label/Windows.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp-Dark/Resources/Label/Windows.lbl -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Font/Font_1x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Font/Font_1x.bin -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Font/Font_1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Font/Font_1x.png -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Font/Font_2x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Font/Font_2x.bin -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Font/Font_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Font/Font_2x.png -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Image/Apple.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Image/Apple.icns -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Image/AppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Image/AppleRecv.icns -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Image/AppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Image/AppleTM.icns -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Image/Background.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Image/Background.icns -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Image/Cursor.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Image/Cursor.icns -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Image/ExtAppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Image/ExtAppleRecv.icns -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Image/ExtAppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Image/ExtAppleTM.icns -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Image/ExtHardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Image/ExtHardDrive.icns -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Image/HardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Image/HardDrive.icns -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Image/Left.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Image/Left.icns -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Image/Right.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Image/Right.icns -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Image/Selected.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Image/Selected.icns -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Image/Selector.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Image/Selector.icns -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Image/Shell.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Image/Shell.icns -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Image/Tool.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Image/Tool.icns -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Image/Windows.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Image/Windows.icns -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Label/Apple.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Label/Apple.l2x -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Label/Apple.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Label/Apple.lbl -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Label/AppleRecv.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Label/AppleRecv.l2x -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Label/AppleRecv.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Label/AppleRecv.lbl -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Label/AppleTM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Label/AppleTM.l2x -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Label/AppleTM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Label/AppleTM.lbl -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Label/EFIBoot.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Label/EFIBoot.l2x -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Label/EFIBoot.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Label/EFIBoot.lbl -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Label/Other.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Label/Other.l2x -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Label/Other.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Label/Other.lbl -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Label/ResetNVRAM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Label/ResetNVRAM.l2x -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Label/ResetNVRAM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Label/ResetNVRAM.lbl -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Label/Shell.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Label/Shell.l2x -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Label/Shell.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Label/Shell.lbl -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Label/Tool.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Label/Tool.l2x -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Label/Tool.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Label/Tool.lbl -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Label/Windows.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Label/Windows.l2x -------------------------------------------------------------------------------- /Resources-Sharp/Resources/Label/Windows.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Sharp/Resources/Label/Windows.lbl -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Font/Font_1x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Font/Font_1x.bin -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Font/Font_1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Font/Font_1x.png -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Font/Font_2x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Font/Font_2x.bin -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Font/Font_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Font/Font_2x.png -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Image/Apple.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Image/Apple.icns -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Image/AppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Image/AppleRecv.icns -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Image/AppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Image/AppleTM.icns -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Image/Background.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Image/Background.icns -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Image/Cursor.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Image/Cursor.icns -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Image/ExtAppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Image/ExtAppleRecv.icns -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Image/ExtAppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Image/ExtAppleTM.icns -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Image/ExtHardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Image/ExtHardDrive.icns -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Image/HardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Image/HardDrive.icns -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Image/Left.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Image/Left.icns -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Image/Right.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Image/Right.icns -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Image/Selected.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Image/Selected.icns -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Image/Selector.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Image/Selector.icns -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Image/Shell.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Image/Shell.icns -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Image/Tool.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Image/Tool.icns -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Image/Windows.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Image/Windows.icns -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Label/Apple.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Label/Apple.l2x -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Label/Apple.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Label/Apple.lbl -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Label/AppleRecv.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Label/AppleRecv.l2x -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Label/AppleRecv.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Label/AppleRecv.lbl -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Label/AppleTM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Label/AppleTM.l2x -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Label/AppleTM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Label/AppleTM.lbl -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Label/EFIBoot.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Label/EFIBoot.l2x -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Label/EFIBoot.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Label/EFIBoot.lbl -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Label/Other.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Label/Other.l2x -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Label/Other.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Label/Other.lbl -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Label/ResetNVRAM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Label/ResetNVRAM.l2x -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Label/ResetNVRAM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Label/ResetNVRAM.lbl -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Label/Shell.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Label/Shell.l2x -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Label/Shell.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Label/Shell.lbl -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Label/Tool.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Label/Tool.l2x -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Label/Tool.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Label/Tool.lbl -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Label/Windows.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Label/Windows.l2x -------------------------------------------------------------------------------- /Resources-Smooth-B/Resources/Label/Windows.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-B/Resources/Label/Windows.lbl -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Font/Font_1x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Font/Font_1x.bin -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Font/Font_1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Font/Font_1x.png -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Font/Font_2x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Font/Font_2x.bin -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Font/Font_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Font/Font_2x.png -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Image/Apple.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Image/Apple.icns -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Image/AppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Image/AppleRecv.icns -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Image/AppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Image/AppleTM.icns -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Image/Background.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Image/Background.icns -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Image/Cursor.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Image/Cursor.icns -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Image/ExtAppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Image/ExtAppleRecv.icns -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Image/ExtAppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Image/ExtAppleTM.icns -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Image/ExtHardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Image/ExtHardDrive.icns -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Image/HardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Image/HardDrive.icns -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Image/Left.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Image/Left.icns -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Image/Right.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Image/Right.icns -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Image/Selected.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Image/Selected.icns -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Image/Selector.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Image/Selector.icns -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Image/Shell.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Image/Shell.icns -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Image/Tool.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Image/Tool.icns -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Image/Windows.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Image/Windows.icns -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Label/Apple.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Label/Apple.l2x -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Label/Apple.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Label/Apple.lbl -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Label/AppleRecv.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Label/AppleRecv.l2x -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Label/AppleRecv.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Label/AppleRecv.lbl -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Label/AppleTM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Label/AppleTM.l2x -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Label/AppleTM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Label/AppleTM.lbl -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Label/EFIBoot.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Label/EFIBoot.l2x -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Label/EFIBoot.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Label/EFIBoot.lbl -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Label/Other.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Label/Other.l2x -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Label/Other.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Label/Other.lbl -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Label/ResetNVRAM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Label/ResetNVRAM.l2x -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Label/ResetNVRAM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Label/ResetNVRAM.lbl -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Label/Shell.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Label/Shell.l2x -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Label/Shell.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Label/Shell.lbl -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Label/Tool.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Label/Tool.l2x -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Label/Tool.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Label/Tool.lbl -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Label/Windows.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Label/Windows.l2x -------------------------------------------------------------------------------- /Resources-Smooth-Dark/Resources/Label/Windows.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth-Dark/Resources/Label/Windows.lbl -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Font/Font_1x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Font/Font_1x.bin -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Font/Font_1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Font/Font_1x.png -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Font/Font_2x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Font/Font_2x.bin -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Font/Font_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Font/Font_2x.png -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Image/Apple.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Image/Apple.icns -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Image/AppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Image/AppleRecv.icns -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Image/AppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Image/AppleTM.icns -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Image/Background.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Image/Background.icns -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Image/Cursor.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Image/Cursor.icns -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Image/ExtAppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Image/ExtAppleRecv.icns -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Image/ExtAppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Image/ExtAppleTM.icns -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Image/ExtHardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Image/ExtHardDrive.icns -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Image/HardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Image/HardDrive.icns -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Image/Left.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Image/Left.icns -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Image/Right.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Image/Right.icns -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Image/Selected.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Image/Selected.icns -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Image/Selector.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Image/Selector.icns -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Image/Shell.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Image/Shell.icns -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Image/Tool.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Image/Tool.icns -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Image/Windows.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Image/Windows.icns -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Label/Apple.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Label/Apple.l2x -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Label/Apple.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Label/Apple.lbl -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Label/AppleRecv.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Label/AppleRecv.l2x -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Label/AppleRecv.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Label/AppleRecv.lbl -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Label/AppleTM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Label/AppleTM.l2x -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Label/AppleTM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Label/AppleTM.lbl -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Label/EFIBoot.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Label/EFIBoot.l2x -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Label/EFIBoot.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Label/EFIBoot.lbl -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Label/Other.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Label/Other.l2x -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Label/Other.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Label/Other.lbl -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Label/ResetNVRAM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Label/ResetNVRAM.l2x -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Label/ResetNVRAM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Label/ResetNVRAM.lbl -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Label/Shell.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Label/Shell.l2x -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Label/Shell.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Label/Shell.lbl -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Label/Tool.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Label/Tool.l2x -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Label/Tool.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Label/Tool.lbl -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Label/Windows.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Label/Windows.l2x -------------------------------------------------------------------------------- /Resources-Smooth/Resources/Label/Windows.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LuckyCrack/OpenCore-Themes/e1385ca815216e859eae8d9c358226b8fb12c53a/Resources-Smooth/Resources/Label/Windows.lbl --------------------------------------------------------------------------------