Theme
You can custom your theme by CSS vars , you can checkout all styles in the source code.
css
/* Dark theme */
html.dark {
--w-e-textarea-bg-color: #333;
--w-e-textarea-color: #fff;
/* ...others... */
}