/** @type {import('tailwindcss').Config} */ export default { content: ['./index.html', './src/**/*.{ts,tsx}'], theme: { extend: { colors: { sidebar: '#1a1a2e', accent: '#3b82f6', }, }, }, plugins: [], };