congnd / FMPhotoPicker

A modern, simple and zero-dependency photo picker with an elegant and customizable image editor
MIT License
765 stars 128 forks source link

[Feature Request] Configurable Fonts & Colors #54

Open derekbrown opened 3 years ago

derekbrown commented 3 years ago

First of all, thanks for this repo! Great job overall, and very useful.

This is more of a request than an issue, but it'd be nice for the fonts and colors used throughout FMPhotoPicker to be configurable. The kBlackColor, kRedColor, etc. could be exposed to the Config object, perhaps? Not sure the best way to go about the fonts, however.

Use case: utilizing FMPhotoPicker in another app that doesn't necessarily conform to UI fonts and colors. Also, the kRedColor isn't the best UI color, since it's more of an "error" color than a state color, if that makes sense.

congnd commented 3 years ago

Worth considering. Thanks for your idea.

LeonidKokhnovich commented 3 years ago

Thanks for such a great library! Also, due to DARK mode iOS requirements, it might be worth considering to allow configuring colors as a first iteration