fruitbasket/package.json
Charlotte Croce 90a4a7dc9b 1.0.3
2025-04-18 23:57:42 -04:00

43 lines
No EOL
1,020 B
JSON

{
"name": "fruitbasket-theme",
"displayName": "Fruitbasket Theme",
"description": "Berry-inspired theme for VSCode",
"version": "1.0.3",
"publisher": "charlotte-dev",
"repository": {
"type": "git",
"url": "https://codeberg.org/charlottecroce/fruitbasket"
},
"engines": {
"vscode": "^1.50.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"dark theme",
"light theme",
"pink"
],
"icon": "icon.png",
"galleryBanner": {
"color": "#3D1632",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Fruitbasket Dark",
"uiTheme": "vs-dark",
"path": "./themes/fruitbasket-dark.json"
},
{
"label": "Fruitbasket Light",
"uiTheme": "vs",
"path": "./themes/fruitbasket-light.json"
}
]
},
"license": "MIT"
}