Skip to content

Instantly share code, notes, and snippets.

@RicardoRagel
Last active June 23, 2022 08:51
Show Gist options
  • Save RicardoRagel/d09c65a1c5a996216f17bdc5b7c3ef93 to your computer and use it in GitHub Desktop.
Save RicardoRagel/d09c65a1c5a996216f17bdc5b7c3ef93 to your computer and use it in GitHub Desktop.
Terminator GTK Style Sheet
.terminator-terminal-window separator {
background: #ffffff;
}
@RicardoRagel
Copy link
Author

Terminator GTK Style Sheet

This CSS file fixes the problem that makes it difficult to see the separator between the subterminals when using Terminator with the dark Ubuntu theme.

Simply add this CSS file gtk.css to the folder ~/.config/gtk-3.0 or copy its content in your current GTK CSS file.

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