epoupon / lms

Lightweight Music Server. Access your self-hosted music using a web interface.
http://lms-demo.poupon.dev
GNU General Public License v3.0
1.14k stars 62 forks source link

Feature request: dark mode #45

Closed AlphaJack closed 4 years ago

AlphaJack commented 4 years ago

The UI is essential and amazing, but I think that a dark mode option could make it even better

epoupon commented 4 years ago

Ok it looks like we could quite easily apply a theme to the application thanks to bootstrap3 theming features.

For example with this theme: https://bootswatch.com/3/darkly/ image

image

There are some hardcoded colors that need to be reworked though.

epoupon commented 4 years ago

@AlphaJack and @abdulocracy : we could try to make a dark theme from scratch (see https://getbootstrap.com/docs/3.4/customize/) by maybe we could just pick one that fits your needs in https://bootswatch.com/3/ or similar free sites?

abdulocracy commented 4 years ago

Something like Darkly or Cyborg from Bootswatch should do the job nicely. No need to put in more work than is necessary, I think what people look for in a dark mode is just something dark to save their eyes in the evening.

AlphaJack commented 4 years ago

No need to put in more work than is necessary, I think what people look for in a dark mode is just something dark to save their eyes in the evening.

I agree, Darkly is fine with me

epoupon commented 4 years ago

Ok, I think it would be fine for now. Finally, I had to change a lot of stuff in order for the new themes (flatly/darkly) be coherent.

Feel free to open other issues if you see something weird!