Creating a Quill.js theme
问题 How do we create new themes in Quill.js? Do we have to extend an existing one? I'm only looking to update the look, not the functionality so theoretically I could just add a bunch of overrides for the default Snow theme but that's not ideal. So - how and where do we go about creating and registering a new Quill.js theme? 回答1: I'm only looking to update the look, not the functionality so theoretically I could just add a bunch of overrides for the default Snow theme but that's not ideal. I'm