Поправлены цвета

This commit is contained in:
2026-02-25 22:31:50 +03:00
parent 5c9ec3167a
commit 31ba2c57cb
10 changed files with 26 additions and 25 deletions

3
.vscode/launch.json vendored
View File

@@ -12,9 +12,10 @@
},
{
"name": "Zig: Debug (gdb)",
"type": "gdb",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/zig-out/bin/Zivro",
"cwd": "${workspaceFolder}",
"preLaunchTask": "zig: build"
},
]