Skip to content

Commit 5aa2462

Browse files
committed
AGENTS.md: Update heading() color to bright_cyan
The documentation said "Cyan + bold" but the implementation uses bright_cyan to distinguish from info() which uses plain cyan.
1 parent d82f228 commit 5aa2462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Inspired by patterns from **jq** (object keys vs values), **ripgrep** (path/line
213213

214214
| Level | Element Type | Method | Color | Examples |
215215
|-------|--------------|--------|-------|----------|
216-
| **L0** | Section headers | `heading()` | Cyan + bold | "Local workspaces:", "Global workspaces:" |
216+
| **L0** | Section headers | `heading()` | Bright cyan + bold | "Local workspaces:", "Global workspaces:" |
217217
| **L1** | Primary content | `highlight()` | Magenta + bold | Workspace names (braintree, .tmuxp) |
218218
| **L2** | Supplementary info | `info()` | Cyan | Paths (~/.tmuxp, ~/project/.tmuxp.yaml) |
219219
| **L3** | Metadata/labels | `muted()` | Blue | Source labels (Legacy:, XDG default:) |
@@ -229,7 +229,7 @@ Inspired by patterns from **jq** (object keys vs values), **ripgrep** (path/line
229229
### Example Output
230230

231231
```
232-
Local workspaces: ← heading() cyan+bold
232+
Local workspaces: ← heading() bright_cyan+bold
233233
.tmuxp ~/work/python/tmuxp/.tmuxp.yaml ← highlight() + info()
234234

235235
Global workspaces (~/.tmuxp): ← heading() + info()

0 commit comments

Comments
 (0)