Skip to content

Instantly share code, notes, and snippets.

@zakhar
Created July 16, 2014 08:39
Show Gist options
  • Save zakhar/6f0cbf3aecbcc3eee258 to your computer and use it in GitHub Desktop.
Save zakhar/6f0cbf3aecbcc3eee258 to your computer and use it in GitHub Desktop.
cat ~/.config/gtk-3.0/gtk.css
TerminalWindow .notebook {
padding: 0;
border-width: 0;
}
TerminalWindow,
TerminalWindow.background {
background-image: none;
background-color: #6e6e6e;
color: #000000;
}
TerminalWindow .notebook tab {
padding: 5;
border-image: none;
border-width: 0;
background-color: #6e6e6e;
}
TerminalWindow .notebook tab:active {
padding: 5;
border-image: none;
border-width: 0;
background-color: #d1d1d1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment