Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (31 loc) · 1.24 KB

README.md

File metadata and controls

36 lines (31 loc) · 1.24 KB

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