Created
September 27, 2018 06:25
-
-
Save darcwader/974aa647d2a8845a1826827e26369d7f to your computer and use it in GitHub Desktop.
padding in gnome terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ~/.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