ai_api / bin /cli /tui-components /theme.jsx
Yogesh
initial deploy
cd8bd0a
Raw
History Blame Contribute Delete
198 Bytes
export const theme = {
primary: "cyan",
secondary: "yellow",
success: "green",
error: "red",
warning: "yellow",
muted: "gray",
header: "cyan",
selected: "blue",
border: "cyan",
};