Skip to content

Instantly share code, notes, and snippets.

@echochamber
Created October 24, 2016 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save echochamber/2c046897e525fde4e0199b564ca310fc to your computer and use it in GitHub Desktop.
Save echochamber/2c046897e525fde4e0199b564ca310fc to your computer and use it in GitHub Desktop.
Make Ubuntu GNOME Terminal Have A More Noticable "Active Tab"
/* ~/.config/gtk-3.0/gtk.css */
TerminalWindow .notebook tab:active {
background-color: #F6BBA6;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment