- commit
- 6fbc95886ec9e4663dbfa5c177c8cadc52de1f10
- parent
- 2efa336d225b9bca20e35adc056b78fe13cc8ed3
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2021-04-24 20:49
link to article claiming that GTK should not be themed
Diffstat
| M | README.md | 3 | +++ |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
@@ -21,8 +21,11 @@ In the meantime, the situation has improved a lot. [The documentation][1] is 21 21 much better, the [reference implementation][2] is much cleaner, and there even 22 22 is an interactive inspector (`$ GTK_DEBUG=interactive {your-app}`). 23 23 -1 24 On the other hand, the concept of GTK themes itself is [highly contested][3]. -1 25 24 26 Anyway, I think there is still value in a minimal theme that is easy to modify. 25 27 So I will keep using this. 26 28 27 29 [1]: https://developer.gnome.org/gtk3/stable/ 28 30 [2]: https://gitlab.gnome.org/GNOME/gtk/tree/master/gtk/theme/Adwaita -1 31 [3]: https://blogs.gnome.org/tbernard/2018/10/15/restyling-apps-at-scale/