make structure

add tests
This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-10-26 09:15:06 +02:00
parent e71b806e04
commit a7a645c7ab
24 changed files with 326 additions and 133 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"workbench.colorCustomizations": {
"editor.background": "#191A1C",
"sideBar.background": "#191A1C",
"activityBar.background": "#191A1C",
"panel.background": "#191A1C",
"terminal.background": "#191A1C",
"editorGroupHeader.tabsBackground": "#191A1C",
"tab.inactiveBackground": "#191A1C"
}
}