@@ -9,10 +9,13 @@ Each scene is captured at **40×12** (narrow) and **120×40** (wide), twice:
99- ` 40x12/ ` , ` 120x40/ ` — raw terminal pixels. The background is the host
1010 terminal's (` Color::Reset ` , black by default); nothing paints a navy wash
1111 and no rounded frame is drawn — the TUI bleeds to the terminal edges.
12- - ` macos/40x12/ ` , ` macos/120x40/ ` — the same captures composited 1:1 into a
13- macOS Terminal.app window (traffic lights, ` cortex-api — cortex — W×H `
14- title, native shadow) on a desktop wallpaper. The rounded corners belong
15- to the macOS window chrome only, never to the TUI.
12+ - ` macos/40x12/ ` , ` macos/120x40/ ` — the same captures composited into the
13+ designer macOS chrome template: Sequoia ray wallpaper, menu bar, and a
14+ Terminal.app window (traffic lights, ` cortex-api — cortex — W×H ` proxy
15+ title, native shadow). The 120×40 captures scale into the window's black
16+ content rect; the 40×12 captures keep the same chrome with a smaller
17+ content rect. TUI pixels are only ever scaled uniformly — never re-typed —
18+ and the rounded corners belong to the macOS window chrome only.
1619
1720Chrome rules: ` #A78BFA ` violet for the ` > ` prompt, selection caret, ` ● ` tile
1821dots and ` ✓ ` checks; selected rows are light text on the dark ` #221A38 ` bar
0 commit comments