Skip to content

Add custom style (themes) to HTML rendering

Ente edited this page May 22, 2025 · 1 revision

How to add custom style to HTML rendering?

Create a new CSS file, within src/renders/themes, e.g. dark.css

When parsing your file to protoparser/protoml-parser define a theme: protoparser -theme=dark file.pml html

Clone this wiki locally