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
{{ message }}
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
All the DeckDeckGo apps, respectively remote, docs and studio support "dark mode" using the CSS option @media (prefers-color-scheme: dark) {}.
Even if I do like dark mode, I like to have the ability to switch between dark or light. For example like Twitter does.
The goal of this task would be to implement a "dark/light" switcher in all our apps.
Tech info
We rely on idb-keyval to save local data, the users' preferences could be saved that way.
DeckDeckGo is meant to be as much as possible agnostic, therefore the solution should preferably be implemented without any extra dependencies
Get started
Interested to get involved and to try to implement this feature? Ping me if you have any questions or need help to get started, David (@peterpeterparker or twitter.com/daviddalbusco) 😃
Description
All the DeckDeckGo apps, respectively remote, docs and studio support "dark mode" using the CSS option
@media (prefers-color-scheme: dark) {}.Even if I do like dark mode, I like to have the ability to switch between dark or light. For example like Twitter does.
The goal of this task would be to implement a "dark/light" switcher in all our apps.
Tech info
We rely on
idb-keyvalto save local data, the users' preferences could be saved that way.DeckDeckGo is meant to be as much as possible agnostic, therefore the solution should preferably be implemented without any extra dependencies
Get started
Interested to get involved and to try to implement this feature? Ping me if you have any questions or need help to get started, David (@peterpeterparker or twitter.com/daviddalbusco) 😃