Mapped IRC orange to brown.

This commit is contained in:
ThePendulum
2024-06-03 02:16:36 +02:00
parent 1228928592
commit 54968f3fb4

View File

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