19 lines
412 B
JSON
19 lines
412 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|