app/settings.md +12 −3
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**,
36 go to **Appearance** and choose **Pets** to select a built-in pet or44 go to **Appearance** and choose **Pets** to select a built-in pet or
37 refresh custom pets from your local Codex home. Type `/pet` in the45 refresh custom pets from your local Codex home. Type `/pet` in the
44 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
45 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.
46 54
47551/8 </div>
48 56
4957CodexI found a tiny loose thread in settings. Want me to tug it? <CodexPetsDemo client:load />
58</div>
50 59
51To create your own pet, install the `hatch-pet` skill:60To create your own pet, install the `hatch-pet` skill:
52 61