mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 15:03:26 +00:00
15 lines
222 B
TypeScript
15 lines
222 B
TypeScript
export default {
|
|
primary: {
|
|
100: "#C082FF",
|
|
300: "#8D44D6",
|
|
400: "#7831BF",
|
|
},
|
|
secondary: {
|
|
50: "#676790",
|
|
200: "#3F3F60",
|
|
300: "#32324F",
|
|
700: "#131322",
|
|
},
|
|
background: "#0a0a12",
|
|
};
|