Since the upgrade to Ubuntu 18.04 LTS from 16.04 LTS, none of my custom themes work. In fact, they distort my display so much that it becomes unusable.
Luckily I can change it back to something workable with this cli:
$ gsettings set org.gnome.desktop.interface gtk-theme "Breeze"
The problem with all the available Themes is I usually have over 10 terminal screens loaded while working, and without borders, I can't tell where one terminal ends and the next terminal begins.
Also It' hard to tell which application window is active because there isn't enough difference between the colors.
I'm trying to manually edit the Adwaita theme. It has an empty gtk-3.0 folder and a gtk-2.0 folder which has a main.rc
file which I'm sure is the control file. I can't figure out what to change to affect the Title bar and the border width.
I'm trying to do the same thing with Ubuntu 18.04 that is done here with Ubuntu 16.04 in this answer:
How to edit the color of the title bar and border width of a gtk3 theme?
Ubuntu 18.04 themes configuration appears to be totally different.
setsid gnome-shell --replace
. Thanks a million! – L. D. James May 26 '18 at 13:57Thanks for the gnome refresh tip too!
– Wonko the Sane May 26 '18 at 21:07setsid gnome-shell --replace
It takes a lot of work for some people (like me) to log out and back in, when there are 10's of windows needing to be closed. – L. D. James May 26 '18 at 21:18