Home

Awesome

clover-theme-minimal-dark

Dark version of minimal theme with a few tweaks for the Clover UEFI bootloader, based off clover-theme-minimal by Alex James.

Screenshot of the theme

Installation

Place the theme folder in /EFI/CLOVER/themes, located on the EFI system partition. Then, edit your Clover config.plist to select the theme.

...
<key>Theme</key>
<string>clover-theme-minimal-dark</string>
...

By default, labels and badges for the boot entries are hidden. If you would like to enable them, you can edit the theme.plist file:

...
<key>Label</key>
<true/>
...
<key>Badges</key>
<dict>
    ...
    <key>Show</key>
    <true/>

Credits