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-load
argument like this:/theme full-load (theme name)
We use thefull-load
argument instead of theload
argument becuase it loads more theme settings. Theload
argument only loads the colors of the theme. Thefull-load
argument loads all of the theme's settings. -
Add the name of the theme to the
themeList
array inload_themes.js
.