mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-02 23:21:02 +01:00
13 lines
329 B
CSS
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;
|
|
}
|