Skip to content
Jartan edited this page Feb 18, 2021 · 6 revisions

Themes

In short, themes are the look and placement of images and text making up a trade notification.

Currently the only supported image files are PNGs, but you can try others to see if they work.

For information on how to create a theme see Creating a Theme.

All theme folders should be compiled as such:
Bold = Name must be as written here and should not be changed
Italics = Can have multiple of this type of file, with different names of course.

themes- A folder that contains all themes.

theme_name - A folder with the name of the theme.

background.png - A background image that everything is build upon. It can be any size, but keep in mind that discord doesn't support massive images.
theme_setup.json - A json file containing all the setup for the theme. See Theme Setup section for details on this file.
font_name.ttf - A True Type font file of your choosing. See Theme Setup section for details on how to configure this.
image_name.png - Another image file that you want stitched onto the background. The size of the image is the size it will appear on the background, so re-size the image to what you want before placing it in here. See Theme Setup section for details on how to configure this.

Clone this wiki locally