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