fyne-theme-generator icon indicating copy to clipboard operation
fyne-theme-generator copied to clipboard

Reset to default theme

Open Lennart1978 opened this issue 1 year ago • 4 comments

How can I reset to the standard Fyne default theme colors ? I changed some colors and now all my Fyne apps use these new colors. I didn't change the code of my Fyne programs, they all changed their colors now !

Regards, Lennart

Lennart1978 avatar Dec 23 '23 16:12 Lennart1978

Please explain in more detail what you did and what happened as a result. This tool will output code for the theme, but I don't think it will change any settings.

lusingander avatar Dec 24 '23 00:12 lusingander

I started the Theme-generator and played around with some color settings. After that I clicked on "apply" and exited the program. And now the foreground color is changed on all my Fyne apps. For example the progress bars now have all bright green / green color instead of blue. How can I reset the color theme back to default ? I really didn't change anything else.

Lennart1978 avatar Dec 24 '23 15:12 Lennart1978

  • Does the problem reproduce?
    • If you have reproduced it, do you have a video or gif of it?
  • What is the version (commit hash) of fyne-theme-generator?
  • What is the Fyne version of your Fyne app?

lusingander avatar Dec 24 '23 22:12 lusingander

I don't know if the problem can be reproduced. I've only used the program once and now the foreground colors are wrong and I can not change them anymore. I installed the latest Theme Generator a couple of days ago with : "go install github.com/lusingander/fyne-theme-generator@latest". I used Fyne Version: 2.4.2 for my apps. Go Version: 1.21.3 - 1.21.5

Here is a screenshot: As you can see, the color changed from blue to green. All the other Fyne apps are the same. All_Green_Foreground

Lennart1978 avatar Dec 27 '23 16:12 Lennart1978