| 1 |
@{! variants = default, night } |
| 2 |
# Alloy GTK 3 settings |
| 3 |
# |
| 4 |
# A template rather than a plain skeleton file because of one line. |
| 5 |
# gtk-application-prefer-dark-theme decides which half of adw-gtk3 a GTK 3 app |
| 6 |
# lays itself out with, and gtk.css only repaints what that half produced. Ship |
| 7 |
# the light value under the dark palette and every widget comes back with light |
| 8 |
# fills the patch never names, which reads worse than either mode does on its |
| 9 |
# own. gtk-theme-name stays adw-gtk3 in both renders: the preference flag is |
| 10 |
# what sends GTK to adw-gtk3-dark, so naming the dark theme here as well would |
| 11 |
# be the same choice written twice, in two places that could then disagree. |
| 12 |
[Settings] |
| 13 |
gtk-application-prefer-dark-theme = @{meta.is_dark} |
| 14 |
gtk-theme-name = adw-gtk3 |
| 15 |
gtk-cursor-theme-name = Bibata-Modern-Classic |
| 16 |
gtk-cursor-theme-size = 24 |
| 17 |
gtk-font-name = Quasi Body 11 |
| 18 |
gtk-decoration-layout = :close |
| 19 |
gtk-enable-animations = true |
| 20 |
gtk-primary-button-warps-slider = true |
| 21 |
|