module.exports = { darkMode: "class", // or 'media' theme: { extend: { colors: { primary: "#124026", }, }, }, variants: { theme: {}, }, plugins: [], };