dzhavat / css-flexbox-cheatsheet

VS Code extension that lets you open a CSS Flexbox cheatsheet directly in the editor.
https://marketplace.visualstudio.com/items?itemName=dzhavat.css-flexbox-cheatsheet
MIT License
101 stars 12 forks source link

Dark theme #2

Closed dzhavat closed 5 years ago

dzhavat commented 5 years ago

It'd be cool if the cheatsheet switched between light and dark theme based on the selected VS Code theme.

Hopefully there's an API that return the type of the selected VS Code theme.

dzhavat commented 5 years ago

Just came across this section about theming webview content. It's actually quite easy to adjust the design based on the selected theme.