https://github.com/al3xtjames/clover-theme-minimal
A clean theme for the Clover UEFI bootloader
https://github.com/al3xtjames/clover-theme-minimal
Last synced: 3 months ago
JSON representation
A clean theme for the Clover UEFI bootloader
- Host: GitHub
- URL: https://github.com/al3xtjames/clover-theme-minimal
- Owner: al3xtjames
- Created: 2015-05-25T21:04:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T18:12:44.000Z (over 7 years ago)
- Last Synced: 2026-01-14T16:00:51.126Z (5 months ago)
- Size: 1.41 MB
- Stars: 218
- Watchers: 5
- Forks: 28
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clover Minimal Theme
A clean theme for [the Clover UEFI bootloader](http://sourceforge.net/projects/cloverefiboot), based off [rEFInd-minimal by Evan Purkhiser](https://github.com/EvanPurkhiser/rEFInd-minimal).

### 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.
```plist
GUI
Theme
clover-theme-minimal
```
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 `Label` key to `true`.
```plist
Components
Banner
Functions
Label
MenuTitle
Revision
```
### Credits
Special thanks to Evan Purkhiser for his original theme, which uses OS icons from SWOriginal. Thanks to Ukr55 for the cursor icon, the font image, and some of the tool icons.