A clean theme for the Clover UEFI bootloader based on the Ursa Major colorscheme.
- Mount the EFI partition where Clover is installed. For me, it's /dev/sdb1:
sudo mkdir /mnt/macos
sudo mount /dev/sdb1
- Clone this repository to your disk and copy to the Clover theme directory on your EFI partition (/EFI/CLOVER/themes)
git clone https://github.com/kgoettler/ursa-major-clover.git
sudo cp -r ./ursamajor-clover /mnt/EFI/CLOVER/themes/
- Edit your Clover config.plist (/EFI/CLOVER/config.plist) to select the theme.
<key>GUI</key>
<dict>
<key>Theme</key>
<string>ursamajor-clover</string>
</dict>
By default, the Functions (e.g. About, Restart, and Shutdown) are disabled.
There are matching icons for these buttons, though, and they can be enabled
by modifying the theme.plist
file:
<key>Functions</key>
<true/>
Thanks to Alex James for the original clover-theme-minimal theme, which I used as a launching point for this theme.