Bug 508474

Summary: Elisa - Dark symbolic icon on Status and Notifications
Product: [Plasma] Breeze Reporter: nili <sowt>
Component: IconsAssignee: visual-design
Status: CONFIRMED ---    
Severity: normal CC: anditosan1000, kainz.a, m, nate
Priority: NOR    
Version First Reported In: 6.4.4   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Elisa Symbolic - Status and Notifications

Description nili 2025-08-19 14:16:23 UTC
Created attachment 184261 [details]
Elisa Symbolic - Status and Notifications

SUMMARY
Elisa have a dark symbolic icon on Status and Notifications.

STEPS TO REPRODUCE
Enabled tray icon
Application Menu > Configure Elisa... > [Tick] Keep running in system tray when main window is closed
Close Elisa to stick on tray, check it mouse hovering over symbolic icon.

EXPECTED RESULT
To have white symbolic on dark breeze theme as it does on taskbar.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20250818
KDE Plasma Version: 6.4.4
KDE Frameworks Version: 6.17.0
Qt Version: 6.9.1
Graphics Platform: Wayland
Comment 1 nili 2025-08-19 14:30:30 UTC
Typo:
Close Elisa to stick on "Status and Notifications", check it mouse hovering over symbolic icon.
Comment 2 Nate Graham 2025-08-19 19:09:02 UTC
Can reproduce; the elisa-symbolic icon has broken color-scheme-awareness. I'll see if I can fix it.
Comment 3 Nate Graham 2025-08-19 19:15:37 UTC
Hmm, I'm not seeing anything obviously wrong with the CSS support in the SVG itself: https://invent.kde.org/frameworks/breeze-icons/-/blob/master/icons/apps/32/elisa-symbolic.svg?ref_type=heads&plain=1

It doesn't look materially different from https://invent.kde.org/frameworks/breeze-icons/-/blob/master/icons/apps/22/elisa-symbolic.svg?ref_type=heads&plain=1, which works.
Comment 4 Andres Betts 2025-08-19 22:12:47 UTC
Likely the problem here is that the outer line is a path and not a shape. If you apply "convert to shape" to it, it should be fine after that.