first commit
This commit is contained in:
commit
019416834b
10 changed files with 981 additions and 0 deletions
45
package.json
Normal file
45
package.json
Normal file
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"name": "fruitbasket-theme",
|
||||
"displayName": "Fruitbasket Theme",
|
||||
"description": "Berry-inspired light and dark themes for VSCode",
|
||||
"version": "1.0.0",
|
||||
"publisher": "charlotte200",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://coceberg.org/charlottecroce/fruitbasket"
|
||||
},
|
||||
"engines": {
|
||||
"vscode": "^1.50.0"
|
||||
},
|
||||
"categories": [
|
||||
"Themes"
|
||||
],
|
||||
"keywords": [
|
||||
"theme",
|
||||
"dark theme",
|
||||
"light theme",
|
||||
"pink",
|
||||
"berry",
|
||||
"fruit"
|
||||
],
|
||||
"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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue