From 8809313be17227cb735fe67cc59d08dde5ea9df0 Mon Sep 17 00:00:00 2001 From: yamabush1 Date: Sun, 21 Jun 2026 11:27:03 +0200 Subject: [PATCH] theme: replace Figma-exported launcher SVGs with renderer-compatible versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The original exports used foreignObject (CSS backdrop-filter) and feComposite in2="hardAlpha" filter chains — Figma-specific constructs that resvg ignores, making all nine dots invisible at runtime. Replace both dark and light variants with plain 3×3 grids of rx=3 rounded rects (white in dark mode, #0A032E in light mode). No filters, no defs, fully renderable by resvg/tiny-skia. --- themes/default/branding/dark/launcher.svg | 137 ++------------------- themes/default/branding/light/launcher.svg | 137 ++------------------- 2 files changed, 18 insertions(+), 256 deletions(-) diff --git a/themes/default/branding/dark/launcher.svg b/themes/default/branding/dark/launcher.svg index b2ee176..02082dc 100644 --- a/themes/default/branding/dark/launcher.svg +++ b/themes/default/branding/dark/launcher.svg @@ -1,130 +1,11 @@ -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + +
diff --git a/themes/default/branding/light/launcher.svg b/themes/default/branding/light/launcher.svg index 0d02b45..8ad524d 100644 --- a/themes/default/branding/light/launcher.svg +++ b/themes/default/branding/light/launcher.svg @@ -1,130 +1,11 @@ -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + +