diff --git a/package.json b/package.json index e6b9b96..1a11222 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,10 @@ "command": "subgraphs.newQuery", "title": "New Query", "category": "GRAPHSQL", - "icon": "$(new-file)" + "icon": { + "light": "/resources/light-new-query.svg", + "dark": "/resources/dark-new-query.svg" + } }, { "command": "gsqlEditor.addSubgraphInfo", diff --git a/resources/dark-new-query.svg b/resources/dark-new-query.svg new file mode 100644 index 0000000..509b0bc --- /dev/null +++ b/resources/dark-new-query.svg @@ -0,0 +1,9 @@ + + + + diff --git a/resources/light-new-query.svg b/resources/light-new-query.svg new file mode 100644 index 0000000..05ff85d --- /dev/null +++ b/resources/light-new-query.svg @@ -0,0 +1,9 @@ + + + +