Find a file
russell@unturf.com 37c496fb55
fix: own the dark palette in theme.css — stop relying on common.css :root
common.css ships the neutral Remarkbox light palette for all themes. The
chaostheory dark palette and dark re-skins (.alert-*, section.well, .focused,
etc.) now live here in theme.css, which loads after common.css and overrides
:root for chaostheory pages only.
2026-05-12 08:37:18 -04:00
remarkbox_chaostheory fix: own the dark palette in theme.css — stop relying on common.css :root 2026-05-12 08:37:18 -04:00
.gitignore Add .gitignore, static assets, template & css updates 2026-04-21 18:27:17 -04:00
.gitlab-ci.yml Add GitLab CI/CD: install package + symlink statics + restart foxhop.net 2026-04-08 17:25:54 -04:00
MANIFEST.in init chaos theory theme for foxhop.net 2026-04-03 10:54:10 -04:00
readme.rst init chaos theory theme for foxhop.net 2026-04-03 10:54:10 -04:00
setup.py init chaos theory theme for foxhop.net 2026-04-03 10:54:10 -04:00

Remarkbox Chaos Theory Theme
=============================

foxhop.net theme for Remarkbox.

**Sensitive dependence on initial conditions.**

Design
------

- Background: ``#06060e`` — void black with a dot-grid overlay (ordered structure from simple rules)
- Accent: ``#00e5cc`` — electric teal
- Font: Space Mono (Google Fonts) — monospace precision
- Container: dark panel with electric teal top border
- Minimal nav, right-aligned, monospace

Install
-------

.. code-block:: bash

    cd remarkbox-theme-chaostheory
    pip install -e .

Configure in your Remarkbox ``production.ini``::

    app.theme = chaostheory

Files
-----

.. code-block:: text

    remarkbox_chaostheory/
    ├── templates/
    │   └── chaostheory-base.j2
    └── static/theme/chaostheory/
        └── css/
            └── theme.css