https://github.com/mskonovalov/grub2-theme-fallout
Grub2 theme aka Fallout terminal interface
https://github.com/mskonovalov/grub2-theme-fallout
fallout grub2 grub2-theme
Last synced: 12 months ago
JSON representation
Grub2 theme aka Fallout terminal interface
- Host: GitHub
- URL: https://github.com/mskonovalov/grub2-theme-fallout
- Owner: mskonovalov
- License: mit
- Created: 2017-03-19T12:49:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T19:21:59.000Z (about 9 years ago)
- Last Synced: 2025-06-22T19:06:43.163Z (12 months ago)
- Topics: fallout, grub2, grub2-theme
- Size: 1.86 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grub2-theme-fallout
[![Download][download img]][download]
[![Version][version img]][version]
![Downloads count][downloadcnt img]
[![License][license img]][license]
Grub2 theme aka Fallout terminal interface

## Installation
You can download [grub2-theme-fallout.tar.gz][download] and apply it with [grub-customizer](https://launchpad.net/grub-customizer)
## Tuning
### Font size
You can change font size on your taste just call the following command with desired size instead of placeholder:
```
grub-mkfont -o ./theme/fixedsys-regular-${your_size}.pf2 -s ${your_size} ./raw_font.ttf
```
Then edit `theme/theme.txt` substituting `*-font: "Fixedsys Regular 32"` with `*-font: "Fixedsys Regular ${your_size}"`
### Icons color
If you want white colored icons just copy with replacement all files from `theme/icons_white` into `theme/icons`.
Or you can change the color of icons with any graphic editor you like.
[version]:../../releases/tag/1.0
[version img]:https://img.shields.io/badge/version-1.0-blue.svg
[download]:../../releases/download/1.0/grub2-fallout-theme.tar.gz
[download img]:https://img.shields.io/badge/download-.tar.gz-brightgreen.svg
[downloadcnt img]:https://img.shields.io/github/downloads/mskonovalov/grub2-theme-fallout/total.svg
[license]:LICENSE
[license img]:https://img.shields.io/badge/License-MIT-blue.svg