Flat Remix is a GTK application theme inspired by material design. It is mostly flat using a colorful palette with some shadows, highlights, and gradients for some depth.
Hi, I'm currently working on an Gtk+3 application and I'm working to integrate a global app menu.
The appmenu button in the HeaderBar looks fine with Adwaita, however Flat-Remix-GTK sets the opacity of the image to zero and makes it so that the button looks like the min/max/close buttons.
Can you add a way for applications to disable this behaviour (by adding a custom class to either MainWindow or HeaderBar) that makes the appmenu button look like a regular button in the HeaderBar (like the ones added by gtk_header_bar_pack_start/end()?
Hi, I'm currently working on an Gtk+3 application and I'm working to integrate a global app menu. The appmenu button in the HeaderBar looks fine with Adwaita, however Flat-Remix-GTK sets the opacity of the image to zero and makes it so that the button looks like the min/max/close buttons.
https://github.com/daniruiz/flat-remix-gtk/blob/811159c82498d0e77e4351b4177df9bf4b05958e/src/sass/gtk-sass/_common.scss#L3902
Can you add a way for applications to disable this behaviour (by adding a custom class to either MainWindow or HeaderBar) that makes the appmenu button look like a regular button in the HeaderBar (like the ones added by
gtk_header_bar_pack_start/end(
)?