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

dark version of minimal clover theme with a few tweaks

License

Notifications You must be signed in to change notification settings

ImmersiveX/clover-theme-minimal-dark

Repository files navigation

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

About

dark version of minimal clover theme with a few tweaks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published