reddish vscode theme
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.
 
redder-than-siena/package.json

26 lines
563 B

{
"name": "redder-than-siena",
"displayName": "redder-than-siena",
"description": "reddish dark theme for readability",
"publisher": "Alessandro Mauri",
"version": "0.0.1",
"engines": {
"vscode": "^1.80.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"
}
]
}
}