feat: tekki_arch VSCodium-Theme ins Profil aufgenommen

This commit is contained in:
2026-04-27 09:45:22 +02:00
parent 7d4d8901a4
commit 687993d43b
3 changed files with 308 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"publisher": "tekki",
"name": "tekki_arch",
"displayName": "tekki_arch",
"description": "Dark high contrast theme — pink & green on near-black",
"version": "1.0.0",
"engines": { "vscode": "^1.70.0" },
"categories": ["Themes"],
"contributes": {
"themes": [
{
"label": "tekki_arch",
"uiTheme": "vs-dark",
"path": "./themes/tekki_arch.json"
}
]
}
}