Added ground track to Hunt, added new SChat 2 colors.

This commit is contained in:
Niels Simenon
2022-11-01 05:59:17 +01:00
parent 35a28760cd
commit 53022278c9
3 changed files with 8 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ const styleMethods = (() => {
if (config.platform === 'irc') {
return {
...styles,
forest: styles.green,
code: bypass,
};
}