forked from Hri7566/mpp-server-dev2
Change default colors to original
This commit is contained in:
parent
ef86aaddb0
commit
5b30fbcd94
|
@ -7,14 +7,14 @@ lobbySettings:
|
||||||
chat: true
|
chat: true
|
||||||
crownsolo: false
|
crownsolo: false
|
||||||
visible: true
|
visible: true
|
||||||
color: "#eeeeee"
|
color: "#73b3cc"
|
||||||
color2: "#888888"
|
color2: "#273546"
|
||||||
|
|
||||||
defaultSettings:
|
defaultSettings:
|
||||||
chat: true
|
chat: true
|
||||||
crownsolo: false
|
crownsolo: false
|
||||||
color: "#480505"
|
color: "#3b5054"
|
||||||
color2: "#000000"
|
color2: "#001014"
|
||||||
visible: true
|
visible: true
|
||||||
|
|
||||||
lobbyRegexes:
|
lobbyRegexes:
|
||||||
|
|
|
@ -27,13 +27,15 @@ export const config = loadConfig<ChannelConfig>("config/channels.yml", {
|
||||||
lobby: true,
|
lobby: true,
|
||||||
chat: true,
|
chat: true,
|
||||||
crownsolo: false,
|
crownsolo: false,
|
||||||
visible: true
|
visible: true,
|
||||||
|
color: "#73b3cc",
|
||||||
|
color2: "#273546"
|
||||||
},
|
},
|
||||||
defaultSettings: {
|
defaultSettings: {
|
||||||
chat: true,
|
chat: true,
|
||||||
crownsolo: false,
|
crownsolo: false,
|
||||||
color: "#480505",
|
color: "#3b5054",
|
||||||
color2: "#000000",
|
color2: "#001014",
|
||||||
visible: true
|
visible: true
|
||||||
},
|
},
|
||||||
// TODO Test this regex
|
// TODO Test this regex
|
||||||
|
|
Loading…
Reference in New Issue