Grubuntu / PieMenu

Fork of PieMenu, with some improvements
8 stars 4 forks source link

[Feature request] Add "ThemeAccentColor" support #50

Closed pgilfernandez closed 4 months ago

pgilfernandez commented 4 months ago

Latest FreeCAD stylesheets support what they call "ThemeAccentColor", it a pretty nice feature that allow users customize the stylesheets by choosing "accent" colors in FreeCAD Preferences ( Preferences > Display > Theme ).

It would be nice that our styles could get those variables, that is, reading the 3 available accents from Preferences and replace the active stylesheet. Our stylesheets would include (as regular FreeCAD ones do) the variable names @ThemeAccentColor1, @ThemeAccentColor2 and @ThemeAccentColor3.

I would say it's not a difficult feature to include and it would be nice for matching our styles with the "accent" colors the user is using inside FreeCAD.

What do you think?

pgilfernandez commented 4 months ago

I had an inspiration and I'm working on it... I think I will be able to develop it ;)

Grubuntu commented 4 months ago

Yes, good idea. Go

pgilfernandez commented 4 months ago

closed as completed https://github.com/Grubuntu/PieMenu/pull/51