Skip to content

Instantly share code, notes, and snippets.

@twogood
Created November 10, 2014 10:08
Show Gist options
  • Save twogood/4326f341afe4baf1fbdb to your computer and use it in GitHub Desktop.
Save twogood/4326f341afe4baf1fbdb to your computer and use it in GitHub Desktop.
Terminal tab colors in ~/.config/gtk-3.0/gtk.css
.notebook tab {
background-color: #c0c0c0;
color: black;
}
.notebook tab:active {
background-color: #f0f0f0;
color: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment