mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 19:12:57 +00:00
15 lines
No EOL
279 B
JSON
15 lines
No EOL
279 B
JSON
{
|
|
"name": "theme-tomorrow-night-blue",
|
|
"version": "0.1.0",
|
|
"publisher": "vscode",
|
|
"engines": { "vscode": "*" },
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "Tomorrow Night Blue",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/Tomorrow-Night-Blue.tmTheme"
|
|
}
|
|
]
|
|
}
|
|
} |