A simple, dark theme for the rEFInd boot manager.
- Mount your EFI partition (macOS:
sudo mount -t msdos /dev/disk0s1 /Volumes
) - Open the rEFInd directory (macOS:
cd /Volumes/EFI/rEFInd
) - Create the folder
themes
if it doesn't already exist - Clone this repository into the
themes
folder - Activate the theme by adding
include themes/refind-theme-dark/theme.conf
to therefind.conf
file
If you have a request for a new icon, please either follow the steps below (you'll need Affinity Designer) or create an issue with an URL to the icon (in SVG format).
- Add the SVG file of the new icon to
icons/originals
- Add the source of the file to
icons/sources.txt
- Using Affinity Designer, create a new artboard for the icon in
icons/icons.afdesign
and export it as a PNG file toicons/output
- Create a PR
This theme was inspired by the Minimal and Ambience themes for rEFInd.