https://github.com/rose-pine/grub
Soho vibes for GRUB 2
https://github.com/rose-pine/grub
grub rose-pine soho-vibes theme
Last synced: about 1 year ago
JSON representation
Soho vibes for GRUB 2
- Host: GitHub
- URL: https://github.com/rose-pine/grub
- Owner: rose-pine
- Created: 2020-11-12T00:32:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T00:04:02.000Z (about 1 year ago)
- Last Synced: 2025-02-25T18:16:42.879Z (about 1 year ago)
- Topics: grub, rose-pine, soho-vibes, theme
- Homepage:
- Size: 97.7 KB
- Stars: 13
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Rosé Pine for GRUB 2
All natural pine, faux fur and a bit of soho vibes for the classy minimalist
## Installation
Download `rose-pine-grub.tar.gz` from the releases tab, and:
### Manually
Extract the tarball:
```sh
tar -xvf rose-pine-grub.tar.gz
```
Move the `rose-pine-grub` folder into the `/boot/grub/themes/` directory:
```sh
sudo mv rose-pine-grub /boot/grub/themes
```
If the `themes` directory doesn't exist, create it.
I recommend making a backup of your GRUB config now just in case:
```sh
sudo cp /etc/default/grub /etc/default/grub.bak
```
Now edit your GRUB config (`sudoedit` is recommended to avoid giving your text
editor root permissions):
```sh
sudoedit /etc/default/grub
```
Find the line with `GRUB_THEME=`. If it is commented out, uncomment it. If it
doesn't exist, add a line to your GRUB config, and set your `GRUB_THEME` line
to the following:
```conf
GRUB_THEME="/boot/grub/themes/rose-pine-grub/theme.txt"
```
Optionally, you can set the `GRUB_GFXMODE` setting for the theme to display at
your native screen resolution.
Now you need to update your GRUB config:
```sh
sudo grub-mkconfig -o /boot/grub/grub.cfg
```
On Debian-based distros, the following wrapper exists for this command:
```sh
sudo update-grub
```
### With grub-customizer
1. Launch [grub-customizer](https://pkgs.org/download/grub-customizer)
2. Navigate to appearance settings
3. Go to theme and hit the plus button, and select `rose-pine-grub.tar.gz`
4. Select it form the list and hit Save in the top left
5. Reboot
## Gallery
> +1 for the sexy desk setup

[Screencast](./screenshots/screencast.webm)
## Thanks to
- [ThatOneCalculator](https://github.com/thatonecalculator)