2.home-manager/tests/modules/misc/gtk/gtk4/gtk4-theme-css-injection-expected.css
Austin Horstman 47443585fe tests/gtk: refactor and organize
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-11 11:53:47 -05:00

13 lines
329 B
CSS

/**
* GTK 4 reads the theme configured by gtk-theme-name, but ignores it.
* It does however respect user CSS, so import the theme from here.
**/
@import url("file://@gnome-themes-extra@/share/themes/Adwaita-dark/gtk-4.0/gtk.css");
/* Custom user CSS */
window {
background-color: #2d2d2d;
}
button {
border-radius: 8px;
}