-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gray headerbar & titlebars in GNOME Shell #23
Comments
I think all that needs to be done for this is to create a simple GNOME Shell theme. Bluebird currently doesn't have a GNOME Shell theme at all, but Greybird's GNOME Shell theme is only 9 lines long, so it doesn't look too terribly daunting. It may be a couple weeks before I have the chance to focus on this becuase of certain academic/work commitments; I'll want to set up a little VM for it since GNOME isn't my primary desktop environment. |
My GNOME Shell theme is "Yaru" which is the default for Ubuntu 18.10 but I am not talking about the GNOME Shell theme here at all. I suspect the only reason the titlebars look blue for you is because your xfwm theme is set to Bluebird. And I suspect that you can reproduce my issue in any desktop other than Xfce. Yaru's titlebars are very dark gray. I think the current Bluebird titlebars are the same as Greybird's. |
The background color is defined here But header bars contain other elements (as labels and buttons) and probably you need to redefine each one of them. |
Thanks, @danielecolangelo! Looks like we can change the headerbar background color with one line (probably |
I thought that I would have to be using GNOME Shell to see the effects of what I'm doing, but it turns out that if I use, say, Evince in XFCE, the headerbar styling is used to draw the top of the window, not the xfwm theme. This will also affect how certain other things are themed, that I had grown used to being gray, e.g. the navbar in Thunar. So I'll be playing around with it. |
Things are still excessively busy around here but I have been trying my hand at this again and I've got the beginnings of something decent; here are Google Chrome and evince with blue headerbars for reference; this time I've done it without affecting other widgets like the Thunar navbar I mentioned before. As you can see, though, I've yet to make it use the Bluebird window buttons that are in the xfwm and metacity themes. Once I've done that and made some color tweaks I'll make a PR for it so folks will have a chance to review what I've changed. |
Here is my promised patch for flat button cleanup.
I also played around with the toolbars for a few minutes, @ddelabru you are much further it seems. If you have any use for it...
|
That would be great today since applications like thunderbird and firefox use csd with gtk colors. |
I believe it is intended for the titlebar and headerbars to be blue instead of gray.
Headerbar
Titlebar
The text was updated successfully, but these errors were encountered: