Use ThemeData instead of hardcoded Colors in MarkdownStyleSheet (Dark Mode Support)#126
Use ThemeData instead of hardcoded Colors in MarkdownStyleSheet (Dark Mode Support)#126bilaldev05 wants to merge 1 commit into
Conversation
…ove legacy theme references)
|
Hi 👋 I'd like to work on this issue. |
|
Thanks for this, @bilaldev05 — theme-aware colours are genuinely wanted here (they'd help close #95 and #121). However, the current branch doesn't contain the changes described. The only diff against
None of the described Could you re-push with the real |
Summary
Replaced hardcoded
Colors.*usages inMarkdownStyleSheetwith theme-aware values derived fromThemeData.Problem
Several style properties were using fixed color values, which prevented proper dark mode support and ignored app theme customizations.
Changes
Colors.*references with:theme.colorSchemetheme.textThemeResult