70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"name": "muthur-6000-terminal-theme",
|
|
"displayName": "MUTHUR-6000 Retro-Terminal Theme Suite",
|
|
"description": "Dense, premium old-school terminal themes (Amber, Green, Blue, Red phosphor profiles) inspired by the Weyland-Yutani MUTHUR-6000 interface from Alien.",
|
|
"version": "1.0.0",
|
|
"publisher": "lovecraft",
|
|
"engines": {
|
|
"vscode": "^1.75.0"
|
|
},
|
|
"categories": [
|
|
"Themes"
|
|
],
|
|
"keywords": [
|
|
"terminal",
|
|
"aliens",
|
|
"weyland-yutani",
|
|
"muthur",
|
|
"crt",
|
|
"retro",
|
|
"amber",
|
|
"glow",
|
|
"phosphor",
|
|
"old-school"
|
|
],
|
|
"icon": "icon.png",
|
|
"galleryBanner": {
|
|
"color": "#0a0400",
|
|
"theme": "dark"
|
|
},
|
|
"bugs": {
|
|
"url": "https://gitea.srv953353.hstgr.cloud/lovecraft/vscode-amber/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.srv953353.hstgr.cloud/lovecraft/vscode-amber.git"
|
|
},
|
|
"homepage": "https://gitea.srv953353.hstgr.cloud/lovecraft/vscode-amber",
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "MUTHUR-6000 Amber",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/muthur-6000-amber-color-theme.json"
|
|
},
|
|
{
|
|
"label": "MUTHUR-6000 Green",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/muthur-6000-green-color-theme.json"
|
|
},
|
|
{
|
|
"label": "MUTHUR-6000 Blue",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/muthur-6000-blue-color-theme.json"
|
|
},
|
|
{
|
|
"label": "MUTHUR-6000 Red",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/muthur-6000-red-color-theme.json"
|
|
}
|
|
]
|
|
},
|
|
"scripts": {
|
|
"compile": "node compiler.js",
|
|
"vscode:prepublish": "npm run compile"
|
|
},
|
|
"devDependencies": {
|
|
"@vscode/vsce": "^2.19.0"
|
|
}
|
|
}
|