mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 07:12:33 +02:00
feat: Add v3.2 themes to themes.json
This commit is contained in:
parent
51b4e55fe2
commit
a49ccfe801
1 changed files with 48 additions and 0 deletions
48
themes.json
48
themes.json
|
@ -190,6 +190,36 @@
|
||||||
"image": "Parabola.png",
|
"image": "Parabola.png",
|
||||||
"theme": "parabola.tar",
|
"theme": "parabola.tar",
|
||||||
"versionAdded": "v3.1"
|
"versionAdded": "v3.1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Archcraft",
|
||||||
|
"image": "Archcraft.png",
|
||||||
|
"theme": "archcraft.tar",
|
||||||
|
"versionAdded": "v3.2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Nobara",
|
||||||
|
"image": "Nobara.png",
|
||||||
|
"theme": "nobara.tar",
|
||||||
|
"versionAdded": "v3.2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Proxmox",
|
||||||
|
"image": "Proxmox.png",
|
||||||
|
"theme": "proxmox.tar",
|
||||||
|
"versionAdded": "v3.2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Linux Lite",
|
||||||
|
"image": "linuxlite.png",
|
||||||
|
"theme": "linuxlite.tar",
|
||||||
|
"versionAdded": "v3.2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Vanilla OS",
|
||||||
|
"image": "VanillaOS.png",
|
||||||
|
"theme": "vanillaos.tar",
|
||||||
|
"versionAdded": "v3.2"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"vendors": [
|
"vendors": [
|
||||||
|
@ -301,6 +331,24 @@
|
||||||
"theme": "lg.tar",
|
"theme": "lg.tar",
|
||||||
"versionAdded": "v3.1"
|
"versionAdded": "v3.1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Asus ROG",
|
||||||
|
"image": "AsusROG.png",
|
||||||
|
"theme": "asusrog.tar",
|
||||||
|
"versionAdded": "v3.2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Asus TUF",
|
||||||
|
"image": "AsusTUF.png",
|
||||||
|
"theme": "asustuf.tar",
|
||||||
|
"versionAdded": "v3.2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "HP Victus",
|
||||||
|
"image": "HPVictus.png",
|
||||||
|
"theme": "hpvictus.tar",
|
||||||
|
"versionAdded": "v3.2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Medion",
|
"name": "Medion",
|
||||||
"image": "Medion.png",
|
"image": "Medion.png",
|
||||||
|
|
Loading…
Add table
Reference in a new issue