diff --git a/disk_root/ventoy/theme/poly-dark/icons/ghost.png b/disk_root/ventoy/theme/poly-dark/icons/ghost.png new file mode 100644 index 0000000..79af598 Binary files /dev/null and b/disk_root/ventoy/theme/poly-dark/icons/ghost.png differ diff --git a/disk_root/ventoy/theme/poly-dark/icons/symantec.png b/disk_root/ventoy/theme/poly-dark/icons/symantec.png new file mode 100644 index 0000000..21ed9ff Binary files /dev/null and b/disk_root/ventoy/theme/poly-dark/icons/symantec.png differ diff --git a/disk_root/ventoy/ventoy.json b/disk_root/ventoy/ventoy.json index 20b8499..b5ab8d6 100644 --- a/disk_root/ventoy/ventoy.json +++ b/disk_root/ventoy/ventoy.json @@ -45,6 +45,10 @@ "key": "Federa-", "class": "federa" }, + { + "key": "Ghost", + "class": "ghost" + }, { "key": "linuxmint-", "class": "linuxmint" @@ -57,6 +61,10 @@ "key": "openSUSU-", "class": "opensuse" }, + { + "key": "Symantec", + "class": "symantec" + }, { "key": "Win7", "class": "windows_7"