init chaos theory theme for foxhop.net
Dark void background with dot-grid overlay, electric teal accent, Space Mono typography. Remarkbox entry point: chaostheory.
This commit is contained in:
commit
5722b6c7b0
6 changed files with 422 additions and 0 deletions
39
readme.rst
Normal file
39
readme.rst
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue