You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw in the todo (and HN post) that you'd like to add Color/Theme support. Do you have an idea of how you'd like this to work? I've got some spare time this evening.
The text was updated successfully, but these errors were encountered:
Hey! Thanks a lot for wanting to contribute, I really would love it. Adding themes is certainly in my todo list. Right now, the page is completely based on vanilla JS (es6) in a single 'index.js' file. At first glance it might look messy (sorry!) but I think it's workable.
As of the implementation of the 'Theme Changer', I think it's best that we add it in the Settings modal. It will require use of localStorage() to save the preferences, and simple JS to implement the style changes. If you can, I would really appreciate it.
Just being able to define the text- and background-color in the settings would be enough for me. I wouldn't want to change anything else but flipping the colors, because the white-on-black is a bit harsh on the eyes.
I saw in the todo (and HN post) that you'd like to add Color/Theme support. Do you have an idea of how you'd like this to work? I've got some spare time this evening.
The text was updated successfully, but these errors were encountered: