diff --git a/icons/noir_dark.svg b/icons/noir_dark.svg
new file mode 100644
index 0000000..d496f2d
--- /dev/null
+++ b/icons/noir_dark.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/icons/noir_light.svg b/icons/noir_light.svg
new file mode 100644
index 0000000..82cf3ef
--- /dev/null
+++ b/icons/noir_light.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/package.json b/package.json
index b2ca5c8..34053e8 100644
--- a/package.json
+++ b/package.json
@@ -65,6 +65,10 @@
"extensions": [
".nr"
],
+ "icon": {
+ "light": "./icons/noir_light.svg",
+ "dark": "./icons/noir_dark.svg"
+ },
"configuration": "./language-configuration.json"
}
],