Last active
October 16, 2020 04:31
-
-
Save elmoallistair/2189a8ae4891daddb5af998aee6de22e to your computer and use it in GitHub Desktop.
~/.config/gtk-3.0/gtk.css | Personal configuration
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
/* Terminal Padding */ | |
VteTerminal, | |
TerminalScreen, | |
vte-terminal { | |
padding: 10px 10px 10px 10px; | |
-VteTerminal-inner-border: 10px 10px 10px 10px; | |
} | |
/* Headerbar padding */ | |
window.ssd headerbar.titlebar { | |
padding-top: 3px; | |
padding-bottom: 3px; | |
padding-right: 3px; | |
min-height: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment