mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Merge from vscode 112fa76c775ecb79ac2c9e9e5dba0d711d523543 (#6388)
This commit is contained in:
@@ -1,34 +1,34 @@
|
||||
{
|
||||
"iconDefinitions": {
|
||||
"_root_folder_dark": {
|
||||
"iconPath": "./images/RootFolder_16x_inverse.svg"
|
||||
"iconPath": "./images/root-folder-dark.svg"
|
||||
},
|
||||
"_root_folder_open_dark": {
|
||||
"iconPath": "./images/RootFolderOpen_16x_inverse.svg"
|
||||
"iconPath": "./images/root-folder-open-dark.svg"
|
||||
},
|
||||
"_folder_dark": {
|
||||
"iconPath": "./images/Folder_16x_inverse.svg"
|
||||
"iconPath": "./images/folder-dark.svg"
|
||||
},
|
||||
"_folder_open_dark": {
|
||||
"iconPath": "./images/FolderOpen_16x_inverse.svg"
|
||||
"iconPath": "./images/folder-open-dark.svg"
|
||||
},
|
||||
"_file_dark": {
|
||||
"iconPath": "./images/Document_16x_inverse.svg"
|
||||
"iconPath": "./images/document-dark.svg"
|
||||
},
|
||||
"_root_folder": {
|
||||
"iconPath": "./images/RootFolder_16x.svg"
|
||||
"iconPath": "./images/root-folder-light.svg"
|
||||
},
|
||||
"_root_folder_open": {
|
||||
"iconPath": "./images/RootFolderOpen_16x.svg"
|
||||
"iconPath": "./images/root-folder-open-light.svg"
|
||||
},
|
||||
"_folder_light": {
|
||||
"iconPath": "./images/Folder_16x.svg"
|
||||
"iconPath": "./images/folder-light.svg"
|
||||
},
|
||||
"_folder_open_light": {
|
||||
"iconPath": "./images/FolderOpen_16x.svg"
|
||||
"iconPath": "./images/folder-open-light.svg"
|
||||
},
|
||||
"_file_light": {
|
||||
"iconPath": "./images/Document_16x.svg"
|
||||
"iconPath": "./images/document-light.svg"
|
||||
},
|
||||
"notebook": {
|
||||
"iconPath": "./images/notebook.svg"
|
||||
@@ -37,7 +37,6 @@
|
||||
"iconPath": "./images/notebook_inverse.svg"
|
||||
}
|
||||
},
|
||||
|
||||
"folderExpanded": "_folder_open_dark",
|
||||
"folder": "_folder_dark",
|
||||
"file": "_file_dark",
|
||||
@@ -75,4 +74,4 @@
|
||||
"highContrast": {
|
||||
// overrides for high contrast
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user