Add How to force Pi to use light theme (*NIX systems)

2025-08-31 15:37:24 +00:00
parent 5526aa30eb
commit 5c4d6b9956

@@ -0,0 +1,5 @@
Simply run Pi with the `FYNE_THEME` environment variable to `light`. Like so:
```bash
FYNE_THEME=light pi-im
```