From e031be84374d9b9d4e09330c42004ce0b53f1dd5 Mon Sep 17 00:00:00 2001 From: govin Date: Mon, 14 Sep 2026 18:50:34 +0800 Subject: [PATCH] Replace icons with custom Harmness logo (Saturn planet, blue-purple gradient) --- src/main/resources/META-INF/pluginIcon.svg | 26 +++++++++++-------- .../resources/META-INF/pluginIcon_dark.svg | 16 ++++++++++++ src/main/resources/icons/harmness.svg | 20 ++++++++------ 3 files changed, 43 insertions(+), 19 deletions(-) create mode 100644 src/main/resources/META-INF/pluginIcon_dark.svg diff --git a/src/main/resources/META-INF/pluginIcon.svg b/src/main/resources/META-INF/pluginIcon.svg index dcf6b99..e6c4f68 100644 --- a/src/main/resources/META-INF/pluginIcon.svg +++ b/src/main/resources/META-INF/pluginIcon.svg @@ -1,12 +1,16 @@ - - - - - - - - - + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/META-INF/pluginIcon_dark.svg b/src/main/resources/META-INF/pluginIcon_dark.svg new file mode 100644 index 0000000..a526ae9 --- /dev/null +++ b/src/main/resources/META-INF/pluginIcon_dark.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + diff --git a/src/main/resources/icons/harmness.svg b/src/main/resources/icons/harmness.svg index 03e2c7f..e6c4f68 100644 --- a/src/main/resources/icons/harmness.svg +++ b/src/main/resources/icons/harmness.svg @@ -1,12 +1,16 @@ - + - - - + + + - - - - + + + + \ No newline at end of file