TwidereProject / TwidereX-Android

Next generation of Twidere for Android
GNU General Public License v3.0
987 stars 53 forks source link

Custom Themes Support #264

Open kurokawaerne opened 3 years ago

kurokawaerne commented 3 years ago

@HuixingWong Can implement a theme picker from this source?

https://github.com/jaredrummler/ColorPicker

It's very light and also you can make a server for share themes ( the files are in json and are very light [KB]) with a MEGA account with 15 GB free storage this can be considered like a unlimited space.

Tlaster commented 3 years ago

Just note that @HuixingWong is an external contributor and we appreciate his hard work for Twidere X. Custom theme support is under consideration, but we prefer using a pure compose color picker instead of the old View base color picker.