05-07-2020, 09:14 AM
(05-07-2020, 03:44 AM)longpanda Wrote:Thanks that worked but I think that this is incorrectly described on the page(05-06-2020, 08:11 PM)B.O.S.S Wrote: Hello, I wanted to set custom theme by Ventoy Plugin but ventoy is still using own theme. Here is my configuration: On first partition (where are iso's) I have folder named ventoy, inside of it there is ventoy.json with content:
Next to that file there is folder "Vimix" it's grub theme folder. That theme worked when i set it by changing grub.cfg in 2nd partition.Code:{
"theme": {
"file": "ventoy/Vimix/theme.txt"
}
}
Here is also output of tree command from first partiton
What is wrong with my configuration?
Hi,
The path should not contains ventoy, just use "file": "Vimix/theme.txt" and retry.