Home

Awesome

BsxOc1

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

<img src="https://github.com/blackosx/BsxOc1/blob/main/preview_ui.jpg" alt="theme_preview" border="0"> <img src="https://github.com/blackosx/BsxOc1/blob/main/preview_password.jpg" alt="theme_preview" border="0">

Requirements<br> OpenCore with OpenCanopy installed and configured.

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

PickerAttributes<br> To enjoy OpenCore's flavour system edit your config.plist and set PickerAttributes to 144.

                <key>PickerAttributes</key>
                <integer>144</integer>

Compatible with OpenCore Version<br> 0.7.0 and newer<br> 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<br> This repository contains a Blackosx directory with a sub-directory BsxOc1 which contains all necessary ICNS files for the theme.

However, please note that this theme also contains multiple backgrounds at different sizes. You will want to select your background image from the thirteen different sized files in the /Blackosx/Backgrounds directory. Choose the one for your display resolution that OpenCanopy uses and move it in with the other .icns files. You can then remove the Backgrounds directory as these files will generally be the largest and due to limited space on the EFI System Partition you won't want to store redundant image files.

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

If you already have EFI/OC/Resources/Image/Blackosx/<br>

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

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\BsxOc1

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

Recommended Config changes<br> 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>