al3xtjames / clover-theme-next-black

A clean theme for the Clover UEFI bootloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A clean theme for the Clover UEFI bootloader