Merged
Conversation
Add a new preview-pane stylesheet that combines GitHub formatting structure with the Tomorrow color scheme. This provides a dark-mode preview theme that pairs well with the Tomorrow editor theme. Key features: - Dark background (#464646) lighter than editor (#2d2d2d) for contrast - Tomorrow color palette: cyan headings, green links, orange bold, etc. - Full GitHub formatting: tables, code blocks, blockquotes, lists - Responsive design with print support Based on PR #1289 from MacDownApp/macdown by @elsiehupp Related to #106
Address code review feedback: - Fix font-style: bold → font-weight: bold (CSS syntax error) - Fix blockquote color #cc99cc → #f2777a (correct Tomorrow palette) - Remove duplicate border-radius declaration - Fix file permissions to 644 for consistency Related to #106
Contributor
Code Coverage ReportCurrent Coverage: 52.39% Coverage Details (Summary) |
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
Add a new preview-pane stylesheet called "GitHub Tomorrow" that combines GitHub formatting structure with the Tomorrow color scheme, providing a dark-mode preview theme that pairs well with the Tomorrow editor theme.
Key features:
Based on PR #1289 from MacDownApp/macdown by @elsiehupp
Related Issue
Related to #106
Manual Testing Plan
Setup
Key Test Scenarios
Edge Cases
Review Notes