This topic is very close to what was suggested in Gnome-terminal tabs: no contrast between active and inactive tabs. I'm using Ubuntu 14.04 and although the gtk.css configuration works fine with default gnome terminal, it does not apply to my tilda terminal.
Does anyone know how to get the same effect on tilda ?
border-radius: 4px;
in the GtkLabel properties to make the tabs look a bit more round. To change the border/highglight color, modify the tab:activebackground-color
value with the color you want (I'm using#28211C
, which is a light blue). – Enrico May 27 '16 at 18:34