refactor: tailwind config

This commit is contained in:
light7734 2025-10-13 22:19:11 +03:30
parent c009db7bbe
commit d7816266ce
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -10,7 +10,7 @@ export default {
extend: {
colors: {
// Gruvbox Light
gruvboxLight: {
light: {
bg: '#fbf1c7',
fg: '#3c3836',
primary: '#458588',
@ -28,7 +28,7 @@ export default {
},
// Gruvbox Dark
gruvboxDark: {
dark: {
bg: '#282828',
fg: '#ebdbb2',
primary: '#83a598',