Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.14 KB

README.md

File metadata and controls

32 lines (29 loc) · 1.14 KB

Clover Next Black

A clean theme for the Clover UEFI bootloader, based off rEFInd Next Theme by sdbinwiiexe and inspired by rEFInd-Black by st-andrew.

Screenshot of the theme

Installation

Clone or download the ZIP of this repo to your Clover theme directory (usually in /EFI/CLOVER/themes, located on the EFI system partition). Then, edit your Clover config.plist to select the theme.

<key>GUI</key>
<dict>
	<key>Theme</key>
	<string>clover-next-black</string>
</dict>

By default, labels for the boot entries are hidden. If you would like to enable them, you can edit the theme.plist file in this repo by changing the Banner key to true.

<key>Components</key>
<dict>
	<key>Banner</key>
  <false/>
	<key>Functions</key>
	<true/>
	<key>Label</key>
	<true/>
	<key>Revision</key>
	<false/>
	<key>MenuTitle</key>
	<true/>
</dict>

Special thanks to sdbinwiiexe for his original theme. Thanks to xenatt for the cursor icon and the font image.