From a9a94deb0249f4614e6104906a7f64c9feb890d3 Mon Sep 17 00:00:00 2001 From: imfunny <36105478+imfunniee@users.noreply.github.com> Date: Mon, 13 May 2019 10:00:47 +0530 Subject: [PATCH] removed background from config.json --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 8f558b7..5ccbb86 100644 --- a/config.json +++ b/config.json @@ -1,8 +1,8 @@ [ { - "username": "imfunniee", - "name": "imfunny", - "userimg": "https://avatars3.githubusercontent.com/u/36105478?v=4", + "username": null, + "name": null, + "userimg": null, "theme": "light" } -] \ No newline at end of file +]