mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
12 lines
273 B
TypeScript
12 lines
273 B
TypeScript
export const colorMap = {
|
|
pink: "#ea156c",
|
|
orange: "#ffb902",
|
|
green: "#72d82a",
|
|
teal: "#07b9c6",
|
|
purple: "#7204d5",
|
|
lightPink: '#ffc8dd',
|
|
lightOrange: '#ffe5a6',
|
|
lightGreen: '#c1eea1',
|
|
lightTeal: '#c4f0f3',
|
|
lightPurple: '#debffa',
|
|
}; |