Skip to content

Instantly share code, notes, and snippets.

@nabam
Created February 13, 2019 09:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nabam/cd8cfbff69e3ca37594f7345281022ae to your computer and use it in GitHub Desktop.
Save nabam/cd8cfbff69e3ca37594f7345281022ae to your computer and use it in GitHub Desktop.
Dark tabs in terminator
.terminator-terminal-window notebook tab {
background-color: #222;
padding: 0.2em;
border: 0;
border-color: #444;
border-style: solid;
border-width: 1px;
}
.terminator-terminal-window notebook tab:checked {
background-color: #000;
background-image: none;
}
.terminator-terminal-window notebook tab label {
color: #ddd;
}
.terminator-terminal-window notebook tab:checked label {
color: #76C802;
font-weight: 500;
}
.terminator-terminal-window notebook tab button {
padding: 0;
background-color: transparent;
color: #ccc;
}
.terminator-terminal-window notebook header {
background-color: #444;
}
.terminator-terminal-window notebook tab button:hover {
border: 0;
background-image: none;
border-color: #444;
border-style: solid;
border-width: 1px;
}
@mattrose
Copy link

Hi, I've been maintaining termiinator for the past year or so, and I have two or three requests for this kind of customization, Can I use the info on this page in official documentation?

@nabam
Copy link
Author

nabam commented Aug 31, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment