Is your feature request related to a problem? Please describe.
I'm always frustrated when none of the pre-defined themes in lib/svg/themes.ts exactly match my personal brand colors or my website's specific color scheme.
Describe the solution you'd like
A UI component that allows users to pick custom hex codes for the background, text, borders, and icons of the generated SVGs, instead of being restricted to the preset themes.
Describe alternatives you've considered
I could fork the repository and add my own theme to the codebase, but a dynamic color picker in the UI would be much more user-friendly.
Is your feature request related to a problem? Please describe.
I'm always frustrated when none of the pre-defined themes in
lib/svg/themes.tsexactly match my personal brand colors or my website's specific color scheme.Describe the solution you'd like
A UI component that allows users to pick custom hex codes for the background, text, borders, and icons of the generated SVGs, instead of being restricted to the preset themes.
Describe alternatives you've considered
I could fork the repository and add my own theme to the codebase, but a dynamic color picker in the UI would be much more user-friendly.