export default { darkMode: "class", theme: { extend: { colors: { black: "#000000", }, backgroundColor: { dark: "#000000", }, }, }, };