tfonteyn / NeverTooManyBooks

A book collection app for Android
GNU General Public License v3.0
77 stars 4 forks source link

(feature request) full black theme as well as dark theme #49

Open realeatham opened 5 months ago

realeatham commented 5 months ago

See title

tfonteyn commented 5 months ago

Not sure what you mean?

The app offers (in Settings) to use Light/Dark or "follow-the-device day/night". If you as I suspect mean extra Themes to those, then I regret to say, but I currently have no plans. There are other things which will get priority.

realeatham commented 5 months ago

Yes, I meant another theme. Can you leave the issue open incase you or someone else wants to add it in the future?

tfonteyn commented 5 months ago

sure - but it will require some work, it's not just adding it to a list. Day/Night is something Android supports via an API. Extra Themes work slightly differently.

tfonteyn commented 3 months ago

@realeatham

Here's your chance - I implemented #46 in such a way that I can now support multiple themes.

My classic "Blue/Grey" scheme is defined in style name="Theme.App", in this source file

I don't know how familiar (if at all) you are with Android development or its color use? If you want to have a go with the Theme Builder perhaps?

And no worry, I don't expect a ready-solution; but if you can play around with that tool (or any other of your liking) and come up with color definitions for the "primary" and "secondary" colors (see above source code), there are 9 colors + 1 for the background to define. The "surface" colors I can extrapolate from those prim/sec colors.