Is it possible to make the color of the title bar of the active window different from the rest?
Right now it's black for all windows in my default set-up. I am unable to determine if I can start typing as I don't know which the focused window is.
Is it possible to make the color of the title bar of the active window different from the rest?
Right now it's black for all windows in my default set-up. I am unable to determine if I can start typing as I don't know which the focused window is.
This works for me (Ubuntu 18.04 + Gnome 3.28.1):
To customize the active title bar background colors use .titlebar and .backdrop (for inactive windows).
After saving the file, remember refresh gnome using this command:
A very simple way to make the color of the title bar different, is to choose a different theme, that does take this aspect into account (why the default one doesn't, beats me).
To change the default theme, install Gnome Tweaks (
sudo apt install gnome-tweaks
), then choose a theme like Adwaita:Not really a different answer but I found these colours more aesthetically pleasing under the ambience theme. I used gPick to make them match the rest of the theme (except the colours). Unfortunately you can't just leave them blank and have system defaults - that first one just applies in all cases without the second one.
This didn't work for all windows (notably chrome + some config windows) until after restarting, not sure why. Just reloading gnome shell wasn't enough.
Interestingly if you leave out the 'color' bits of those, gnome shell restarts much more quickly (even if you replace white with #FFFFFF). I don't see any errors in syslog or anything obvious in journalctl so not sure why.
Without setting white it looks a bit nasty, so I added it back in!