Skip to content

Instantly share code, notes, and snippets.

@Unitech
Forked from budnik/gnome-terminal.css
Created June 22, 2016 19:46
Show Gist options
  • Save Unitech/94e5958ccce2868253665099c762a5e5 to your computer and use it in GitHub Desktop.
Save Unitech/94e5958ccce2868253665099c762a5e5 to your computer and use it in GitHub Desktop.
Gnome terminal CSS for ambiance theme
/* gnome-terminal */
TerminalScreen {
-TerminalScreen-background-darkness: 0.95;
background-color: #300a24;
color: #fff;
}
TerminalWindow,
TerminalWindow.background {
background-image: none;
background-color: @dark_bg_color;
color: @dark_fg_color;
}
TerminalWindow .notebook {
border: 0;
padding: 0;
}
TerminalWindow .notebook tab.top:active{
padding: 0;
border-image: none;
background-color: alpha(red,0.4);
}
TerminalWindow .notebook tab.top{
padding: 0;
border-width: 0;
background-image: none;
background-color: @dark_b!g_color;
color: gray;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment