From 5c4d6b995688c6733ce0b6cf7dfcbed1d0014a4c Mon Sep 17 00:00:00 2001 From: sunglocto Date: Sun, 31 Aug 2025 15:37:24 +0000 Subject: [PATCH] Add How to force Pi to use light theme (*NIX systems) --- How-to-force-Pi-to-use-light-theme-%28%2ANIX-systems%29.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 How-to-force-Pi-to-use-light-theme-%28%2ANIX-systems%29.md diff --git a/How-to-force-Pi-to-use-light-theme-%28%2ANIX-systems%29.md b/How-to-force-Pi-to-use-light-theme-%28%2ANIX-systems%29.md new file mode 100644 index 0000000..e5737e2 --- /dev/null +++ b/How-to-force-Pi-to-use-light-theme-%28%2ANIX-systems%29.md @@ -0,0 +1,5 @@ +Simply run Pi with the `FYNE_THEME` environment variable to `light`. Like so: + +```bash +FYNE_THEME=light pi-im +```