43 lines
872 B
JSON
43 lines
872 B
JSON
{
|
|
"name": "lavender-dimmed",
|
|
"displayName": "Lavender Dimmed",
|
|
"description": "A lavender-accented dark theme for Visual Studio Code",
|
|
"version": "0.0.0",
|
|
"publisher": "StevanFreeborn",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/StevanFreeborn/lavender-dimmed-vscode"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/StevanFreeborn/lavender-dimmed-vscode/issues"
|
|
},
|
|
"engines": {
|
|
"vscode": "^1.60.0"
|
|
},
|
|
"categories": [
|
|
"Themes"
|
|
],
|
|
"keywords": [
|
|
"theme",
|
|
"dark",
|
|
"lavender",
|
|
"dimmed",
|
|
"github"
|
|
],
|
|
"icon": "icon.png",
|
|
"galleryBanner": {
|
|
"color": "#282c34",
|
|
"theme": "dark"
|
|
},
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "Lavender Dimmed",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/lavender-dimmed-color-theme.json"
|
|
}
|
|
]
|
|
}
|
|
}
|