Colors
Muster sessions have a color applied to the tmux status bar. Colors can be set when creating a profile or changed live on a running session.
Usage
# Set by name
muster color webapp orange
# Set by hex
muster color webapp '#f97316'
# Set a shade variant
muster color webapp red-dark
# List available named colors
muster color --list
# colour is accepted as an alias
muster colour webapp teal
color accepts a profile name, session ID, or full session name. If a session is running, the status bar updates instantly and the profile is also updated. If no session is running, the profile is updated directly.
Named Colors
| Swatch | Name | Aliases | Hex |
|---|---|---|---|
| black | #000000 | ||
| red | #cc0000 | ||
| green | #4e9a06 | ||
| yellow | #c4a000 | ||
| blue | #3465a4 | ||
| magenta | #75507b | ||
| cyan | #06989a | ||
| white | #d3d7cf | ||
| orange | #f97316 | ||
| pink | #ec4899 | ||
| purple | violet | #a855f7 | |
| teal | #14b8a6 | ||
| lime | #84cc16 | ||
| amber | #f59e0b | ||
| rose | #f43f5e | ||
| indigo | #6366f1 | ||
| sky | #0ea5e9 | ||
| emerald | #10b981 | ||
| fuchsia | #d946ef | ||
| coral | #ff7f50 | ||
| tomato | #ff6347 | ||
| crimson | #dc143c | ||
| gold | #ffd700 | ||
| navy | #000080 | ||
| brown | chocolate | #8b4513 | |
| slate | #64748b | ||
| gray | grey | #808080 |
Shade Variants
Append -light or -dark to any color name for a lighter or darker variant:
muster color webapp orange-light
muster color webapp orange-dark
The following families have curated Tailwind CSS shade values. Other named colors compute light/dark by mixing toward white or scaling channels.
| Family | -light | -dark | ||
|---|---|---|---|---|
| slate | #cbd5e1 | #334155 | ||
| gray | #d1d5db | #374151 | ||
| red | #fca5a5 | #b91c1c | ||
| orange | #fdba74 | #c2410c | ||
| amber | #fcd34d | #b45309 | ||
| yellow | #fde047 | #a16207 | ||
| lime | #bef264 | #4d7c0f | ||
| green | #86efac | #15803d | ||
| emerald | #6ee7b7 | #047857 | ||
| teal | #5eead4 | #0f766e | ||
| cyan | #67e8f9 | #0e7490 | ||
| sky | #7dd3fc | #0369a1 | ||
| blue | #93c5fd | #1d4ed8 | ||
| indigo | #a5b4fc | #4338ca | ||
| violet | #c4b5fd | #6d28d9 | ||
| purple | #d8b4fe | #7e22ce | ||
| fuchsia | #f0abfc | #a21caf | ||
| pink | #f9a8d4 | #be185d | ||
| rose | #fda4af | #be123c |
Hex Colors
Any hex color is accepted directly:
muster color webapp '#a855f7'
muster color webapp '#10b981'