Skip to content

Commit

Permalink
chore: brand colors
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Jan 1, 2024
1 parent 2b64480 commit 4ad843f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ export default <Partial<Config>>{
'fg': 'rgba(var(--fg) / <alpha-value>)',
'fg-dimmed': 'rgba(var(--fg-dimmed) / <alpha-value>)',
'background': 'rgba(var(--background) / <alpha-value>)',
'brand': {
50: '#eaf4ec',
100: '#cde3d1',
200: '#afd2b4',
300: '#91c198',
400: '#7cb484',
500: '#69a870',
600: '#609966',
700: '#56875a',
800: '#4d7651',
900: '#3f5640',
},
},
},
},
Expand Down

0 comments on commit 4ad843f

Please sign in to comment.