Switch Themes

  1. Open config.json:

    • Navigate to the resource folder for the Dynamic Theme Switcher.

    • Open the config.json file in a text editor.

  2. Edit the Theme Setting:

    • Set the "theme" value to either "light" or "dark" depending on your preference.

    {
        "theme": "light" // or "dark"
    }
  3. Save Changes:

    • Save the config.json file after making the changes.

  4. Restart Your Server:

    • Restart your FiveM server to apply the new theme.

  5. Verify the Theme:

    • Join your FiveM server and check the ESX Legacy context menu to ensure the theme has been updated according to your config.json settings.

This simple change in config.json allows you to switch between light and dark themes based on your needs.

Last updated