Ventoy Forums

Full Version: how to disable themes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi!
thanks for this great tool.
i've noticed that it runs a lot smoother, when i disable the theme (comment in grub.cfg)
is there an "official" way to disable theming?
a "ventoy.json" with the follwing content:
Code:
{
    "theme": {
        "file": ""
    }
}
brings up the default theme...so that's not the right way ;-)
thx
(05-14-2020, 11:39 AM)arniworx Wrote: [ -> ]hi!
thanks for this great tool.
i've noticed that it runs a lot smoother, when i disable the theme (comment in grub.cfg)
is there an "official" way to disable theming?
a "ventoy.json" with the follwing content:
Code:
{
    "theme": {
        "file": ""
    }
}
brings up the default theme...so that's not the right way ;-)
thx



There is no such official way to do that in current release.  Indeed I have received some report about this problem.

In current release, when the boot menu was shown,  you can press c to enter a shell and run  terminal_output console  and  press ESC to return to a text menu.

Maybe in the future release, I will add a hotkey to switch between graphic menu and text menu.