posit-dev / positron

Positron, a next-generation data science IDE
Other
1.97k stars 60 forks source link

Python: Improve theme color application in Help code snippets #1557

Open petetronic opened 9 months ago

petetronic commented 9 months ago

With vscode styles injected as vars, we could improve the styling of code snippets in pydoc help by mapping some syntax token colors through to the markup used in pydoc for code.

petetronic commented 9 months ago

Follow-on work from #430

seeM commented 9 months ago

We'll first need to inject those token colors as CSS variables before we can use them in our CSS file.