{% extends "base.html" %} {% block title %}Theme Builder{% endblock %} {% block content %}

Theme Builder

Pick colors with the live preview, save as a new theme, then assign it in Themes or apply per-user in Profile → Themes.

Live preview

Welcome to ANetBBS

This is body text in the new theme. A link.

A dark-bg panel for sidebars / cards.
Existing themes
{% for t in themes %} {% else %} {% endfor %}
SlugDisplay nameActive
{{ t.name }} {{ t.display_name }} {% if t.is_active %}on{% else %}off{% endif %}
No themes saved.
{% endblock %}