Skip to content

Instantly share code, notes, and snippets.

@baris
Created December 23, 2013 04:42
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 baris/8091723 to your computer and use it in GitHub Desktop.
Save baris/8091723 to your computer and use it in GitHub Desktop.
.config/gtk-3.0/gtk.css
@define-color bg-grey #333;
@define-color active-grey #000;
@define-color border-grey #555;
TerminalWindow .notebook {
border: 0;
padding: 0;
color: #eee;
background-color: shade(@active-grey, 1);
}
TerminalWindow .notebook tab:active {
background-color: shade(@active-grey, 1);
}
TerminalWindow .notebook tab {
background-color: shade(@bg-grey, 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment