From 492dc97a0f46e6f86f6e014ac621e90be09e8ceb Mon Sep 17 00:00:00 2001 From: alexweininger Date: Thu, 29 Apr 2021 16:23:47 -0700 Subject: [PATCH] update banner color --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75ea83e..00e17a5 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ ], "icon": "resources/AppwriteIcon.png", "galleryBanner": { - "color": "#C80000", + "color": "#061F2F", "theme": "dark" }, "homepage": "https://github.com/streamlux/vscode-appwrite",