diff options
Diffstat (limited to 'templates/qt-gtk/gtk4-gtk.css')
| -rw-r--r-- | templates/qt-gtk/gtk4-gtk.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/qt-gtk/gtk4-gtk.css b/templates/qt-gtk/gtk4-gtk.css new file mode 100644 index 0000000..9bf52c0 --- /dev/null +++ b/templates/qt-gtk/gtk4-gtk.css @@ -0,0 +1,10 @@ +/* Catppuccin Macchiato (lavender) for GTK4 / libadwaita. + * libadwaita ignores gtk-theme-name, so the theme's own stylesheet is imported + * here instead. Assets are symlinked next to this file. */ +@import url("theme/gtk.css"); + +/* vte terminal: local override, kept from the previous config. */ +VteTerminal { + padding: 10px; + -VteTerminal-inner-border: 10px; +} |
