From 77f0e6fd6cbf6f4a2757a95da6b3018d1c947397 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Thu, 6 Mar 2025 07:41:08 +0200 Subject: [PATCH] gtk: add custom CSS for the VTE4 terminals as well (affects gnome-console) I already have the same thing for GTK3 (affects gnome-terminal). --- gtk/.config/gtk-4.0/gtk.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 gtk/.config/gtk-4.0/gtk.css diff --git a/gtk/.config/gtk-4.0/gtk.css b/gtk/.config/gtk-4.0/gtk.css new file mode 100644 index 00000000..b916c3b1 --- /dev/null +++ b/gtk/.config/gtk-4.0/gtk.css @@ -0,0 +1,3 @@ +VteTerminal, vte-terminal { + padding: 15px 30px; +}