Add theme screenshots & make some fields required

- Description, Name & Author is now mandatory
- Add screenshots
- Add dist/images to electron build
This commit is contained in:
Martin Fournier
2022-01-19 11:18:30 -05:00
parent a9e2e35446
commit 61d6e43b37
30 changed files with 43 additions and 3 deletions
+3
View File
@@ -1,9 +1,12 @@
import { IPredefinedTheme } from "../../Themes";
import img1 from "./screenshot.png";
export const Theme: IPredefinedTheme = {
name: "Muted Gold & Blue",
description: "Muted gold with blue accents.",
credit: "Sloth",
reference: "https://discord.com/channels/415207508303544321/921991895230611466/924672660758208563",
screenshot: img1,
colors: {
primarylight: "#E3B54A",
primary: "#CAA243",
Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB