Skip to content

A clean theme for the Clover UEFI bootloader

Notifications You must be signed in to change notification settings

al3xtjames/clover-theme-next-black

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages