+
+## Changing theme configuration
+
+* Just edit the files.
+
+## Applying the configuration
+
+* Restart each affected application.
+
+## Tinkering
+
+* There's a built-in `gsettings_reload_interface` function from
+ prototype at [gtk.sh](profile.d.dot/gtk.sh.link).
+
+* You might also be tempted to use [lxappearance][], but this can break the
+ dotfiles' symlinks for the GTK configuration.
+
+* Another option to be tested is adding these options as [XSETTINGS][]
+ and rely on a manager such as [xsettingsd][].
+
+[XSETTINGS]: https://www.freedesktop.org/wiki/Specifications/xsettings-spec/
+[lxappearance]: https://tracker.debian.org/pkg/lxappearance
+[xsettingsd]: https://github.com/derat/xsettingsd
+
+## References
+
+* [GTK - ArchWiki](https://wiki.archlinux.org/title/GTK)
+* [Apps/DconfEditor - GNOME Wiki!](https://wiki.gnome.org/Apps/DconfEditor)