Fyne Theme Explorer
Developer
Erik Kalkoken
About
fyne-theme-explorer is a Fyne app for showing details about the default Fyne theme like colors, icons and sizes. This can be very useful when creating your own apps and widgets, e.g. when trying to find the right theme color to use in a new widget.
All colors, icons and sizes shown are generated directly from the Fyne library, so the list is always complete and matches the version of Fyne currently used by this app.

Installation
You can install this directly from the source code using the Fyne command as follows:
go install fyne.io/tools/cmd/fyne@latest
fyne install github.com/ErikKalkoken/fyne-theme-explorer@latest
Or you can download the code directly from git:
git clone https://github.com/ErikKalkoken/fyne-theme-explorer