48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "octo-vscode",
|
|
"displayName": "Octo Theme",
|
|
"description": "Thèmes VSCode épuré disponible en variante claire et sombre.",
|
|
"version": "1.0.2",
|
|
"publisher": "hykocx",
|
|
"author": "Hyko",
|
|
"license": "MIT",
|
|
"icon": "images/icon.png",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.hyko.cx/hykocx/octo-vscode"
|
|
},
|
|
"keywords": [
|
|
"theme",
|
|
"color theme",
|
|
"dark",
|
|
"light",
|
|
"octo"
|
|
],
|
|
"engines": {
|
|
"vscode": "^1.80.0"
|
|
},
|
|
"categories": [
|
|
"Themes"
|
|
],
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "Octo Light",
|
|
"uiTheme": "vs",
|
|
"path": "./themes/octo-light-color-theme.json"
|
|
},
|
|
{
|
|
"label": "Octo Dark",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/octo-dark-color-theme.json"
|
|
}
|
|
]
|
|
},
|
|
"scripts": {
|
|
"package": "vsce package --baseContentUrl https://git.hyko.cx/hykocx/octo-vscode/raw/branch/main --baseImagesUrl https://git.hyko.cx/hykocx/octo-vscode/raw/branch/main"
|
|
},
|
|
"devDependencies": {
|
|
"@vscode/vsce": "^3.0.0"
|
|
}
|
|
}
|