From 75a0eab1a1eb871cd1bccafc1d3b9851362302d7 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 29 Nov 2025 08:06:52 +0100 Subject: [PATCH] chore: change icon style to transparent (works in light- and dark mode) --- src/main/resources/META-INF/webTypes.json | 2 +- src/main/resources/icons/tempest/icon.svg | 49 ++++++++++--------- .../resources/icons/tempest/icon_dark.svg | 37 -------------- 3 files changed, 28 insertions(+), 60 deletions(-) delete mode 100644 src/main/resources/icons/tempest/icon_dark.svg diff --git a/src/main/resources/META-INF/webTypes.json b/src/main/resources/META-INF/webTypes.json index f366b1e..8485736 100644 --- a/src/main/resources/META-INF/webTypes.json +++ b/src/main/resources/META-INF/webTypes.json @@ -3,7 +3,7 @@ "name": "Tempest", "version": "1.0.0", "description-markup": "markdown", - "default-icon": "icon", + "default-icon": "icons/tempest/icon.svg", "contributions": { "html": { "elements": [ diff --git a/src/main/resources/icons/tempest/icon.svg b/src/main/resources/icons/tempest/icon.svg index 1c2014d..c09dd3d 100644 --- a/src/main/resources/icons/tempest/icon.svg +++ b/src/main/resources/icons/tempest/icon.svg @@ -1,37 +1,42 @@ - - + + - - + + - - \ No newline at end of file + diff --git a/src/main/resources/icons/tempest/icon_dark.svg b/src/main/resources/icons/tempest/icon_dark.svg deleted file mode 100644 index 331b06d..0000000 --- a/src/main/resources/icons/tempest/icon_dark.svg +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file