Consistent themeing of custom widgets

I’m building an app and I opted to not use libadwaita for the moment. One kind of widget I needed to be build is a simple box. The question then becomes how does one style the thing. Currently I’m using a hack where I add the “frame” class to the widget and use @theme_base_color. This currently only looks good on the adwaita dark theme:

I guess I’m not sure what my question is. Like what are people’s opinions on this. I’m inclined right now to ship with a bunch of custom stylesheets that completely override the themeing and let the user from the settings pick a theme.

Unfortunately, in libadwaita there is no way to reuse the style of a widget without specifically using that widget.

what do you mean? how does it look on other theme?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.