From 402dbc39235d2966f07a34c74467ce2a8aff9dcc Mon Sep 17 00:00:00 2001 From: ThePendulum Date: Mon, 3 Jun 2024 02:17:41 +0200 Subject: [PATCH] Mapped IRC orange to yellow instead of brown. --- src/utils/style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/style.js b/src/utils/style.js index cd570f2..474538c 100755 --- a/src/utils/style.js +++ b/src/utils/style.js @@ -42,7 +42,7 @@ const styleMethods = (() => { return { ...styles, forest: styles.green, - orange: styles.brown, + orange: styles.yellow, code: bypass, }; }