You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom colors — set "theme": "custom" with a "colors" object containing any of the 7 color keys (red, green, blue, yellow, cyan, gray, magenta) as #RRGGBB hex strings; missing keys fall back to defaults
Truecolor support — preset/custom colors use \033[38;2;R;G;Bm SGR sequences; default and mono continue to use the classic 16-color codes
hex_to_ansi helper — bash-3.2-compatible hex-to-truecolor conversion (no associative arrays)
Theme selection added to /ccvitals:setup (step 5) and /ccvitals:configure (step 5)
Theme showcase scene in the demo GIF (assets/demo.tape + assets/demo.sh)
Fixed
The usage module now renders directly from stdin rate_limits without requiring a successful OAuth fetch first — previously the stdin preference only applied after a cache file existed, so the module stayed empty when API credentials were unavailable or the API was rate-limiting
The plan badge is omitted (instead of rendering an empty gray gap) when the subscription type is unknown