const theme = { colors: { primary: "#c19ad2", secondary: "#BB8FCE", text: "#3d3d3f", border: "#ddd", background: "#fff", shadow: "rgba(0, 0, 0, 0.1)" } }; export default theme;