mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 20:32:20 +03:00
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.
12 lines
198 B
JavaScript
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",
|
|
};
|