Files
OmniRoute/bin/cli/tui-components/theme.jsx
diegosouzapw 59128b6742 feat(cli): TUI dashboard interativo e menu de interface (Fases 8.10+8.9)
Adiciona dashboard TUI com 7 abas (Overview, Combos, Providers, Keys, Logs, Health, Cost)
via Ink, 13 componentes reutilizáveis em tui-components/, menu interativo ao iniciar sem
subcomando, e flag --tui no comando dashboard.
2026-05-15 04:36:21 -03:00

12 lines
198 B
JavaScript

export const theme = {
primary: "cyan",
secondary: "yellow",
success: "green",
error: "red",
warning: "yellow",
muted: "gray",
header: "cyan",
selected: "blue",
border: "cyan",
};