feat: changed structure

This commit is contained in:
Philippe Torrel
2026-07-22 11:41:40 +02:00
parent 3ec02626a6
commit 261b0e8c62
245 changed files with 22 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
{ {
"workbench.colorCustomizations": { "workbench.colorCustomizations": {
"titleBar.activeForeground": "#333", "titleBar.activeForeground": "#333",
"titleBar.activeBackground": "#4cc354", "titleBar.activeBackground": "#d0d06b",
"titleBar.inactiveForeground": "#ddd", "titleBar.inactiveForeground": "#ddd",
"titleBar.inactiveBackground": "#28862e" "titleBar.inactiveBackground": "#a4a464"
} }
} }

View File

@@ -0,0 +1,12 @@
{
"name": "website-backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"type": "module",
"license": "ISC"
}

View File

@@ -0,0 +1,8 @@
{
"workbench.colorCustomizations": {
"titleBar.activeForeground": "#333",
"titleBar.activeBackground": "#86cd8b",
"titleBar.inactiveForeground": "#ddd",
"titleBar.inactiveBackground": "#6fa973"
}
}

View File

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

Some files were not shown because too many files have changed in this diff Show More