A repository to store preset themes for Archivium. The assets
folder contains all theme graphics, and themes.json
contains the themes in the following format:
{
"glass": boolean,
"background": "<CSS string describing the background (such as a color or gradient)>",
"backgroundImage": "<URL to a background image>",
"backgroundCredit": [
"<name to credit the background image to>",
"<optional URL the credits will link to>"
]
}
All keys except glass
are optional.