Skip to content

Instantly share code, notes, and snippets.

@carlzulauf
Created November 15, 2013 09:52
Show Gist options
  • Save carlzulauf/7481847 to your computer and use it in GitHub Desktop.
Save carlzulauf/7481847 to your computer and use it in GitHub Desktop.
Put this in ~/.config/gtk-3.0/gtk.css
@define-color bg-grey #222;
@define-color active #313131;
TerminalWindow .notebook {
border: 0;
padding: 0;
color: #fff;
background-color: shade(@active-grey, 1);
}
TerminalWindow .notebook tab:active {
background-color: shade(@active,1);
}
TerminalWindow .notebook tab {
border-radius: 0px;
padding: 3px;
background-color: shade(@bg-grey, 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment