Skip to content

use symbolic icon and fix icon color

Jove Yu requested to merge (removed):fix_icon_color into master

panel plugin should use symbolic icon to match theme, just like what other plugin do (pulseaudio, powermanager) .

the reason why this plugin use no-symbolic icon is, the author of that commit found the icon on dark theme is bad. to see this !5 (comment 45000)

but symbolic icon is png image without any color, so i test it.

theme(no-symbolic) light dark
Adwaita image image
Arc image image
Yaru image image
theme(symbolic) light dark
Adwaita image image
Arc image image
Yaru image image

so the icon color is not match the theme, use fixed color, i think it is not the problem of icon. compared with pulseaudio plugin, I found that it was code problem, I try to fix it.

theme(fix) light dark
Adwaita image image
Arc image image
Yaru image image

that's right

Edited by Jove Yu

Merge request reports