agentVerse / ui /src /constants.ts
AgentVerse's picture
first commit
670a607
raw
history blame
112 Bytes
export const COLOR_PRIMARY = 0x4e342e;
export const COLOR_LIGHT = 0x7b5e57;
export const COLOR_DARK = 0x260e04;