{% extends "base.html" %}
{% import "_macros.html" as m %}
{% block title %}Settings — Code Atlas{% endblock %}
{# The settings page — theme palette cards, ground seg, map defaults, index info,
ported verbatim. No sidebar: the design gives settings the full width. Theme and
map defaults live in this browser's localStorage; the inline script below applies
choices immediately, exactly as the design's own logic does. #}
{% block main %}
Settings
Local to this machine. Nothing here leaves it.
Theme
{% for id, name, note, chips in [
("modernist", "Modernist", "Ink on ground, one red accent.", ["#f3f2f2", "#201e1d", "#ec3013"]),
("cyber", "Cyber", "Cold ground, cyan ink, magenta accent. Ruled grid and glow on the map.", ["#07090d", "#4de3f0", "#ff2fbf"]),
] %}
{% endfor %}