Skip to content

Commit 4ad843f

Browse files
committed
chore: brand colors
1 parent 2b64480 commit 4ad843f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: tailwind.config.ts

+12
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ export default <Partial<Config>>{
88
'fg': 'rgba(var(--fg) / <alpha-value>)',
99
'fg-dimmed': 'rgba(var(--fg-dimmed) / <alpha-value>)',
1010
'background': 'rgba(var(--background) / <alpha-value>)',
11+
'brand': {
12+
50: '#eaf4ec',
13+
100: '#cde3d1',
14+
200: '#afd2b4',
15+
300: '#91c198',
16+
400: '#7cb484',
17+
500: '#69a870',
18+
600: '#609966',
19+
700: '#56875a',
20+
800: '#4d7651',
21+
900: '#3f5640',
22+
},
1123
},
1224
},
1325
},

0 commit comments

Comments
 (0)