app/settings.md +15 −5
28adjusting accent, background, and foreground colors, and changing the UI and code28adjusting accent, background, and foreground colors, and changing the UI and code
29fonts. You can also share your custom theme with friends.29fonts. You can also share your custom theme with friends.
30 30
3131<CodexScreenshot
32 alt="Codex app Appearance settings showing theme selection, color controls, and font options"
33 lightSrc="/images/codex/app/theme-selection-light.webp"
34 darkSrc="/images/codex/app/theme-selection-dark.webp"
35 maxHeight="720px"
36 class="mb-8"
37/>
32 38
33### Codex pets39### Codex pets
34 40
41<div class="grid gap-5 md:grid-cols-[minmax(0,1fr)_minmax(15rem,50%)] md:items-start xl:grid-cols-[minmax(0,1fr)_minmax(16rem,30%)]">
42 <div>
35 Codex pets are optional animated companions for the app. In **Settings**,43 Codex pets are optional animated companions for the app. In **Settings**,
3644choose **Pets** to select a built-in pet or refresh custom pets from your go to **Appearance** and choose **Pets** to select a built-in pet or
3745local Codex home. Type `/pet` in the composer, use **Wake Pet** or **Tuck Away Pet** in Settings, or refresh custom pets from your local Codex home. Type `/pet` in the
46 composer, use **Wake Pet** or **Tuck Away Pet** in **Settings > Appearance**, or
38 press <kbd>Cmd+K</kbd> or <kbd>Ctrl+K</kbd> and run the same commands to47 press <kbd>Cmd+K</kbd> or <kbd>Ctrl+K</kbd> and run the same commands to
39 toggle the floating overlay.48 toggle the floating overlay.
40 49
43 input, or ready for review, and pairs that state with a short progress52 input, or ready for review, and pairs that state with a short progress
44 prompt so you can glance at what changed without reopening the thread.53 prompt so you can glance at what changed without reopening the thread.
45 54
46551/8 </div>
47 56
4857CodexI found a tiny loose thread in settings. Want me to tug it? <CodexPetsDemo client:load />
58</div>
49 59
50To create your own pet, install the `hatch-pet` skill:60To create your own pet, install the `hatch-pet` skill:
51 61