Files
2017-04-30 11:53:46 -04:00

22 lines
535 B
JSON

{
"name": "theme-tomorrownight-italics",
"displayName": "Tomorrow Night Italics",
"description": "Tomorrow Night, with italics",
"version": "0.0.1",
"publisher": "kennethreitz",
"engines": {
"vscode": "^1.11.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Tomorrow Night Italics",
"uiTheme": "vs-dark",
"path": "./themes/Tomorrow-Night-Italics.tmTheme"
}
]
}
}