Skip to content

Instantly share code, notes, and snippets.

@darcwader
Created September 27, 2018 06:25
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 darcwader/974aa647d2a8845a1826827e26369d7f to your computer and use it in GitHub Desktop.
Save darcwader/974aa647d2a8845a1826827e26369d7f to your computer and use it in GitHub Desktop.
padding in gnome terminal
/* ~/.config/gtk-3.0/gtk.css */
VteTerminal,
TerminalScreen,
vte-terminal {
padding: 10px 10px 10px 10px;
-VteTerminal-inner-border: 10px 10px 10px 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment