Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
【Solved】icons iso
#6
(07-02-2020, 12:19 PM)senga34 Wrote: This does not work, and the Vimix theme is no longer displayed.

my ventoy file

{
    "theme": {
        "file": "/ventoy/theme/Vimix/theme.txt",
        "gfxmode": "1920x1080."
        "display_mode": "GUI",
        "ventoy_left": "5%."
        "ventoy_top": "95%",
        "ventoy_color": "#0000ff."
                  }

  "menu_class": [
        {
            "key": "Acronis_Bootable_PE_Media."
            "class": "Acronis"
        }
          ]
  }

What is the role of commas, can we put a comment behind it?
Thank you for your support

You miss a comma after }  

That's the json syntax.

Just copy bellows:
{

    "theme": {
        "file": "/ventoy/theme/Vimix/theme.txt",
        "gfxmode": "1920x1080."
        "display_mode": "GUI",
        "ventoy_left": "5%."
        "ventoy_top": "95%",
        "ventoy_color": "#0000ff"
    },

    "menu_class": [
        {
            "key": "Acronis_Bootable"
            "class": "Acronis"
        }
    ]
}
Reply


Messages In This Thread
【Solved】icons iso - by senga34 - 07-02-2020, 08:28 AM
RE: icons iso - by longpanda - 07-02-2020, 11:04 AM
RE: icons iso - by senga34 - 07-02-2020, 12:19 PM
RE: icons iso - by longpanda - 07-02-2020, 03:52 PM
RE: icons iso - by senga34 - 07-02-2020, 02:33 PM
RE: icons iso - by zeit - 07-02-2020, 03:01 PM
RE: icons iso - by senga34 - 07-02-2020, 04:28 PM
RE: icons iso - by senga34 - 07-02-2020, 05:34 PM
RE: icons iso - by zeit - 07-02-2020, 06:40 PM
RE: icons iso - by senga34 - 07-02-2020, 07:07 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)