diff options
Diffstat (limited to 'terminal.css')
-rw-r--r-- | terminal.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/terminal.css b/terminal.css new file mode 100644 index 0000000..51ead0d --- /dev/null +++ b/terminal.css @@ -0,0 +1,8 @@ +vte-terminal { + /* This must be kept in sync with the geometry hints in terminal.vala */ + padding: 2px; +} + +scrolledwindow undershoot { + background-image: none; +} |