Skip to content

Commit

Permalink
docs: update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Aug 14, 2023
1 parent 351ac87 commit 04f01ac
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/tokens.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import { defineTheme } from 'pinceau'

export default defineTheme({
color: {
primary: {
50: '#eff6ff',
100: '#dbeafe',
200: '#bfdbfe',
300: '#93c5fd',
400: '#60a5fa',
500: '#1A73E8',
600: '#2563eb',
700: '#1d4ed8',
800: '#1e40af',
900: '#1e3a8a'
}
}
})

0 comments on commit 04f01ac

Please sign in to comment.