aboutsummaryrefslogtreecommitdiffstats
path: root/templates/qt-gtk/gtk4-gtk.css
blob: 9bf52c0dd62f359d0d2e9624f1eefac8f9709f51 (plain)
1
2
3
4
5
6
7
8
9
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;
}