https://github.com/erikkalkoken/fyne-sizes
A Fyne app that renders examples of all default theme sizes for text and icons
https://github.com/erikkalkoken/fyne-sizes
fyne go
Last synced: 7 months ago
JSON representation
A Fyne app that renders examples of all default theme sizes for text and icons
- Host: GitHub
- URL: https://github.com/erikkalkoken/fyne-sizes
- Owner: ErikKalkoken
- License: mit
- Created: 2025-01-31T16:24:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T16:34:31.000Z (8 months ago)
- Last Synced: 2025-02-13T05:53:20.134Z (8 months ago)
- Topics: fyne, go
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fyne Sizes
A Fyne app that renders examples of all default theme sizes for text and icons.
## Example
Here are render examples for different platforms and themes:
### Gnome desktop - Light theme

### Gnome desktop - Dark theme

## How to run
If you have a Go compiler and Fyne already setup you can run this app directly with:
```sh
go run github.com/ErikKalkoken/fyne-sizes@latest
```For more information about how to setup Fyne please see [Fyne - Getting Started](https://docs.fyne.io/started/).