Add GitHub Dark Default editor theme#465
Merged
Merged
Conversation
Port GitHub's Dark Default color scheme from the official VS Code extension (primer/github-vscode-theme) to MacDown 3000's style format. Color mapping based on Primer primitives for the dark variant: - Background: #0d1117 (scale.gray[9]) - Foreground: #e6edf3 (fg.default) - Headings: #79c0ff (scale.blue[2]) - Links: #2f81f7 (accent.fg) - Code: #79c0ff with #161b22 background - Blockquote: #7ee787 (scale.green[1]) - Comments/HTML: #8b949e (fg.muted) Includes both standard and font-size variant (GitHub Dark Default+). Co-authored-by: Copilot <[email protected]>
Owner
|
Thanks for this @sks3691 ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds GitHub Dark Default color scheme as an editor theme for MacDown 3000.
The colors are ported from the official GitHub VS Code extension (primer/github-vscode-theme), using Primer primitives for the
darkvariant.Color mapping
#0d1117scale.gray[9]#e6edf3fg.default#79c0ffscale.blue[2]#2f81f7accent.fg#79c0ffon#161b22scale.blue[2]#7ee787scale.green[1]#8b949efg.muted#ffa657scale.orange[3]#7ee787scale.green[1]#264f78Files added
MacDown/Resources/Themes/GitHub Dark Default.style— standard (no font sizes)MacDown/Resources/Themes/GitHub Dark Default+.style— with font sizes (H1: 24px → H6: 11px)