mirror of
https://github.com/not-kennethreitz/tommorrow-night-italics-vscode.git
synced 2026-06-21 15:30:59 +00:00
22 lines
535 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |