Change blockquote styles to use theme colors - #42
Closed
domhel wants to merge 1 commit into
Closed
Conversation
Updated blockquote padding and decoration styles to use theme colors and adjusted border to look like an actual quote.
Merged
Member
|
Thanks @domhel! 🙏 Theme-aware blockquote styling shipped in 1.0.8 (just published to pub.dev). It was integrated locally rather than merged directly, so this PR didn't auto-close — you're credited in the CHANGELOG. Closing as resolved. |
luccasclezar
pushed a commit
to Estudio-Pirilampo-Mestre/flutter_markdown_plus
that referenced
this pull request
Aug 16, 2026
…resightmobile#128, foresightmobile#42) Recreated from PR foresightmobile#128 by @vsaase (blockquote inline bold/italic/link rendering + tests) and PR foresightmobile#42 by @domhel (theme-aware blockquote decoration); contributor lockfile changes dropped. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
luccasclezar
pushed a commit
to Estudio-Pirilampo-Mestre/flutter_markdown_plus
that referenced
this pull request
Aug 16, 2026
…formatting and theme-aware styling
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.
Hi,
the default block quotes used hardcoded colors and I do not want to specify a custom sheet style every time I use a Markdown widget.
These look way better in my opinion:
Before:
After:
I have not touched Cupertino because there are so little colors to choose from.