diff --git a/package.json b/package.json index 21abc7b..b3358c2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "comfydark", "displayName": "ComfyDark", "description": "VS Code theme using item colors from GitHub Dark Default combined with the default VS Code syntax highlighting colors", - "version": "1.0.7", + "version": "1.0.8", "engines": { "vscode": "^1.99.0" }, diff --git a/themes/comfydark.json b/themes/comfydark.json index 492b52a..0a20648 100644 --- a/themes/comfydark.json +++ b/themes/comfydark.json @@ -1,5 +1,5 @@ { - "name": "GitHub Dark Default with Dark+ Syntax", + "name": "ComfyDark", "type": "dark", "colors": { "editor.background": "#0d1117", @@ -8,6 +8,7 @@ "activityBar.foreground": "#c9d1d9", "sideBar.background": "#0d1117", "sideBar.foreground": "#c9d1d9", + "sideBar.border": "#30363d", "titleBar.activeBackground": "#0d1117", "titleBar.activeForeground": "#c9d1d9", "statusBar.background": "#0d1117",