support dark theme closes #25
This commit is contained in:
@@ -6,7 +6,18 @@ import tailwindcssSafeArea from 'tailwindcss-safe-area'
|
||||
export default {
|
||||
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
colors: {
|
||||
// primary: {
|
||||
// 400: '#FFA726', // Светлый акцентный цвет для темной темы
|
||||
// 600: '#FB8C00', // Основной акцентный цвет для светлой темы
|
||||
// },
|
||||
// orange: {
|
||||
// 600: '#FB923C',
|
||||
// 700: '#F97316',
|
||||
// },
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [tailwindScrollbar, tailwindcssPrimeUI, tailwindcssSafeArea],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user