toyai / python-playground

Interactive Playground for Python
https://python-playground.netlify.app
MIT License
12 stars 1 forks source link

Make a theme based on GitHub Light theme #24

Closed ydcjeff closed 3 years ago

ydcjeff commented 3 years ago

Clear and concise description of the problem

Default theme and highlight style provided by CodeMirror 6 is great, but this is not enough for python. Default highlight style sometimes misses some syntax.

Suggested solution

Since CodeMirror 6 only provides One Dark theme via @codemirror/theme-one-dark, we should make a custom them based on GitHub Light Theme - GH.

Alternative

Additional context