Mapped IRC orange to brown.

This commit is contained in:
ThePendulum 2024-06-03 02:16:36 +02:00
parent 1228928592
commit 54968f3fb4
1 changed files with 1 additions and 0 deletions

View File

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