usage
Link to repository
https://github.com/aqua5230/usage
Screenshots
usage is a macOS menu bar app (with a Windows tray build) that shows Claude Code, Codex, and Antigravity quota in a popover panel. It ships 13 switchable visual themes, one of which is Catppuccin.
The Catppuccin theme keeps the app's own "blueprint" layout (drafting grid, ruler-tick progress bars, drafting-paper corner marks) recolored with the four official flavors, switchable live from the four swatches at the bottom of the panel:

Implementation: assets/panels/catppuccin.html. Colors are generated straight from the official catppuccin/palette palette.json — no hand-picked hex values. The chosen flavor persists across restarts (stored in app preferences; localStorage isn't usable since the panel loads as a null-origin WebView).
Any additional comments?
Happy to make any styling tweaks the review turns up.
Submission Guidelines
- I have read and followed Catppuccin's submission guidelines.
Source: catppuccin/catppuccin