facade / ignition-code-editor

Add inline code editing to your ignition page
http://flareapp.io/docs/ignition-for-laravel/first-party-extensions#ignition-code-editor
MIT License
44 stars 5 forks source link

Ignition Dark Mode Support #5

Open shatterproof opened 5 years ago

shatterproof commented 5 years ago

It appears the code editor doesn't currently support dark mode when it is enabled on Ignition.

The Snippet.vue file already imports theme/base16-dark.css, which could be used by setting CodeMirror's theme option to base16-dark if enabled.