sidebar line
This commit is contained in:
@ -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"
|
||||
},
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user