diff --git a/extensions/notebook/package.json b/extensions/notebook/package.json index 139ea899fc..012484cdd6 100644 --- a/extensions/notebook/package.json +++ b/extensions/notebook/package.json @@ -91,11 +91,7 @@ }, { "command": "notebook.command.open", - "title": "%notebook.command.open%", - "icon": { - "dark": "resources/dark/open_notebook_inverse.svg", - "light": "resources/light/open_notebook.svg" - } + "title": "%notebook.command.open%" }, { "command": "notebook.command.runactivecell", @@ -137,11 +133,7 @@ }, { "command": "jupyter.task.openNotebook", - "title": "%title.openJupyterNotebook%", - "icon": { - "dark": "resources/dark/open_notebook_inverse.svg", - "light": "resources/light/open_notebook.svg" - } + "title": "%title.openJupyterNotebook%" }, { "command": "jupyter.cmd.newNotebook", @@ -223,8 +215,8 @@ "title": "%title.openJupyterBook%", "category": "%books-preview-category%", "icon": { - "dark": "resources/dark/open_notebook_inverse.svg", - "light": "resources/light/open_notebook.svg" + "dark": "resources/dark/open_book_inverse.svg", + "light": "resources/light/open_book.svg" } }, { @@ -263,20 +255,12 @@ { "command": "notebook.command.createBook", "title": "%title.createJupyterBook%", - "category": "%books-preview-category%", - "icon": { - "dark": "resources/dark/open_notebook_inverse.svg", - "light": "resources/light/open_notebook.svg" - } + "category": "%books-preview-category%" }, { "command": "notebook.command.openRemoteBook", "title": "%title.openRemoteJupyterBook%", - "category": "%books-preview-category%", - "icon": { - "dark": "resources/dark/open_notebook_inverse.svg", - "light": "resources/light/open_notebook.svg" - } + "category": "%books-preview-category%" }, { "command": "notebook.command.pinNotebook", diff --git a/extensions/notebook/resources/dark/open_book_inverse.svg b/extensions/notebook/resources/dark/open_book_inverse.svg new file mode 100644 index 0000000000..f533450ef9 --- /dev/null +++ b/extensions/notebook/resources/dark/open_book_inverse.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/extensions/notebook/resources/dark/open_notebook_inverse.svg b/extensions/notebook/resources/dark/open_notebook_inverse.svg deleted file mode 100755 index a95750c49f..0000000000 --- a/extensions/notebook/resources/dark/open_notebook_inverse.svg +++ /dev/null @@ -1 +0,0 @@ -open_notebook_inverse \ No newline at end of file diff --git a/extensions/notebook/resources/light/open_book.svg b/extensions/notebook/resources/light/open_book.svg new file mode 100644 index 0000000000..03ac2a9c9f --- /dev/null +++ b/extensions/notebook/resources/light/open_book.svg @@ -0,0 +1,4 @@ + + + + diff --git a/extensions/notebook/resources/light/open_notebook.svg b/extensions/notebook/resources/light/open_notebook.svg deleted file mode 100755 index 0041ae9b21..0000000000 --- a/extensions/notebook/resources/light/open_notebook.svg +++ /dev/null @@ -1 +0,0 @@ -open_notebook \ No newline at end of file