working-ish state for the app & some gui work done on the packing screen

This commit is contained in:
Stefan Stefanov 2024-04-20 18:53:50 +03:00
parent 8da1321bdd
commit 8d36f8bbd8
6 changed files with 349 additions and 51 deletions

10
.vscode/settings.json vendored
View file

@ -1,7 +1,7 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#322C2D",
"titleBar.activeBackground": "#463E3F",
"titleBar.activeForeground": "#FAFAFA"
}
"workbench.colorCustomizations": {
"activityBar.background": "#322C2D",
"titleBar.activeBackground": "#463E3F",
"titleBar.activeForeground": "#FAFAFA"
}
}