sidebar line

This commit is contained in:
2025-05-07 22:26:11 +02:00
parent f4f7fef3d3
commit 79b75423f7
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "comfydark", "name": "comfydark",
"displayName": "ComfyDark", "displayName": "ComfyDark",
"description": "VS Code theme using item colors from GitHub Dark Default combined with the default VS Code syntax highlighting colors", "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": { "engines": {
"vscode": "^1.99.0" "vscode": "^1.99.0"
}, },

View File

@ -1,5 +1,5 @@
{ {
"name": "GitHub Dark Default with Dark+ Syntax", "name": "ComfyDark",
"type": "dark", "type": "dark",
"colors": { "colors": {
"editor.background": "#0d1117", "editor.background": "#0d1117",
@ -8,6 +8,7 @@
"activityBar.foreground": "#c9d1d9", "activityBar.foreground": "#c9d1d9",
"sideBar.background": "#0d1117", "sideBar.background": "#0d1117",
"sideBar.foreground": "#c9d1d9", "sideBar.foreground": "#c9d1d9",
"sideBar.border": "#30363d",
"titleBar.activeBackground": "#0d1117", "titleBar.activeBackground": "#0d1117",
"titleBar.activeForeground": "#c9d1d9", "titleBar.activeForeground": "#c9d1d9",
"statusBar.background": "#0d1117", "statusBar.background": "#0d1117",