redder-than-siena/package.json

27 lines
563 B
JSON
Raw Permalink Normal View History

2023-12-22 00:03:21 +01:00
{
"name": "redder-than-siena",
"displayName": "redder-than-siena",
"description": "reddish dark theme for readability",
"publisher": "Alessandro Mauri",
"version": "0.0.1",
"engines": {
2024-01-09 16:00:37 +01:00
"vscode": "^1.80.0"
2023-12-22 00:03:21 +01:00
},
"repository": {
"type": "git",
"url": "https://git.alemauri.eu/alema/redder-than-siena.git"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Redder Than Siena",
"uiTheme": "vs-dark",
"path": "./themes/redder-than-siena-color-theme.json"
}
]
}
}