mirror of
https://github.com/urosran/cally.git
synced 2025-07-16 01:56:16 +00:00
7 lines
138 B
TypeScript
7 lines
138 B
TypeScript
export const colorMap = {
|
|
pink: "#ea156c",
|
|
orange: "#e28800",
|
|
green: "#46a80a",
|
|
teal: "#05a8b6",
|
|
purple: "#7305d4",
|
|
}; |