From d83c51240f4693f4b91b4fbb05031e0ac1ad0417 Mon Sep 17 00:00:00 2001 From: kramo Date: Fri, 22 May 2026 15:37:08 +0200 Subject: [PATCH] fix(AppIcon): Use app icon consistent with Talk Made by @yotamguttman Signed-off-by: kramo --- AppIcon.icon/Assets/Notes-white-1.svg | 12 +++++++++ AppIcon.icon/Assets/Notes-white-2.svg | 12 +++++++++ AppIcon.icon/Assets/eraser.svg | 1 - AppIcon.icon/Assets/pencil.svg | 1 - AppIcon.icon/icon.json | 36 ++++++++++++++++++--------- 5 files changed, 48 insertions(+), 14 deletions(-) create mode 100644 AppIcon.icon/Assets/Notes-white-1.svg create mode 100644 AppIcon.icon/Assets/Notes-white-2.svg delete mode 100644 AppIcon.icon/Assets/eraser.svg delete mode 100644 AppIcon.icon/Assets/pencil.svg diff --git a/AppIcon.icon/Assets/Notes-white-1.svg b/AppIcon.icon/Assets/Notes-white-1.svg new file mode 100644 index 00000000..a40b0154 --- /dev/null +++ b/AppIcon.icon/Assets/Notes-white-1.svg @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/AppIcon.icon/Assets/Notes-white-2.svg b/AppIcon.icon/Assets/Notes-white-2.svg new file mode 100644 index 00000000..bfa81d4d --- /dev/null +++ b/AppIcon.icon/Assets/Notes-white-2.svg @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/AppIcon.icon/Assets/eraser.svg b/AppIcon.icon/Assets/eraser.svg deleted file mode 100644 index 694fc49a..00000000 --- a/AppIcon.icon/Assets/eraser.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/AppIcon.icon/Assets/pencil.svg b/AppIcon.icon/Assets/pencil.svg deleted file mode 100644 index 2afed830..00000000 --- a/AppIcon.icon/Assets/pencil.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/AppIcon.icon/icon.json b/AppIcon.icon/icon.json index 88a15848..d11ebdc2 100644 --- a/AppIcon.icon/icon.json +++ b/AppIcon.icon/icon.json @@ -1,18 +1,31 @@ { "fill" : { - "solid" : "display-p3:0.10980,0.68627,1.00000,1.00000" + "linear-gradient" : [ + "display-p3:0.10980,0.68627,1.00000,1.00000", + "srgb:0.00000,0.50980,0.78824,1.00000" + ], + "orientation" : { + "start" : { + "x" : 0.5, + "y" : 0 + }, + "stop" : { + "x" : 0.5, + "y" : 0.7 + } + } }, "groups" : [ { "layers" : [ { - "image-name" : "eraser.svg", - "name" : "eraser", + "image-name" : "Notes-white-1.svg", + "name" : "Notes-white-1", "position" : { - "scale" : 35, + "scale" : 30, "translation-in-points" : [ - 0, - 0 + 13, + -14 ] } } @@ -29,18 +42,17 @@ { "layers" : [ { - "image-name" : "pencil.svg", - "name" : "pencil", + "image-name" : "Notes-white-2.svg", + "name" : "Notes-white-2", "position" : { - "scale" : 35, + "scale" : 30, "translation-in-points" : [ - 0, - 0 + 13, + -14 ] } } ], - "lighting" : "individual", "shadow" : { "kind" : "neutral", "opacity" : 0.5