~/.claude/plugins/claude-hud/config.json under the colors key.
Color roles
| Role | Affects | Default |
|---|---|---|
colors.context | Context bar fill and context percentage text | green |
colors.usage | Usage bar fill and usage percentage below the warning threshold | brightBlue |
colors.warning | Context bar and text at warning-level thresholds (70–85%) | yellow |
colors.usageWarning | Usage bar and percentage when usage is near the threshold | brightMagenta |
colors.critical | Context bar and text above the critical threshold (>85%), and when a limit is reached | red |
Supported color values
Each role accepts one of three formats: Named color — one of the built-in names:0 to 255:
#:
Hex and 256-color index values require a terminal that supports true color or 256-color output. Named colors work in all terminals.
Default color configuration
Example: custom palette
This example uses cyan for both the context and usage bars, and magenta for the usage warning:Options reference
Base color for the context bar fill and the context percentage label. Transitions to
warning at 70% and critical at 85%.Base color for the usage bar fill and percentage when usage is below the warning threshold.
Applied to the context bar and related text when context usage is between 70% and 85%.
Applied to the usage bar and percentage when usage approaches the rate limit threshold.
Applied when context usage exceeds 85%, or when a usage limit has been reached.