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

2025-08-31 15:38:30 +00:00
parent 5c4d6b9956
commit 660c2f567b

@@ -3,3 +3,8 @@ Simply run Pi with the `FYNE_THEME` environment variable to `light`. Like so:
```bash
FYNE_THEME=light pi-im
```
You can also do the same for a dark theme:
```bash
FYNE_THEME=dark pi-im
```