Change default colors to original

This commit is contained in:
Hri7566 2023-09-11 00:29:26 -04:00
parent ef86aaddb0
commit 5b30fbcd94
2 changed files with 9 additions and 7 deletions

View File

@ -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:

View File

@ -27,13 +27,15 @@ export const config = loadConfig<ChannelConfig>("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