diff --git a/package.json b/package.json
index 574b2cf..624c643 100644
--- a/package.json
+++ b/package.json
@@ -246,8 +246,8 @@
"Qrc"
],
"icon": {
- "light": "res/icons/qrc.png",
- "dark": "res/icons/qrc.png"
+ "light": "res/icons/qrc-light.svg",
+ "dark": "res/icons/qrc-dark.svg"
}
},
{
@@ -259,7 +259,11 @@
"aliases": [
"QSS",
"Qss"
- ]
+ ],
+ "icon": {
+ "light": "res/icons/qss-light.svg",
+ "dark": "res/icons/qss-dark.svg"
+ }
},
{
"id": "qml",
@@ -274,8 +278,8 @@
"qml"
],
"icon": {
- "light": "res/icons/qml.png",
- "dark": "res/icons/qml.png"
+ "light": "res/icons/qml-light.svg",
+ "dark": "res/icons/qml-dark.svg"
}
},
{
@@ -301,7 +305,11 @@
"Qdoc",
"QDoc",
"qdoc"
- ]
+ ],
+ "icon": {
+ "light": "res/icons/qdoc-light.svg",
+ "dark": "res/icons/qdoc-dark.svg"
+ }
},
{
"id": "ui",
@@ -313,8 +321,8 @@
"ui"
],
"icon": {
- "light": "res/icons/ui.svg",
- "dark": "res/icons/ui.svg"
+ "light": "res/icons/ui-light.svg",
+ "dark": "res/icons/ui-dark.svg"
}
}
],
diff --git a/res/icons/qdoc-dark.svg b/res/icons/qdoc-dark.svg
new file mode 100644
index 0000000..112ac9f
--- /dev/null
+++ b/res/icons/qdoc-dark.svg
@@ -0,0 +1,16 @@
+
diff --git a/res/icons/qdoc-light.svg b/res/icons/qdoc-light.svg
new file mode 100644
index 0000000..8562bf7
--- /dev/null
+++ b/res/icons/qdoc-light.svg
@@ -0,0 +1,16 @@
+
diff --git a/res/icons/qml-dark.svg b/res/icons/qml-dark.svg
new file mode 100644
index 0000000..b488604
--- /dev/null
+++ b/res/icons/qml-dark.svg
@@ -0,0 +1,16 @@
+
diff --git a/res/icons/qml-light.svg b/res/icons/qml-light.svg
new file mode 100644
index 0000000..f684e1b
--- /dev/null
+++ b/res/icons/qml-light.svg
@@ -0,0 +1,16 @@
+
diff --git a/res/icons/qml.png b/res/icons/qml.png
deleted file mode 100644
index 80d5b28..0000000
Binary files a/res/icons/qml.png and /dev/null differ
diff --git a/res/icons/qrc-dark.svg b/res/icons/qrc-dark.svg
new file mode 100644
index 0000000..0199e87
--- /dev/null
+++ b/res/icons/qrc-dark.svg
@@ -0,0 +1,16 @@
+
diff --git a/res/icons/qrc-light.svg b/res/icons/qrc-light.svg
new file mode 100644
index 0000000..f328f10
--- /dev/null
+++ b/res/icons/qrc-light.svg
@@ -0,0 +1,16 @@
+
diff --git a/res/icons/qrc.png b/res/icons/qrc.png
deleted file mode 100644
index 7cd2214..0000000
Binary files a/res/icons/qrc.png and /dev/null differ
diff --git a/res/icons/qss-dark.svg b/res/icons/qss-dark.svg
new file mode 100644
index 0000000..82738b9
--- /dev/null
+++ b/res/icons/qss-dark.svg
@@ -0,0 +1,16 @@
+
diff --git a/res/icons/qss-light.svg b/res/icons/qss-light.svg
new file mode 100644
index 0000000..6b94d6e
--- /dev/null
+++ b/res/icons/qss-light.svg
@@ -0,0 +1,16 @@
+
diff --git a/res/icons/ui-dark.svg b/res/icons/ui-dark.svg
new file mode 100644
index 0000000..d47ec77
--- /dev/null
+++ b/res/icons/ui-dark.svg
@@ -0,0 +1,14 @@
+
diff --git a/res/icons/ui-light.svg b/res/icons/ui-light.svg
new file mode 100644
index 0000000..1cbd426
--- /dev/null
+++ b/res/icons/ui-light.svg
@@ -0,0 +1,14 @@
+
diff --git a/res/icons/ui.svg b/res/icons/ui.svg
deleted file mode 100644
index 138ed02..0000000
--- a/res/icons/ui.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-