https://github.com/VandalByte/darkmatter-grub2-theme
Dark Matter GRUB Theme πΎπ
https://github.com/VandalByte/darkmatter-grub2-theme
dark-matter dark-theme darkmatter grub grub-boot-menu grub-theme grub2 grub2-theme
Last synced: 3 days ago
JSON representation
Dark Matter GRUB Theme πΎπ
- Host: GitHub
- URL: https://github.com/VandalByte/darkmatter-grub2-theme
- Owner: VandalByte
- License: gpl-3.0
- Created: 2021-09-04T07:59:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T05:25:02.000Z (about 1 month ago)
- Last Synced: 2025-03-03T06:25:52.627Z (about 1 month ago)
- Topics: dark-matter, dark-theme, darkmatter, grub, grub-boot-menu, grub-theme, grub2, grub2-theme
- Language: Python
- Homepage: https://www.pling.com/p/1603282/
- Size: 345 MB
- Stars: 334
- Watchers: 8
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-linux-ricing - Dark Matter - Dark Matter GRUB Theme. (GRUB / VSCode)
- awesome - VandalByte/darkmatter-grub2-theme - Dark Matter GRUB Theme πΎπ (Python)
README
![]()
### π’ [Project moved to GitLab](https://gitlab.com/VandalByte/darkmatter-grub-theme)
### βοΈ Installation
```shell
git clone --depth 1 https://gitlab.com/VandalByte/darkmatter-grub-theme.git && cd darkmatter-grub-theme
sudo python3 darkmatter-theme.py --install
```### βοΈ Manual Installation
Debian β¨ Ubuntu β¨ Arch
#### 1οΈβ£ Download your favourite version of the theme from [**Pling**](https://www.pling.com/p/1603282/)Now extract your downloaded .zip file.
Either manually extract it or use the command below. ( *Here I'm using debian version of my theme as an example* )
```shell
unzip dark-matter-debian.zip
```
*The rest of the commands are the same for all theme styles.*#### 2οΈβ£ Copy the theme directory.
```shell
sudo cp -r dark-matter /boot/grub/themes/
```
#### 3οΈβ£ Make changes to the GRUB config file.```shell
sudo nano /etc/default/grub
```
Find the line `GRUB_THEME=` then change it to `GRUB_THEME="/boot/grub/themes/dark-matter/theme.txt"`Then save the file.
#### 4οΈβ£ Finally, update the grub.
```shell
sudo grub-mkconfig -o /boot/grub/grub.cfg
```
Now the theme should be installed successfully, enjoy !!Fedora β¨ Redhat
#### 1οΈβ£ Download your favourite version of the theme from [**Pling**](https://www.pling.com/p/1603282/)Now extract your downloaded .zip file.
Either manually extract it or use the command below. ( *Here I'm using debian version of my theme as an example* )
```shell
unzip dark-matter-debian.zip
```
*The rest of the commands are the same for all theme styles.*#### 2οΈβ£ Copy the theme directory.
```shell
sudo cp -r dark-matter /boot/grub2/themes/
```
#### 3οΈβ£ Make changes to the GRUB config file.```shell
sudo nano /etc/default/grub
```
Find the line `GRUB_THEME=` then change it to `GRUB_THEME="/boot/grub2/themes/dark-matter/theme.txt"`
Change the line `GRUB_TERMINAL_OUTPUT=console` to this *(comment it out)* `#GRUB_TERMINAL_OUTPUT=console`Then save the file.
#### 4οΈβ£ Finally, update the grub.
```shell
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
```
Now restart your computer the grub theme should be installed successfully, enjoy !!NixOS
#### 1οΈβ£ Add darkmatter-grub-theme to your flake as nixos module```nix
{
inputs = {
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;darkmatter-grub-theme = {
url = gitlab:VandalByte/darkmatter-grub-theme;
inputs.nixpkgs.follows = "nixpkgs";
};
};outputs = inputs @ { self, nixpkgs, darkmatter-grub-theme }: {
nixosConfigurations.mysystem = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
darkmatter-grub-theme.nixosModule
./path/to/your/configuration.nix
];
};
};
}
```#### 2οΈβ£ Enable and configure grub theme
```nix
boot = {
# Use the GRUB 2 boot loader.
loader.grub = {
enable = true;
version = 2;darkmatter-theme = {
enable = true;
style = "nixos";
icon = "color";
resolution = "1080p";
};
};
};
```
#### 3οΈβ£ Save changes and rebuild your nixos```fish
sudo nixos-rebuild boot --flake .#mysystem
```Now the theme should be installed successfully, enjoy !!
> **To request a theme for a specific Linux distro, open an issue with the `feature request` label and let me know**
### β Uninstallation
```shell
sudo python3 darkmatter-theme.py --uninstall
```
**With a little effort the theme's text colours, progress bar colours, progress bar text, and so on can all be customised in `theme.txt` to your liking π**
Please consider π€ giving this project a star β if you liked it
### πΈ Preview| | | |
|:-------:|:-------:|:---------:|
||||
|**Arch Linux**|**Arch Strike**|**Artix Linux**|
||||
|**Black Arch**|**CentOS**|**Chrome OS**|
||||
|**Debian**|**Deepin**|**Devuan**|
||||
|**Elementary OS**|**Endeavour OS**|**Fedora**|
||||
|**FreeBSD**|**Garuda Linux**|**Gentoo Linux**|
||||
|**Kali Linux**|**KDE neon**|**Kubuntu**|
||||
|**Linux**|**Linux Lite**|**Linux Mint**|
||||
|**Lubuntu**|**Manjaro**|**MX Linux**|
||||
|**OpenSUSE**|**Parrot OS**|**Pentoo**|
||||
|**PopOS**|**Red Hat**|**Slackware**|
||||
|**Solus**|**Sparky Linux**|**SteamOS**|
||||
|**Ubuntu**|**Ubuntu Mate**|**Void Linux**|
||||
|**Windows 10**|**Windows 11**|**Zorin OS**|
||||
|**NixOS**|**GuixSD**|**DTOS**|
||||![ArcoLinux]
|**Xubuntu**|**Nobara**|**ArcoLinux**|
||||![PLACEHOLDER]
|**AthenaOS**|**PLACEHOLDER**|**PLACEHOLDER**|