New theme with color Clear Digits added

This commit is contained in:
Dirk Alders 2023-10-16 22:21:58 +02:00
parent 0fc3f008ad
commit 69da610a0b
3 changed files with 32 additions and 8 deletions

17
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,17 @@
{
// Verwendet IntelliSense zum Ermitteln möglicher Attribute.
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Main File execution",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/manage.py",
"args": ["runserver"],
"console": "integratedTerminal",
"justMyCode": true
}
]
}

21
.vscode/settings.json vendored
View File

@ -1,8 +1,15 @@
{
"python.analysis.typeCheckingMode": "basic",
"editor.formatOnSave": true,
"editor.fontSize": 14,
"emmet.includeLanguages": {
"django-html": "html"
}
}
"python.defaultInterpreterPath": "./venv/bin/python",
"autopep8.args": ["--max-line-length=150"],
"python.formatting.provider": "none",
"[python]": {
"editor.defaultFormatter": "ms-python.python",
"editor.formatOnSave": true
},
"editor.formatOnSave": true,
"editor.fontSize": 14,
"emmet.includeLanguages": { "django-html": "html" },
"python.testing.pytestArgs": ["-v", "--cov", "--cov-report=xml", "__test__"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}

2
themes

@ -1 +1 @@
Subproject commit e4a7af36eac358438ab67405bf35d79b75025744
Subproject commit 13a8d8ebc4c82d2000af4464b863cf3b38a7a1fe