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.
I'm a long time Linux and Gnome user, but kinda new to theming.
The Flat Remix theme is really nice and I'm using it as my daily driver for a while now.
Though I think the window buttons are a bit too close to the edge. It feels a bit cramped.
I resolved this by copying the (gtk)theme folder I'm using (Flat-Remix-GTK-Blue-Dark) and adding the following lines to gtk.css:
box.horizontal {
margin-right: 10px;
}
I also created a file ' ~/.mozilla/firefox/default profile/chrome/userChrome.css' with the following lines to make Firefox behave more or less consistently (the height is still a thing, but that's due to the space the tabs need):
.titlebar-buttonbox {
margin-right: 12px;
}
Having said this, these are my questions:
Is there a better way to do this? Should I tweak the FF theme or is there another way to do this entirely on the theme side?
If I'm going to make a pull request: should I modify all different theme variants, or is there a central file from which all variants derive or are being generated from?
[edit] Not unimportant: I'm using Ubuntu 20.04 and Gnome 3.36.8 [/edit]
I'm a long time Linux and Gnome user, but kinda new to theming. The Flat Remix theme is really nice and I'm using it as my daily driver for a while now. Though I think the window buttons are a bit too close to the edge. It feels a bit cramped.
I resolved this by copying the (gtk)theme folder I'm using (Flat-Remix-GTK-Blue-Dark) and adding the following lines to gtk.css:
I also created a file ' ~/.mozilla/firefox/default profile/chrome/userChrome.css' with the following lines to make Firefox behave more or less consistently (the height is still a thing, but that's due to the space the tabs need):
Having said this, these are my questions:
[edit] Not unimportant: I'm using Ubuntu 20.04 and Gnome 3.36.8 [/edit]