fern
fern copied to clipboard
Different syntax highlighting in dark mode
Which Fern component?
Fern Docs
How urgent is this?
P3 - Low (Nice to have)
What's the issue?
Steps to reproduce:
- Add a code block to a doc page with JSON in it
- Look at the page
Expected behavior
Syntax highlighting will look the same on both dark mode and light mode (all JSON keys will be the same color, no matter how deeply nested they are)
Actual behavior
On nested JSON objects, the syntax highlighting colors change depending on how deeply nested they are
Light mode (works as expected):
Dark mode:
Fern CLI & Generator Versions
Fern CLI version: 0.56.35
Workaround
No response
Are you interested in contributing a fix?
Yes