| 1 |
@{! variants = default, night } |
| 2 |
# Alloy GTK 4 settings |
| 3 |
# |
| 4 |
# Same file and same reason as gtk-3.0/settings.ini: the preference flag picks |
| 5 |
# the polarity libadwaita lays out with, and gtk-4.0/gtk.css only repaints the |
| 6 |
# result. Keep the two in step, as their gtk.css patches already are. |
| 7 |
[Settings] |
| 8 |
gtk-application-prefer-dark-theme = @{meta.is_dark} |
| 9 |
gtk-theme-name = adw-gtk3 |
| 10 |
gtk-cursor-theme-name = Bibata-Modern-Classic |
| 11 |
gtk-cursor-theme-size = 24 |
| 12 |
gtk-font-name = Quasi Body 11 |
| 13 |
gtk-decoration-layout = :close |
| 14 |
gtk-enable-animations = true |
| 15 |
gtk-primary-button-warps-slider = true |
| 16 |
|