A clover theme for the Clover UEFI bootloader, based off YosemiteLogin2 by xenatt.
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-elcapitan-theme</string>
</dict>
Default resolution is 1920x1200, but you can change it to 1920x1080 by changing the Background
Path key.
<key>Background</key>
<dict>
<key>Path</key>
<string>1920x1200.png</string>
<key>Type</key>
<string>Crop</string>
<key>Sharp</key>
<string>0xFF</string>
</dict>
Special thanks to xenatt for his original theme.