Skip to content

blackosx/BsxTexturedSquare

Repository files navigation

BsxTexturedSquare

A set of PNG files wrapped in Apple .icns file format suitable for using as a theme for OpenCanopy which is part of OpenCore.

theme_preview

theme_preview

Requirements
OpenCore with OpenCanopy installed and configured.

Initial Setup of OpenCanopy
Please refer to OpenCore beauty treatment at dortania.

Compatible with OpenCore Version
0.7.0
Note: Since OpenCore 0.7.0, the EFI/OC/Resources/Image/ directory will contain a Vendor directory which in turn will contain subsequent theme dirs.

Using this theme
This repository contains a Blackosx directory with a sub-directory BsxTexturedSquare which contains all necessary ICNS files for the theme.

The background image is 5K resolution so will centre on smaller display sizes.

If you don't have a EFI/OC/Resources/Image/Blackosx directory in EFI/OC/Resources/Image/

  • then add the Blackosx directory to EFI/OC/Resources/Image/ directory in your systems EFI System Partition.

If you already have EFI/OC/Resources/Image/Blackosx/

  • then just add the BsxTexturedSquare directory

Either way, for this theme you will want to end up having EFI/OC/Resources/Image/Blackosx/BsxTexturedSquare

You can switch the icon set used by OpenCanopy by changing the 'PickerVariant' key in OpenCore's config.plist to match the vendor and theme name of the icon set you want to display. So to instruct OpenCanopy to use this icon set you want to set the PickerVariant key to Blackosx\BsxTexturedSquare

                <key>PickerVariant</key>
                <string>Blackosx\BsxTexturedSquare</string>

Recommended Config changes
For the best experience using this theme you will want the text to display in white. This can be achieved by setting NVRAM->Add->4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14->DefaultBackgroundColor to any colour other than Apple Grey, #BFBFBF or as used on config.plist, v7+/AA==

        <key>NVRAM</key>
        <dict>
            <key>Add</key>
            <dict>
                <key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
                <dict>
                    <key>DefaultBackgroundColor</key>
                    <data>AAAAAA==</data>

About

An OpenCanopy Theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published