From 3661f92c15339d2d5da906603cb9eb06d5ca9d5a Mon Sep 17 00:00:00 2001 From: Deepjyoti Barman Date: Sat, 24 Apr 2021 18:57:14 +0530 Subject: [PATCH] Remove an unnecessary value in config --- config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.json b/config.json index f6df028..5ef4f6b 100644 --- a/config.json +++ b/config.json @@ -59,6 +59,5 @@ "squareColor": "#9e9e9e", "squareBackgroundColor": "#2e2e2e", "autocompleteHighlightBackgroundColor": "#3B3B3B" - }, - "backgroundColor": "#212121" + } }