Files
wtr/lib/theme.ts

5 lines
85 B
TypeScript

export const APP_THEME_COLORS = {
light: "#eef3f7",
dark: "#171d25",
} as const;