Mapped IRC orange to yellow instead of brown.

This commit is contained in:
ThePendulum 2024-06-03 02:17:41 +02:00
parent 54968f3fb4
commit 402dbc3923
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const styleMethods = (() => {
return { return {
...styles, ...styles,
forest: styles.green, forest: styles.green,
orange: styles.brown, orange: styles.yellow,
code: bypass, code: bypass,
}; };
} }