Merge pull request #110 from AdisonCavani/new-themes
feat: add new themes (v3.2)
BIN
assets/backgrounds/archcraft.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
assets/backgrounds/asusrog.png
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
assets/backgrounds/asustuf.png
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
assets/backgrounds/hpvictus.png
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
assets/backgrounds/linuxlite.png
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
assets/backgrounds/medion.png
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
assets/backgrounds/nobara.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
assets/backgrounds/proxmox.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
assets/backgrounds/vanillaos.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
assets/icons/archcraft.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
assets/icons/linuxlite.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/icons/nobara.png
Normal file
After Width: | Height: | Size: 941 B |
BIN
assets/icons/vanillaos.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
preview/Archcraft.png
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
preview/AsusROG.png
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
preview/AsusTUF.png
Normal file
After Width: | Height: | Size: 67 KiB |
BIN
preview/HPVictus.png
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
preview/LinuxLite.png
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
preview/Medion.png
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
preview/Nobara.png
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
preview/Proxmox.png
Normal file
After Width: | Height: | Size: 65 KiB |
BIN
preview/VanillaOS.png
Normal file
After Width: | Height: | Size: 62 KiB |
54
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": [
|
||||||
|
@ -300,6 +330,30 @@
|
||||||
"image": "LG.png",
|
"image": "LG.png",
|
||||||
"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",
|
||||||
|
"image": "Medion.png",
|
||||||
|
"theme": "medion.tar",
|
||||||
|
"versionAdded": "v3.2"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|