daniruiz / flat-remix-gtk

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.
https://drasite.com/flat-remix-gtk
GNU General Public License v3.0
862 stars 71 forks source link

Request: more space for window buttons #123

Closed WeAreGeek closed 3 years ago

WeAreGeek commented 3 years ago

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:

  1. 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?
  2. 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]

daniruiz commented 3 years ago

This should be fixed now with the new themes