high light current in gnome terminal

Tested in Ubuntu 16.04:

edit ~/.config/gtk-3.0/gtk.css

1
2
3
TerminalWindow .notebook tab:active {
background-color: #b0c0f0;
}