ps2.live-old/app/utils/theme.ts
2024-07-15 14:13:23 -04:00

8 lines
215 B
TypeScript

export const trFaction = "#d30101";
export const ncFaction = "#1564cc";
export const vsFaction = "#991cba";
export const background100 = "#222";
export const background200 = "#444";
export const edge = "#4d4d4d";