diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ff48ff..19e1506 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# PDF Transform Changelog
+## 1.0.7 - 2022-06-17
+### Changed
+- Icon to work with darkmode themes
+
## 1.0.6 - 2022-04-13
### Fixed
- Updated Composer dependencies
diff --git a/README.md b/README.md
index c7d49fe..2bdcbbf 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-
+
-# PDF Transform for Craft CMS 3.x
+# PDF Transform for Craft CMS 3
PDF Transform is a Craft CMS plugin that transforms a PDF stored in Assets, to an image. This can then be output via Twig in to a template.
diff --git a/composer.json b/composer.json
index 99f665c..49940ae 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
"name": "bymayo/pdf-transform",
"description": "Transform a PDF page to an image (JPEG, PNG)",
"type": "craft-plugin",
- "version": "1.0.6",
+ "version": "1.0.7",
"keywords": [
"craft",
"cms",
diff --git a/icon-mask.svg b/icon-mask.svg
new file mode 100755
index 0000000..f0acd13
--- /dev/null
+++ b/icon-mask.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icon.svg b/icon.svg
new file mode 100644
index 0000000..84238d8
--- /dev/null
+++ b/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/icon.jpg b/resources/icon.jpg
deleted file mode 100644
index 910f833..0000000
Binary files a/resources/icon.jpg and /dev/null differ
diff --git a/resources/icon.png b/resources/icon.png
new file mode 100644
index 0000000..2b85261
Binary files /dev/null and b/resources/icon.png differ