MacDownApp / MacDownApp/macdown
Support light/dark mode in the Rendering CSS and Themes
Nobody has claimed this yet.
- Dominant language
- Rich Text Format
- Stars
- 9.8k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
All of the built-in CSS and syntax highlighted code block Themes in Rendering should support light/dark mode with [prefers-color-scheme](https://drafts.csswg.org/mediaqueries-5/#prefers-color-scheme). (The [Mozilla](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) page has some easier to understand examples.)
Or maybe there should be light/dark variants for the preview pane, but exporting to HTML or copying to clipboard should use prefers-color-scheme.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the built-in Rendering CSS and syntax-highlight themes, then inspect how the preview pane, HTML export, and clipboard output use them. Clarify whether prefers-color-scheme or separate light/dark variants is expected; done means all built-in themes support light and dark modes consistently across the affected outputs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100