Skip to content

Commit ed1b5f4

Browse files
committed
feat: add default theme design tokens
1 parent 83f3de3 commit ed1b5f4

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

themes/default/design-tokens.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Default Rock Premium Tokens",
3+
"colors": {
4+
"background": "#0f0f10",
5+
"surface": "#1a1a1d",
6+
"surfaceSoft": "#242429",
7+
"accent": "#e2b884",
8+
"textPrimary": "#f5f2ea",
9+
"textMuted": "#b9b1a3"
10+
},
11+
"radius": {
12+
"card": 28,
13+
"button": 22,
14+
"sheet": 32
15+
},
16+
"spacing": {
17+
"screen": 16,
18+
"card": 18,
19+
"section": 24
20+
},
21+
"motion": {
22+
"durationMs": 180,
23+
"style": "minimal"
24+
}
25+
}

0 commit comments

Comments
 (0)