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.

12 lines
281 B

export const learnihonColors = {
"main": "#FF5C5C",
"light": "#F5F5F5",
"light_2": "#E4E4E4",
"light_3": "#D5D5D5",
"dark": "#2B2B2B",
"dark_2": "#1C1C1C",
"dark_3": "#0D0D0D",
"wrong": "#AA3D3D",
"correct": "#3DAA3D",
"warning": "#FAD63C"
}