re-rxjs / react-rxjs.org

React-RxJS website
https://react-rxjs.org
0 stars 10 forks source link

change theme of code blocks #23

Closed voliva closed 4 years ago

voliva commented 4 years ago

Currently we have for both light/dark the default palenight theme:

tsx

diff

I don't fully like the way it redners tsx, because the same colour is used for both keywords (const, function, etc.) and names.

With this change I'm picking Github for light mode and VSDark for dark mode:

tsx

diff

OceanicNext for dark mode also looks right for tsx blocks, but unfortunately it doesn't do very well for diffs :/