diff --git a/extensions.json b/extensions.json index 944c98b56..cbc5f69ff 100644 --- a/extensions.json +++ b/extensions.json @@ -388,6 +388,15 @@ "geequlim.godot-tools": { "repository": "https://github.com/godotengine/godot-vscode-plugin" }, + "gerane.Theme-Sunburst": { + "repository": "https://github.com/gerane/VSCodeThemes", + "location": "gerane.Theme-Sunburst", + "custom": [ + "cd gerane.Theme-Sunburst", + "vsce package -o Theme-Sunburst-0.0.1.vsix" + ], + "extensionFile": "Theme-Sunburst-0.0.1.vsix" + }, "gharveymn.nightswitch-lite": { "repository": "https://github.com/gharveymn/nightswitch-lite" },