How to add a new theme to the theme gallery:
-
Take a screenshot of the theme and place it in the /images/gallery/themes folder. Make sure the name of the screenshot is like this: (theme name).png NOTE: when loading a theme make sure to use the command with the
full-loadargument like this:/theme full-load (theme name)We use thefull-loadargument instead of theloadargument becuase it loads more theme settings. Theloadargument only loads the colors of the theme. Thefull-loadargument loads all of the theme's settings. -
Add the name of the theme to the
themeListarray inload_themes.js.