From 54968f3fb4dd644c564cc13f72edbfa945dbb0ca Mon Sep 17 00:00:00 2001 From: ThePendulum Date: Mon, 3 Jun 2024 02:16:36 +0200 Subject: [PATCH] Mapped IRC orange to brown. --- src/utils/style.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/style.js b/src/utils/style.js index e26ce1b..cd570f2 100755 --- a/src/utils/style.js +++ b/src/utils/style.js @@ -42,6 +42,7 @@ const styleMethods = (() => { return { ...styles, forest: styles.green, + orange: styles.brown, code: bypass, }; }