├── .gitignore ├── background.png ├── icons ├── os_mx.png ├── os_arch.png ├── os_kali.png ├── os_linux.png ├── os_mac.png ├── os_neon.png ├── os_pop.png ├── os_solus.png ├── os_void.png ├── os_win.png ├── os_win10.png ├── os_win8.png ├── os_zorin.png ├── func_about.png ├── func_exit.png ├── func_reset.png ├── os_android.png ├── os_centos.png ├── os_debian.png ├── os_deepin.png ├── os_fedora.png ├── os_freebsd.png ├── os_gentoo.png ├── os_kubuntu.png ├── os_manjaro.png ├── os_openbsd.png ├── os_ubuntu.png ├── os_unknown.png ├── func_firmware.png ├── func_hidden.png ├── func_shutdown.png ├── os_antergos.png ├── os_elementary.png ├── os_linuxmint.png ├── os_parabola.png ├── tool_mok_tool.png ├── os_ubuntugnome.png └── os_win8_official.png ├── selection_big.png ├── selection_small.png ├── theme.conf ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/background.png -------------------------------------------------------------------------------- /icons/os_mx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_mx.png -------------------------------------------------------------------------------- /icons/os_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_arch.png -------------------------------------------------------------------------------- /icons/os_kali.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_kali.png -------------------------------------------------------------------------------- /icons/os_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_linux.png -------------------------------------------------------------------------------- /icons/os_mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_mac.png -------------------------------------------------------------------------------- /icons/os_neon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_neon.png -------------------------------------------------------------------------------- /icons/os_pop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_pop.png -------------------------------------------------------------------------------- /icons/os_solus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_solus.png -------------------------------------------------------------------------------- /icons/os_void.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_void.png -------------------------------------------------------------------------------- /icons/os_win.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_win.png -------------------------------------------------------------------------------- /icons/os_win10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_win10.png -------------------------------------------------------------------------------- /icons/os_win8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_win8.png -------------------------------------------------------------------------------- /icons/os_zorin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_zorin.png -------------------------------------------------------------------------------- /selection_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/selection_big.png -------------------------------------------------------------------------------- /icons/func_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/func_about.png -------------------------------------------------------------------------------- /icons/func_exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/func_exit.png -------------------------------------------------------------------------------- /icons/func_reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/func_reset.png -------------------------------------------------------------------------------- /icons/os_android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_android.png -------------------------------------------------------------------------------- /icons/os_centos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_centos.png -------------------------------------------------------------------------------- /icons/os_debian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_debian.png -------------------------------------------------------------------------------- /icons/os_deepin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_deepin.png -------------------------------------------------------------------------------- /icons/os_fedora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_fedora.png -------------------------------------------------------------------------------- /icons/os_freebsd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_freebsd.png -------------------------------------------------------------------------------- /icons/os_gentoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_gentoo.png -------------------------------------------------------------------------------- /icons/os_kubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_kubuntu.png -------------------------------------------------------------------------------- /icons/os_manjaro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_manjaro.png -------------------------------------------------------------------------------- /icons/os_openbsd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_openbsd.png -------------------------------------------------------------------------------- /icons/os_ubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_ubuntu.png -------------------------------------------------------------------------------- /icons/os_unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_unknown.png -------------------------------------------------------------------------------- /selection_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/selection_small.png -------------------------------------------------------------------------------- /icons/func_firmware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/func_firmware.png -------------------------------------------------------------------------------- /icons/func_hidden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/func_hidden.png -------------------------------------------------------------------------------- /icons/func_shutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/func_shutdown.png -------------------------------------------------------------------------------- /icons/os_antergos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_antergos.png -------------------------------------------------------------------------------- /icons/os_elementary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_elementary.png -------------------------------------------------------------------------------- /icons/os_linuxmint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_linuxmint.png -------------------------------------------------------------------------------- /icons/os_parabola.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_parabola.png -------------------------------------------------------------------------------- /icons/tool_mok_tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/tool_mok_tool.png -------------------------------------------------------------------------------- /icons/os_ubuntugnome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_ubuntugnome.png -------------------------------------------------------------------------------- /icons/os_win8_official.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/refind-ambience/HEAD/icons/os_win8_official.png -------------------------------------------------------------------------------- /theme.conf: -------------------------------------------------------------------------------- 1 | # 2 | # Ambience 3 | # 4 | 5 | # Load banner and fit to screen 6 | banner themes/refind-ambience/background.png 7 | banner_scale fillscreen 8 | 9 | # Load icons 10 | big_icon_size 256 11 | small_icon_size 64 12 | icons_dir themes/refind-ambience/icons 13 | 14 | # Load selection background 15 | selection_big themes/refind-ambience/selection_big.png 16 | selection_small themes/refind-ambience/selection_small.png 17 | 18 | # Hide everything 19 | hideui singleuser,hints,arrows,label,badges 20 | showtools 21 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2016 Luke Childs 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Ambience rEFInd Theme 2 | 3 | Minimal theme for the rEFInd boot manager 4 | 5 | ![Screenshot](http://i.imgur.com/e7Zg8xI.png) 6 | 7 | ## Installation 8 | 9 | 1. Locate your rEFInd installation folder 10 | 11 | 2. Create a folder called `themes` inside it, if it doesn't already exist 12 | 13 | 3. Clone this repo into the `themes` folder 14 | 15 | 4. Add `include themes/refind-ambience/theme.conf` to `refind.conf` 16 | 17 | ## Contribution 18 | 19 | Pull requests for more OS icons are welcome. Please make sure the image is a 256x256 solid white png at 75% transparency. To keep alignment consistent the actual icon should be roughly 132x132 in the middle of the png. Depending on the shape of the icon, the size and position may vary to get better results. 20 | 21 | ## Credits 22 | 23 | This theme was inspired by [rEFInd-minimal](https://github.com/EvanPurkhiser/rEFInd-minimal) by [@EvanPurkhiser](https://github.com/EvanPurkhiser) 24 | 25 | I don't seem to be able to find an original source for the background image. If you created it, let me know, I'm happy to provide attribution or remove it if it's an issue. 26 | 27 | ## License 28 | 29 | MIT © Luke Childs 30 | --------------------------------------------------------------------------------