Merge pull request #110 from AdisonCavani/new-themes

feat: add new themes (v3.2)
This commit is contained in:
Adrian Środoń 2023-06-15 19:00:41 +02:00 committed by GitHub
commit 334d1522e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 54 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
assets/icons/archcraft.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
assets/icons/linuxlite.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
assets/icons/nobara.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 941 B

BIN
assets/icons/vanillaos.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
preview/Archcraft.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

BIN
preview/AsusROG.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
preview/AsusTUF.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
preview/HPVictus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
preview/LinuxLite.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
preview/Medion.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
preview/Nobara.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
preview/Proxmox.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
preview/VanillaOS.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

View file

@ -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"
} }
] ]
} }