diff --git a/assets/backgrounds/archcraft.png b/assets/backgrounds/archcraft.png new file mode 100644 index 0000000..9ea6892 Binary files /dev/null and b/assets/backgrounds/archcraft.png differ diff --git a/assets/backgrounds/asusrog.png b/assets/backgrounds/asusrog.png new file mode 100644 index 0000000..f0ee246 Binary files /dev/null and b/assets/backgrounds/asusrog.png differ diff --git a/assets/backgrounds/asustuf.png b/assets/backgrounds/asustuf.png new file mode 100644 index 0000000..464f31b Binary files /dev/null and b/assets/backgrounds/asustuf.png differ diff --git a/assets/backgrounds/hpvictus.png b/assets/backgrounds/hpvictus.png new file mode 100644 index 0000000..2ae742b Binary files /dev/null and b/assets/backgrounds/hpvictus.png differ diff --git a/assets/backgrounds/linuxlite.png b/assets/backgrounds/linuxlite.png new file mode 100644 index 0000000..3578b59 Binary files /dev/null and b/assets/backgrounds/linuxlite.png differ diff --git a/assets/backgrounds/medion.png b/assets/backgrounds/medion.png new file mode 100644 index 0000000..349ca80 Binary files /dev/null and b/assets/backgrounds/medion.png differ diff --git a/assets/backgrounds/nobara.png b/assets/backgrounds/nobara.png new file mode 100644 index 0000000..b0a648b Binary files /dev/null and b/assets/backgrounds/nobara.png differ diff --git a/assets/backgrounds/proxmox.png b/assets/backgrounds/proxmox.png new file mode 100644 index 0000000..80c4b5f Binary files /dev/null and b/assets/backgrounds/proxmox.png differ diff --git a/assets/backgrounds/vanillaos.png b/assets/backgrounds/vanillaos.png new file mode 100644 index 0000000..683dadc Binary files /dev/null and b/assets/backgrounds/vanillaos.png differ diff --git a/assets/icons/archcraft.png b/assets/icons/archcraft.png new file mode 100644 index 0000000..82e5026 Binary files /dev/null and b/assets/icons/archcraft.png differ diff --git a/assets/icons/linuxlite.png b/assets/icons/linuxlite.png new file mode 100644 index 0000000..42ab8d1 Binary files /dev/null and b/assets/icons/linuxlite.png differ diff --git a/assets/icons/nobara.png b/assets/icons/nobara.png new file mode 100644 index 0000000..9f9bb5b Binary files /dev/null and b/assets/icons/nobara.png differ diff --git a/assets/icons/vanillaos.png b/assets/icons/vanillaos.png new file mode 100644 index 0000000..4bce88c Binary files /dev/null and b/assets/icons/vanillaos.png differ diff --git a/preview/Archcraft.png b/preview/Archcraft.png new file mode 100644 index 0000000..9129f23 Binary files /dev/null and b/preview/Archcraft.png differ diff --git a/preview/AsusROG.png b/preview/AsusROG.png new file mode 100644 index 0000000..e79cf93 Binary files /dev/null and b/preview/AsusROG.png differ diff --git a/preview/AsusTUF.png b/preview/AsusTUF.png new file mode 100644 index 0000000..81ef70b Binary files /dev/null and b/preview/AsusTUF.png differ diff --git a/preview/HPVictus.png b/preview/HPVictus.png new file mode 100644 index 0000000..0f8fd45 Binary files /dev/null and b/preview/HPVictus.png differ diff --git a/preview/LinuxLite.png b/preview/LinuxLite.png new file mode 100644 index 0000000..2d81e77 Binary files /dev/null and b/preview/LinuxLite.png differ diff --git a/preview/Medion.png b/preview/Medion.png new file mode 100644 index 0000000..278c1c3 Binary files /dev/null and b/preview/Medion.png differ diff --git a/preview/Nobara.png b/preview/Nobara.png new file mode 100644 index 0000000..ef1e2e3 Binary files /dev/null and b/preview/Nobara.png differ diff --git a/preview/Proxmox.png b/preview/Proxmox.png new file mode 100644 index 0000000..184381b Binary files /dev/null and b/preview/Proxmox.png differ diff --git a/preview/VanillaOS.png b/preview/VanillaOS.png new file mode 100644 index 0000000..3094030 Binary files /dev/null and b/preview/VanillaOS.png differ diff --git a/themes.json b/themes.json index d8b6f41..ce13f7c 100644 --- a/themes.json +++ b/themes.json @@ -190,6 +190,36 @@ "image": "Parabola.png", "theme": "parabola.tar", "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": [ @@ -300,6 +330,30 @@ "image": "LG.png", "theme": "lg.tar", "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" } ] }