Is there any way to increase the visibility (e.g. thickness, contrast or colour) of bezel that surrounds the highlighted (aka selected) button in gnome window?
TBH sometimes it is barely visible in default version.
PS: I am using GNOME 3.28.2.
Here is a screenshot illustrating the issue (from a link posted in a comment):
Best Answer
From the image provided by the poster, it appears that the theme is Ambiance.
The following bit of code will provide some relief:
Route #1:
This code can be added to ~/.config/gtk-3.0/gtk.css using a plain text editor. (If the file and folder don't exist, just create them.)
You can look at CSS outline properties for more options.
It should be noted that
Route #2:
If you like to try other themes, modifying ~/.config/gtk-3.0/gtk.css may not be the best way to go because the code in this file applies to all gtk3 themes: obviously, if a particular theme already has its own way of dealing with the outline issue there could be unwanted effects.
For this reason, I prefer to edit the theme itself so that the change is restricted to a particular theme.
In this case, I edited usr/share/themes/Ambiance/gtk-3.20/gtk-widgets.css so that the top few lines looked like this:
The three lines starting with "outline-" are the lines I added.
In the animation below, notice that the outline color differs depending on the background:
A couple of images showing the difference that can be made by editing the Ambiance theme or gtk.css as described above:
Before:
After: