diff --git a/.idea/icon.png b/.idea/icon.png
deleted file mode 100644
index 9ac80aef..00000000
Binary files a/.idea/icon.png and /dev/null differ
diff --git a/.idea/icon.svg b/.idea/icon.svg
new file mode 100644
index 00000000..c05575fc
--- /dev/null
+++ b/.idea/icon.svg
@@ -0,0 +1,134 @@
+
+
diff --git a/README.md b/README.md
index 7631ebdd..198f77d0 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# ControllerBuddy
-
+
[![ControllerBuddy Release Status](https://github.com/bwRavencl/ControllerBuddy/actions/workflows/release.yml/badge.svg)](https://github.com/bwRavencl/ControllerBuddy/actions/workflows/release.yml)
diff --git a/build.gradle b/build.gradle
index 74a2b3b7..b363c6bf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -264,7 +264,7 @@ spotless {
importOrder()
}
format 'xml', {
- target "$resourcesDir/**/*.svg".toString()
+ target '*.svg'
eclipseWtp EclipseWtpFormatterStep.XML
}
format 'newlineAndTrailingWhitespace', {
diff --git a/example_screenshot_1.png b/example_screenshot_1.png
index a206f8b5..5b27cff7 100644
Binary files a/example_screenshot_1.png and b/example_screenshot_1.png differ
diff --git a/example_screenshot_2.png b/example_screenshot_2.png
index 16ddcab3..cbd48272 100644
Binary files a/example_screenshot_2.png and b/example_screenshot_2.png differ
diff --git a/example_screenshot_3.png b/example_screenshot_3.png
index 607185d6..e9d3affd 100644
Binary files a/example_screenshot_3.png and b/example_screenshot_3.png differ
diff --git a/example_screenshot_4.png b/example_screenshot_4.png
index 1105b42f..d766bf15 100644
Binary files a/example_screenshot_4.png and b/example_screenshot_4.png differ
diff --git a/example_screenshot_5.png b/example_screenshot_5.png
index 8fa5b1dd..f3fad7b9 100644
Binary files a/example_screenshot_5.png and b/example_screenshot_5.png differ
diff --git a/example_screenshot_6.png b/example_screenshot_6.png
index 294a3551..94893b78 100644
Binary files a/example_screenshot_6.png and b/example_screenshot_6.png differ
diff --git a/icon.ico b/icon.ico
index 0d95092b..f70d388d 100644
Binary files a/icon.ico and b/icon.ico differ
diff --git a/icon.png b/icon.png
index 52985d5b..c030bd61 100644
Binary files a/icon.png and b/icon.png differ
diff --git a/icon.svg b/icon.svg
new file mode 100644
index 00000000..c05575fc
--- /dev/null
+++ b/icon.svg
@@ -0,0 +1,134 @@
+
+
diff --git a/src/main/resources/icon_128.png b/src/main/resources/icon_128.png
index 52985d5b..c030bd61 100644
Binary files a/src/main/resources/icon_128.png and b/src/main/resources/icon_128.png differ
diff --git a/src/main/resources/icon_16.png b/src/main/resources/icon_16.png
index 9ac80aef..1ef78755 100644
Binary files a/src/main/resources/icon_16.png and b/src/main/resources/icon_16.png differ
diff --git a/src/main/resources/icon_32.png b/src/main/resources/icon_32.png
index 40d504ed..4137927c 100644
Binary files a/src/main/resources/icon_32.png and b/src/main/resources/icon_32.png differ
diff --git a/src/main/resources/icon_64.png b/src/main/resources/icon_64.png
index cf1ff84a..829f8125 100644
Binary files a/src/main/resources/icon_64.png and b/src/main/resources/icon_64.png differ