Ventoy Forums
【Share】3 Cool Ventoy Themes - Printable Version

+- Ventoy Forums (https://forums.ventoy.net)
+-- Forum: Ventoy Plugin —— Ventoy 插件 (https://forums.ventoy.net/forumdisplay.php?fid=3)
+--- Forum: Ventoy Plugin Forum (https://forums.ventoy.net/forumdisplay.php?fid=4)
+--- Thread: 【Share】3 Cool Ventoy Themes (/showthread.php?tid=345)



【Share】3 Cool Ventoy Themes - longpanda - 07-07-2020

https://www.youtube.com/watch?v=-j6kEoJjSk0


RE: 【Share】3 Cool Ventoy Themes - senninfabio - 07-09-2020

Can you give me the menu_class parameter
I'm not able to use


RE: 【Share】3 Cool Ventoy Themes - longpanda - 07-10-2020

What do you mean about the menu_class parameter?
You want a json file example about menu_class?


RE: 【Share】3 Cool Ventoy Themes - senninfabio - 07-11-2020

{

"control": [
{ "VTOY_DEFAULT_MENU_MODE": "0" },
{ "VTOY_FILT_DOT_UNDERSCORE_FILE": "0" } ],


"theme": {
"file": "Vimix/theme.txt"
},


"menu_alias": [
{
"image": "/ventoy/ISOs/Linux/linuxmint-20-cinnamon-64bit.iso",
"alias": "Linux Mint 20 Cinnamon"
},
{
"image": "/ventoy/ISOs/Windows/Windows_7-x86.iso",
"alias": "Windows 7"
}
],

"menu_class": [
{
"key": "Windows_7",
"class": "windows7"
},
{
"key": "ubuntu",
"class": "ubuntu"
}
]
}