You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
563 B
27 lines
563 B
11 months ago
|
{
|
||
|
"name": "redder-than-siena",
|
||
|
"displayName": "redder-than-siena",
|
||
|
"description": "reddish dark theme for readability",
|
||
|
"publisher": "Alessandro Mauri",
|
||
|
"version": "0.0.1",
|
||
|
"engines": {
|
||
|
"vscode": "^1.85.0"
|
||
|
},
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|