const defaultTheme: ThemeContract = {
accent: "#9a75ff",
primary: "#25292e",
"primary-foreground": "#fff",
secondary: "#989fa9",
card: "#f6f7f9",
dialog: "#fff",
"dialog-border": "#e5e7eb",
"dialog-overlay": "rgba(0, 0, 0, 0.2)",
skeleton: "#f7f6f8",
dim: "#f7f6f8",
"button-primary": "#25292e",
"button-secondary": "#f6f7f9",
};
Theme contract type that maps theme variables to their color values.