I would like to suggest that the plasma6-breeze-gtk
package be included by default in the KDE releases (Rome and Rock). I think this is a good idea because it would allow consistent theming within the overall breeze theme. Moreover, most newbies would be unfamiliar with how to achieve consistent theming between apps built for different environments, as I’m sure that no one will consciously choose to never install gnome applications on a KDE installation.
Of course, I’m sure that such a new user would also not understand how to go into Settings > Colors & Themes > Application Style > Configure GNOME/GTK Application Style > GTK Theme: Breeze
. Thus, perhaps, we could also have it set to not only have the plasma6-breeze-gtk
installed by default but also have this option set by default as well?
I’m not trying to make the distro “right for me” lol, as I don’t use breeze (in the application style), but I do think consistency would present a more professional and sleek experience to newcomers to OMLx. I do use the Breeze setting for GTK theming, however, as the dark-mode it gives by default looks much better.
Also, I’m not sure how this fits into the spirit of the SLIM release, and I’m not making any suggestions regarding that ISO. I really just love OMLx and want it to do well.
Totally as an aside: in my own installation, I had to modify the /home/user/.config/gtk-3.0/gtk.css file to make certain programs present their headerbar buttons at correct proportions. That is to say, they were too small for me! I only saw an issue with this in just one or two GTK applications (e.g. librewolf), but this modification to the gtk.css file fixed that program:
headerbar button.titlebutton, .titlebar button.titlebutton {
background-position: center;
background-repeat: no-repeat;
min-height: 32px;
min-width: 32px;
background-size: 32px 32px;
}
Anyway, as I said, this is a total aside and not really related to the primary topic, as the pixel width would be, I believe, relative to one’s resolution, scaling, and other preferences.