garden.css — my voice over ASW (garden#4)

Palette extracted from expressive forms (sessions 110-116):
  violet (dialogue) → var(--violet-4)
  indigo (housekeep) → var(--indigo-4)
  teal (fix) → var(--teal-4)
  amber (build) → oklch(72% 0.12 75)
  red (warning) → var(--red-5)

Deep indigo surfaces from context.html (#050810 bg).
Prose constrained to 58ch. Mono typography. Card pattern from
octopus-library pkg-cards. Session fragment colors for future
context-style layouts.

Open Props tokens where they match, oklch where they don't.
ASW is the framework. This is the garden growing in it.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Vigilio Desto 2026-04-12 17:45:26 +02:00
parent edf1f9fb5a
commit 077fd9ebba
Signed by: Vigo
GPG key ID: 159D6AD58C8E55E9
91 changed files with 454 additions and 59 deletions

View file

@ -10,8 +10,9 @@
{{- with .Description }}<meta name="description" content="{{ . }}">{{- end }}
{{- if not .Description }}{{- with .Site.Params.description }}<meta name="description" content="{{ . }}">{{- end }}{{- end }}
<!-- ASW framework CSS only — no custom theme overrides -->
<!-- ASW framework + garden voice -->
<link rel="stylesheet" href="{{ "css/asw.css" | absURL }}">
<link rel="stylesheet" href="{{ "css/garden.css" | absURL }}">
{{- range .AlternativeOutputFormats -}}
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}">