mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 00:24:53 +00:00
changed color options, removed cal_sync for fam_device
This commit is contained in:
@ -1,15 +1,12 @@
|
||||
export const colorMap = {
|
||||
pink: "#ea156c",
|
||||
orange: "#e28800",
|
||||
green: "#46a80a",
|
||||
teal: "#05a8b6",
|
||||
purple: "#7305d4",
|
||||
navy: '#002e42',
|
||||
red: '#ff1637',
|
||||
gray: '#607d8b',
|
||||
yellow: '#ffc107',
|
||||
sky: '#2196f3',
|
||||
indigo: '#4F46E5',
|
||||
emerald: '#059669',
|
||||
violet: '#7C3AED',
|
||||
orange: "#ffb902",
|
||||
green: "#72d82a",
|
||||
teal: "#07b9c6",
|
||||
purple: "#7204d5",
|
||||
lightPink: '#ffc8dd',
|
||||
lightOrange: '#ffe5a6',
|
||||
lightGreen: '#c1eea1',
|
||||
lightTeal: '#c4f0f3',
|
||||
lightPurple: '#debffa',
|
||||
};
|
||||
Reference in New Issue
Block a user