https://github.com/samuelmeuli/refind-theme-dark
🎨 A simple, dark theme for rEFInd
https://github.com/samuelmeuli/refind-theme-dark
refind refind-theme theme
Last synced: 29 days ago
JSON representation
🎨 A simple, dark theme for rEFInd
- Host: GitHub
- URL: https://github.com/samuelmeuli/refind-theme-dark
- Owner: samuelmeuli
- License: mit
- Created: 2018-03-09T16:35:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T22:41:03.000Z (over 3 years ago)
- Last Synced: 2025-03-21T21:02:07.523Z (about 1 month ago)
- Topics: refind, refind-theme, theme
- Homepage:
- Size: 327 KB
- Stars: 58
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rEFInd Dark Theme
A simple, dark theme for the [rEFInd boot manager](http://www.rodsbooks.com/refind).

## Installation
1. Mount your EFI partition (macOS: `sudo mount -t msdos /dev/disk0s1 /Volumes`)
2. Open the rEFInd directory (macOS: `cd /Volumes/EFI/rEFInd`)
3. Create the folder `themes` if it doesn't already exist
4. Clone this repository into the `themes` folder
5. Activate the theme by adding `include themes/refind-theme-dark/theme.conf` to the `refind.conf` file## Contributing
If you have a request for a new icon, please either follow the steps below (you'll need [Affinity Designer](https://affinity.serif.com/designer)) or create an issue with an URL to the icon (in SVG format).
1. Add the SVG file of the new icon to `icons/originals`
2. Add the source of the file to `icons/sources.txt`
3. Using Affinity Designer, create a new artboard for the icon in `icons/icons.afdesign` and export it as a PNG file to `icons/output`
4. Create a PR## Credits
This theme was inspired by the [Minimal](https://github.com/EvanPurkhiser/rEFInd-minimal) and [Ambience](https://github.com/lukechilds/refind-ambience) themes for rEFInd.