refactor: tailwind config
This commit is contained in:
parent
c009db7bbe
commit
d7816266ce
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue