mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Add notebook file icon support (#4419)
- 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.
This commit is contained in:
1
extensions/theme-seti/icons/images/notebook.svg
Executable file
1
extensions/theme-seti/icons/images/notebook.svg
Executable file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><title>notebook</title><path d="M15.5,2V15H.5V2h2V1h3a4.19,4.19,0,0,1,1.32.21A3.87,3.87,0,0,1,8,1.84a3.87,3.87,0,0,1,1.18-.63A4.19,4.19,0,0,1,10.5,1h3V2ZM1.5,14H7.8a4.43,4.43,0,0,0-.51-.43,3.41,3.41,0,0,0-.54-.31,2.74,2.74,0,0,0-.59-.2A3.2,3.2,0,0,0,5.5,13h-3V3h-1Zm2-2h2a4.18,4.18,0,0,1,1,.13,4,4,0,0,1,1,.39V2.72a3,3,0,0,0-.94-.54A3.15,3.15,0,0,0,5.5,2h-2Zm11-9h-1V13h-3a3.2,3.2,0,0,0-.67.07,2.74,2.74,0,0,0-.59.2,3.41,3.41,0,0,0-.54.31A4.43,4.43,0,0,0,8.2,14h6.3Zm-4-1a3.15,3.15,0,0,0-1.06.18,3,3,0,0,0-.94.54v9.8a4,4,0,0,1,1-.39,4.18,4.18,0,0,1,1-.13h2V2Z"/></svg>
|
||||
|
After Width: | Height: | Size: 661 B |
1
extensions/theme-seti/icons/images/notebook_inverse.svg
Executable file
1
extensions/theme-seti/icons/images/notebook_inverse.svg
Executable file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#fff;}</style></defs><title>notebook_inverse</title><path class="cls-1" d="M15.46,2V15H.46V2h2V1h3a4.19,4.19,0,0,1,1.32.21A3.87,3.87,0,0,1,8,1.84a3.87,3.87,0,0,1,1.18-.63A4.19,4.19,0,0,1,10.46,1h3V2Zm-14,12h6.3a4.43,4.43,0,0,0-.51-.43,3.41,3.41,0,0,0-.54-.31,2.74,2.74,0,0,0-.59-.2A3.2,3.2,0,0,0,5.46,13h-3V3h-1Zm2-2h2a4.18,4.18,0,0,1,1,.13,4,4,0,0,1,1,.39V2.72a3,3,0,0,0-.94-.54A3.15,3.15,0,0,0,5.46,2h-2Zm11-9h-1V13h-3a3.2,3.2,0,0,0-.67.07,2.74,2.74,0,0,0-.59.2,3.41,3.41,0,0,0-.54.31,4.43,4.43,0,0,0-.51.43h6.3Zm-4-1a3.15,3.15,0,0,0-1.06.18,3,3,0,0,0-.94.54v9.8a4,4,0,0,1,1-.39,4.18,4.18,0,0,1,1-.13h2V2Z"/></svg>
|
||||
|
After Width: | Height: | Size: 734 B |
@@ -1240,6 +1240,13 @@
|
||||
"_zip_1": {
|
||||
"fontCharacter": "\\E091",
|
||||
"fontColor": "#6d8086"
|
||||
},
|
||||
// {{SQL CARBON EDIT}}
|
||||
"notebook": {
|
||||
"iconPath": "./images/notebook.svg"
|
||||
},
|
||||
"notebook_dark": {
|
||||
"iconPath": "./images/notebook_inverse.svg"
|
||||
}
|
||||
},
|
||||
"file": "_default",
|
||||
@@ -1422,7 +1429,9 @@
|
||||
"htaccess": "_config",
|
||||
"key": "_lock",
|
||||
"cert": "_lock",
|
||||
"ds_store": "_ignored"
|
||||
"ds_store": "_ignored",
|
||||
// {{SQL CARBON EDIT}}
|
||||
"ipynb": "notebook_dark"
|
||||
},
|
||||
"fileNames": {
|
||||
"mix": "_hex",
|
||||
@@ -1531,7 +1540,9 @@
|
||||
"haml": "_haml",
|
||||
"stylus": "_stylus",
|
||||
"vala": "_vala",
|
||||
"todo": "_todo"
|
||||
"todo": "_todo",
|
||||
// {{SQL CARBON EDIT}}
|
||||
"notebook": "notebook_dark"
|
||||
},
|
||||
"light": {
|
||||
"file": "_default_light",
|
||||
@@ -1714,7 +1725,9 @@
|
||||
"htaccess": "_config_light",
|
||||
"key": "_lock_light",
|
||||
"cert": "_lock_light",
|
||||
"ds_store": "_ignored_light"
|
||||
"ds_store": "_ignored_light",
|
||||
// {{SQL CARBON EDIT}}
|
||||
"ipynb": "notebook"
|
||||
},
|
||||
"languageIds": {
|
||||
"bat": "_windows_light",
|
||||
@@ -1773,7 +1786,9 @@
|
||||
"elixir": "_elixir_light",
|
||||
"haml": "_haml_light",
|
||||
"stylus": "_stylus_light",
|
||||
"vala": "_vala_light"
|
||||
"vala": "_vala_light",
|
||||
// {{SQL CARBON EDIT}}
|
||||
"notebook": "notebook"
|
||||
},
|
||||
"fileNames": {
|
||||
"mix": "_hex_light",
|
||||
|
||||
Reference in New Issue
Block a user