From 5b30fbcd948bc5ca854f5d8b88aa5920f87052c7 Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Mon, 11 Sep 2023 00:29:26 -0400 Subject: [PATCH] Change default colors to original --- config/channels.yml | 8 ++++---- src/channel/Channel.ts | 8 +++++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/config/channels.yml b/config/channels.yml index e941206..e147a71 100644 --- a/config/channels.yml +++ b/config/channels.yml @@ -7,14 +7,14 @@ lobbySettings: chat: true crownsolo: false visible: true - color: "#eeeeee" - color2: "#888888" + color: "#73b3cc" + color2: "#273546" defaultSettings: chat: true crownsolo: false - color: "#480505" - color2: "#000000" + color: "#3b5054" + color2: "#001014" visible: true lobbyRegexes: diff --git a/src/channel/Channel.ts b/src/channel/Channel.ts index b0e61a6..bce64b7 100644 --- a/src/channel/Channel.ts +++ b/src/channel/Channel.ts @@ -27,13 +27,15 @@ export const config = loadConfig("config/channels.yml", { lobby: true, chat: true, crownsolo: false, - visible: true + visible: true, + color: "#73b3cc", + color2: "#273546" }, defaultSettings: { chat: true, crownsolo: false, - color: "#480505", - color2: "#000000", + color: "#3b5054", + color2: "#001014", visible: true }, // TODO Test this regex