File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
235235Global workspaces (~ /.tmuxp): ← heading() + info()
You can’t perform that action at this time.
0 commit comments