You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
487 B

export default {
primary: "#006493",
secondary: "rgba(74, 141, 183, 0.87)",
black: "#000",
white: "#fff",
medium: "#6e6969",
light: "#f8f4f4",
dark: "#0c0c0c",
danger: "#ff5252",
notActivated: "rgba(201, 69, 54, 0.87)",
activated: "rgba(26, 138, 17, 0.63)",
lightGray: "#C4C4C4",
gray: "#999999",
separatorGray: "#D9D9D9",
subText: "#8B8C8C",
lightestGray: "#F0F0F0",
lightBlue: "#1976D2",
gold: "#ffd700",
toggle: "#e5eff4",
grayBG: "#EEECEC",
};