Skip to content

Commit

Permalink
commented out colors
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLawton committed Mar 5, 2024
1 parent 732958c commit 81ffe48
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions vocs.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,33 +39,31 @@ export default defineConfig({
// ],

theme: {
accentColor: {
light: '#442CA8',
dark: '#99ADED',
},
// accentColor: {
// light: '#442CA8',
// dark: '#99ADED',
// },
variables: {
fontFamily: {
default: 'Inter',
// mono: 'Roboto Mono'
},
color: {
background: {
light: '#eeeeee',
dark: '#111111',
},
}
// color: {
// background: {
// light: '#eeeeee',
// dark: '#111111',
// },
// background5: {
// light: '#dddddd',
// dark: '#111111',
// }

backgroundDark: {
light: '#dddddd',
dark: '#151515'
}
// backgroundDark: {
// light: '#dddddd',
// dark: '#151515'
// }

}
}
}


})

0 comments on commit 81ffe48

Please sign in to comment.