Skip to content

Commit 6080fe7

Browse files
committed
style: add a0 theme
1 parent 91af83e commit 6080fe7

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed
44.8 KB
Loading
10.3 KB
Loading
3.02 KB
Loading

tailwind.config.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,23 @@ module.exports = {
8383
},
8484
},
8585
},
86+
'alephzero': {
87+
colors: {
88+
secondary: {
89+
50: '#d7fffc',
90+
100: '#abfff3',
91+
200: '#7affea',
92+
300: '#48ffe2',
93+
400: '#1affda',
94+
500: '#00e6c0',
95+
600: '#00b396',
96+
700: '#00806b',
97+
800: '#004e40',
98+
900: '#001c15',
99+
DEFAULT: '#00e6c0',
100+
},
101+
},
102+
},
86103
},
87104
}),
88105
require('@tailwindcss/typography'),

0 commit comments

Comments
 (0)