Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

apps: dark and light mode switcher #227

@peterpeterparker

Description

@peterpeterparker

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-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) 😃

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions