mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 17:23:02 -05:00
- Added to both built-in themes. Long term would be good to contribute this back to Seti so it works without a carbon edit tag. - Issue #4418 tracks remaining problem where for new notebooks it's not set initially. This is blocked by Raj's work so will update once that lands.
78 lines
1.7 KiB
JSON
78 lines
1.7 KiB
JSON
{
|
|
"iconDefinitions": {
|
|
"_root_folder_dark": {
|
|
"iconPath": "./images/RootFolder_16x_inverse.svg"
|
|
},
|
|
"_root_folder_open_dark": {
|
|
"iconPath": "./images/RootFolderOpen_16x_inverse.svg"
|
|
},
|
|
"_folder_dark": {
|
|
"iconPath": "./images/Folder_16x_inverse.svg"
|
|
},
|
|
"_folder_open_dark": {
|
|
"iconPath": "./images/FolderOpen_16x_inverse.svg"
|
|
},
|
|
"_file_dark": {
|
|
"iconPath": "./images/Document_16x_inverse.svg"
|
|
},
|
|
"_root_folder": {
|
|
"iconPath": "./images/RootFolder_16x.svg"
|
|
},
|
|
"_root_folder_open": {
|
|
"iconPath": "./images/RootFolderOpen_16x.svg"
|
|
},
|
|
"_folder_light": {
|
|
"iconPath": "./images/Folder_16x.svg"
|
|
},
|
|
"_folder_open_light": {
|
|
"iconPath": "./images/FolderOpen_16x.svg"
|
|
},
|
|
"_file_light": {
|
|
"iconPath": "./images/Document_16x.svg"
|
|
},
|
|
"notebook": {
|
|
"iconPath": "./images/notebook.svg"
|
|
},
|
|
"notebook_dark": {
|
|
"iconPath": "./images/notebook_inverse.svg"
|
|
}
|
|
},
|
|
|
|
"folderExpanded": "_folder_open_dark",
|
|
"folder": "_folder_dark",
|
|
"file": "_file_dark",
|
|
"rootFolderExpanded": "_root_folder_open_dark",
|
|
"rootFolder": "_root_folder_dark",
|
|
"fileExtensions": {
|
|
// icons by file extension
|
|
"ipynb": "notebook_dark"
|
|
},
|
|
"fileNames": {
|
|
// icons by file name
|
|
},
|
|
"languageIds": {
|
|
// icons by language id
|
|
"notebook": "notebook_dark"
|
|
},
|
|
"light": {
|
|
"folderExpanded": "_folder_open_light",
|
|
"folder": "_folder_light",
|
|
"rootFolderExpanded": "_root_folder_open",
|
|
"rootFolder": "_root_folder",
|
|
"file": "_file_light",
|
|
"fileExtensions": {
|
|
// icons by file extension
|
|
"ipynb": "notebook"
|
|
},
|
|
"fileNames": {
|
|
// icons by file name
|
|
},
|
|
"languageIds": {
|
|
// icons by language id
|
|
"notebook": "notebook"
|
|
}
|
|
},
|
|
"highContrast": {
|
|
// overrides for high contrast
|
|
}
|
|
} |