From f1bec2d13396ea72edfda3fc21ca1b9435d74284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ma=C5=84czak?= <56172798+jakubmanczak@users.noreply.github.com> Date: Mon, 23 Aug 2021 17:30:13 +0200 Subject: [PATCH] remove hex markings --- src/cfg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cfg.json b/src/cfg.json index 31daa05..4212282 100644 --- a/src/cfg.json +++ b/src/cfg.json @@ -1,5 +1,5 @@ { "prefix": ".", - "hexBlue": "0x61f2ea", - "hexRed": "0xfb636b" + "hexBlue": "61f2ea", + "hexRed": "fb636b" }