Theme

You can custom your theme by CSS vars , you can checkout all styles in the source codeopen in new window.

/* Dark theme */
html.dark {
    --w-e-textarea-bg-color: #333;
    --w-e-textarea-color: #fff;
    /* ...others... */
}
Last Updated:
Contributors: 王福朋