diff --git a/config.js b/config.js
index 80db53b..996775c 100644
--- a/config.js
+++ b/config.js
@@ -1,4 +1,32 @@
const CONFIG = {
apiKey: "",
- twitchOAuth: "",
+ twitch: {
+ username: "",
+ oAuth: "",
+ clientId: "",
+ rewardIds: {
+ turnRed: "",
+ turnGreen: "",
+ turnPurple: "",
+ turnBlue: "",
+ },
+ },
+ themes: {
+ red: {
+ 0: "rgb(79, 6, 6)",
+ 1: "rgb(247, 52, 52)",
+ },
+ green: {
+ 0: "rgb(11, 69, 22)",
+ 1: "rgb(88, 252, 170)",
+ },
+ purple: {
+ 0: "rgb(62, 7, 66)",
+ 1: "rgb(188, 79, 240)",
+ },
+ blue: {
+ 0: "rgb(17, 11, 125)",
+ 1: "rgb(61, 223, 255)",
+ },
+ },
};
diff --git a/frame.html b/frame.html
index 202be39..b7ca85a 100644
--- a/frame.html
+++ b/frame.html
@@ -21,6 +21,7 @@
+