From 93e6775a3bbea70cfe107b94c135062e89f25935 Mon Sep 17 00:00:00 2001 From: Brian Ingles Date: Thu, 11 Jul 2024 14:20:53 -0500 Subject: [PATCH] Fixing theme in marketplace (#18) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4161f46c..cac41ad3 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,11 @@ "version": "0.1.0", "displayName": "Deephaven in VS Code", "description": "", - "publisher": "Deephaven Data Labs", + "publisher": "deephaven", "icon": "images/dh-community-on-dark-128.png", "galleryBanner": { "color": "#040427", - "theme": "light" + "theme": "dark" }, "repository": { "type": "git",