@lgtm-hq/turbo-themes 0.12.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +231 -0
  3. package/assets/css/adapters/bulma.css +26 -0
  4. package/assets/css/themes/bulma-dark.css +90 -0
  5. package/assets/css/themes/bulma-light.css +90 -0
  6. package/assets/css/themes/catppuccin-frappe.css +58 -0
  7. package/assets/css/themes/catppuccin-latte.css +58 -0
  8. package/assets/css/themes/catppuccin-macchiato.css +58 -0
  9. package/assets/css/themes/catppuccin-mocha.css +58 -0
  10. package/assets/css/themes/dracula.css +90 -0
  11. package/assets/css/themes/github-dark.css +58 -0
  12. package/assets/css/themes/github-light.css +58 -0
  13. package/assets/css/turbo-core.css +92 -0
  14. package/dist/adapters/bootstrap/_utilities.scss +178 -0
  15. package/dist/adapters/bootstrap/_variables.scss +99 -0
  16. package/dist/adapters/tailwind/colors.js +133 -0
  17. package/dist/adapters/tailwind/preset.js +136 -0
  18. package/dist/index.d.ts +12 -0
  19. package/dist/index.d.ts.map +1 -0
  20. package/dist/index.js +14 -0
  21. package/dist/index.js.map +1 -0
  22. package/dist/themes/bulma.d.ts +31 -0
  23. package/dist/themes/bulma.d.ts.map +1 -0
  24. package/dist/themes/bulma.js +160 -0
  25. package/dist/themes/bulma.js.map +1 -0
  26. package/dist/themes/css.d.ts +4 -0
  27. package/dist/themes/css.d.ts.map +1 -0
  28. package/dist/themes/css.js +617 -0
  29. package/dist/themes/css.js.map +1 -0
  30. package/dist/themes/packs/bulma.d.ts +12 -0
  31. package/dist/themes/packs/bulma.d.ts.map +1 -0
  32. package/dist/themes/packs/bulma.js +285 -0
  33. package/dist/themes/packs/bulma.js.map +1 -0
  34. package/dist/themes/packs/catppuccin.synced.d.ts +3 -0
  35. package/dist/themes/packs/catppuccin.synced.d.ts.map +1 -0
  36. package/dist/themes/packs/catppuccin.synced.js +340 -0
  37. package/dist/themes/packs/catppuccin.synced.js.map +1 -0
  38. package/dist/themes/packs/dracula.d.ts +8 -0
  39. package/dist/themes/packs/dracula.d.ts.map +1 -0
  40. package/dist/themes/packs/dracula.js +145 -0
  41. package/dist/themes/packs/dracula.js.map +1 -0
  42. package/dist/themes/packs/github.synced.d.ts +10 -0
  43. package/dist/themes/packs/github.synced.d.ts.map +1 -0
  44. package/dist/themes/packs/github.synced.js +281 -0
  45. package/dist/themes/packs/github.synced.js.map +1 -0
  46. package/dist/themes/registry.d.ts +3 -0
  47. package/dist/themes/registry.d.ts.map +1 -0
  48. package/dist/themes/registry.js +16 -0
  49. package/dist/themes/registry.js.map +1 -0
  50. package/dist/themes/types.d.ts +172 -0
  51. package/dist/themes/types.d.ts.map +1 -0
  52. package/dist/themes/types.js +4 -0
  53. package/dist/themes/types.js.map +1 -0
  54. package/dist/tokens/index.d.ts +8 -0
  55. package/dist/tokens/index.d.ts.map +1 -0
  56. package/dist/tokens/index.js +9 -0
  57. package/dist/tokens/index.js.map +1 -0
  58. package/dist/tokens/style-dictionary/bulma-dark.json +410 -0
  59. package/dist/tokens/style-dictionary/bulma-light.json +410 -0
  60. package/dist/tokens/style-dictionary/catppuccin-frappe.json +264 -0
  61. package/dist/tokens/style-dictionary/catppuccin-latte.json +264 -0
  62. package/dist/tokens/style-dictionary/catppuccin-macchiato.json +264 -0
  63. package/dist/tokens/style-dictionary/catppuccin-mocha.json +264 -0
  64. package/dist/tokens/style-dictionary/dracula.json +409 -0
  65. package/dist/tokens/style-dictionary/github-dark.json +264 -0
  66. package/dist/tokens/style-dictionary/github-light.json +264 -0
  67. package/dist/tokens/style-dictionary/themes.json +2526 -0
  68. package/dist/tokens/style-dictionary/tokens.json +1050 -0
  69. package/dist/tokens/tokens-typed.json +218 -0
  70. package/package.json +180 -0
  71. package/packages/adapters/bulma/dist/bulma-adapter.css +153 -0
  72. package/packages/adapters/bulma/dist/index.d.ts +60 -0
  73. package/packages/adapters/bulma/dist/index.d.ts.map +1 -0
  74. package/packages/adapters/bulma/dist/index.js +343 -0
  75. package/packages/adapters/bulma/dist/index.js.map +1 -0
  76. package/packages/adapters/tailwind/dist/colors.d.ts +32 -0
  77. package/packages/adapters/tailwind/dist/colors.d.ts.map +1 -0
  78. package/packages/adapters/tailwind/dist/colors.js +133 -0
  79. package/packages/adapters/tailwind/dist/colors.js.map +1 -0
  80. package/packages/adapters/tailwind/dist/preset.d.ts +117 -0
  81. package/packages/adapters/tailwind/dist/preset.d.ts.map +1 -0
  82. package/packages/adapters/tailwind/dist/preset.js +136 -0
  83. package/packages/adapters/tailwind/dist/preset.js.map +1 -0
  84. package/packages/adapters/tailwind/dist/tsconfig.tsbuildinfo +1 -0
  85. package/packages/css/dist/base.d.ts +27 -0
  86. package/packages/css/dist/base.d.ts.map +1 -0
  87. package/packages/css/dist/base.js +277 -0
  88. package/packages/css/dist/base.js.map +1 -0
  89. package/packages/css/dist/components/buttons.css +141 -0
  90. package/packages/css/dist/components/cards.css +157 -0
  91. package/packages/css/dist/components/forms.css +109 -0
  92. package/packages/css/dist/components/navigation.css +175 -0
  93. package/packages/css/dist/components/notifications.css +192 -0
  94. package/packages/css/dist/components/progress.css +113 -0
  95. package/packages/css/dist/components/sidebar.css +537 -0
  96. package/packages/css/dist/components/tables.css +157 -0
  97. package/packages/css/dist/components/tabs.css +106 -0
  98. package/packages/css/dist/components/tags.css +121 -0
  99. package/packages/css/dist/generator.d.ts +60 -0
  100. package/packages/css/dist/generator.d.ts.map +1 -0
  101. package/packages/css/dist/generator.js +267 -0
  102. package/packages/css/dist/generator.js.map +1 -0
  103. package/packages/css/dist/index.d.ts +13 -0
  104. package/packages/css/dist/index.d.ts.map +1 -0
  105. package/packages/css/dist/index.js +16 -0
  106. package/packages/css/dist/index.js.map +1 -0
  107. package/packages/css/dist/syntax.d.ts +29 -0
  108. package/packages/css/dist/syntax.d.ts.map +1 -0
  109. package/packages/css/dist/syntax.js +341 -0
  110. package/packages/css/dist/syntax.js.map +1 -0
  111. package/packages/css/dist/themes/bulma-dark.css +86 -0
  112. package/packages/css/dist/themes/bulma-light.css +86 -0
  113. package/packages/css/dist/themes/catppuccin-frappe.css +61 -0
  114. package/packages/css/dist/themes/catppuccin-latte.css +61 -0
  115. package/packages/css/dist/themes/catppuccin-macchiato.css +61 -0
  116. package/packages/css/dist/themes/catppuccin-mocha.css +61 -0
  117. package/packages/css/dist/themes/dracula.css +85 -0
  118. package/packages/css/dist/themes/github-dark.css +61 -0
  119. package/packages/css/dist/themes/github-light.css +61 -0
  120. package/packages/css/dist/turbo-base.css +246 -0
  121. package/packages/css/dist/turbo-components.css +1833 -0
  122. package/packages/css/dist/turbo-core.css +92 -0
  123. package/packages/css/dist/turbo-syntax.css +242 -0
  124. package/packages/css/dist/turbo.css +727 -0
  125. package/packages/theme-selector/dist/accessibility.d.ts +8 -0
  126. package/packages/theme-selector/dist/accessibility.d.ts.map +1 -0
  127. package/packages/theme-selector/dist/accessibility.js +19 -0
  128. package/packages/theme-selector/dist/accessibility.js.map +1 -0
  129. package/packages/theme-selector/dist/apply-theme.d.ts +12 -0
  130. package/packages/theme-selector/dist/apply-theme.d.ts.map +1 -0
  131. package/packages/theme-selector/dist/apply-theme.js +60 -0
  132. package/packages/theme-selector/dist/apply-theme.js.map +1 -0
  133. package/packages/theme-selector/dist/constants.d.ts +28 -0
  134. package/packages/theme-selector/dist/constants.d.ts.map +1 -0
  135. package/packages/theme-selector/dist/constants.js +29 -0
  136. package/packages/theme-selector/dist/constants.js.map +1 -0
  137. package/packages/theme-selector/dist/dropdown/events.d.ts +9 -0
  138. package/packages/theme-selector/dist/dropdown/events.d.ts.map +1 -0
  139. package/packages/theme-selector/dist/dropdown/events.js +120 -0
  140. package/packages/theme-selector/dist/dropdown/events.js.map +1 -0
  141. package/packages/theme-selector/dist/dropdown/helpers.d.ts +12 -0
  142. package/packages/theme-selector/dist/dropdown/helpers.d.ts.map +1 -0
  143. package/packages/theme-selector/dist/dropdown/helpers.js +25 -0
  144. package/packages/theme-selector/dist/dropdown/helpers.js.map +1 -0
  145. package/packages/theme-selector/dist/dropdown/state.d.ts +26 -0
  146. package/packages/theme-selector/dist/dropdown/state.d.ts.map +1 -0
  147. package/packages/theme-selector/dist/dropdown/state.js +50 -0
  148. package/packages/theme-selector/dist/dropdown/state.js.map +1 -0
  149. package/packages/theme-selector/dist/dropdown/ui.d.ts +46 -0
  150. package/packages/theme-selector/dist/dropdown/ui.d.ts.map +1 -0
  151. package/packages/theme-selector/dist/dropdown/ui.js +179 -0
  152. package/packages/theme-selector/dist/dropdown/ui.js.map +1 -0
  153. package/packages/theme-selector/dist/errors.d.ts +59 -0
  154. package/packages/theme-selector/dist/errors.d.ts.map +1 -0
  155. package/packages/theme-selector/dist/errors.js +127 -0
  156. package/packages/theme-selector/dist/errors.js.map +1 -0
  157. package/packages/theme-selector/dist/index.d.ts +25 -0
  158. package/packages/theme-selector/dist/index.d.ts.map +1 -0
  159. package/packages/theme-selector/dist/index.js +114 -0
  160. package/packages/theme-selector/dist/index.js.map +1 -0
  161. package/packages/theme-selector/dist/navbar.d.ts +13 -0
  162. package/packages/theme-selector/dist/navbar.d.ts.map +1 -0
  163. package/packages/theme-selector/dist/navbar.js +75 -0
  164. package/packages/theme-selector/dist/navbar.js.map +1 -0
  165. package/packages/theme-selector/dist/storage.d.ts +32 -0
  166. package/packages/theme-selector/dist/storage.d.ts.map +1 -0
  167. package/packages/theme-selector/dist/storage.js +100 -0
  168. package/packages/theme-selector/dist/storage.js.map +1 -0
  169. package/packages/theme-selector/dist/theme-loader.d.ts +37 -0
  170. package/packages/theme-selector/dist/theme-loader.d.ts.map +1 -0
  171. package/packages/theme-selector/dist/theme-loader.js +142 -0
  172. package/packages/theme-selector/dist/theme-loader.js.map +1 -0
  173. package/packages/theme-selector/dist/theme-mapper.d.ts +25 -0
  174. package/packages/theme-selector/dist/theme-mapper.d.ts.map +1 -0
  175. package/packages/theme-selector/dist/theme-mapper.js +99 -0
  176. package/packages/theme-selector/dist/theme-mapper.js.map +1 -0
  177. package/packages/theme-selector/dist/theme-resolver.d.ts +50 -0
  178. package/packages/theme-selector/dist/theme-resolver.d.ts.map +1 -0
  179. package/packages/theme-selector/dist/theme-resolver.js +84 -0
  180. package/packages/theme-selector/dist/theme-resolver.js.map +1 -0
  181. package/packages/theme-selector/dist/types.d.ts +7 -0
  182. package/packages/theme-selector/dist/types.d.ts.map +1 -0
  183. package/packages/theme-selector/dist/types.js +6 -0
  184. package/packages/theme-selector/dist/types.js.map +1 -0
@@ -0,0 +1,2526 @@
1
+ {
2
+ "$schema": "https://design-tokens.org/schema.json",
3
+ "$description": "Turbo Themes - Design tokens for 9 themes",
4
+ "$version": "0.12.16",
5
+ "$generated": "2026-01-27T15:45:53.397Z",
6
+ "meta": {
7
+ "themeIds": [
8
+ "bulma-dark",
9
+ "bulma-light",
10
+ "catppuccin-frappe",
11
+ "catppuccin-latte",
12
+ "catppuccin-macchiato",
13
+ "catppuccin-mocha",
14
+ "dracula",
15
+ "github-dark",
16
+ "github-light"
17
+ ],
18
+ "totalThemes": 9
19
+ },
20
+ "shared": {
21
+ "spacing": {
22
+ "xs": {
23
+ "$value": "0.25rem",
24
+ "$type": "dimension"
25
+ },
26
+ "sm": {
27
+ "$value": "0.5rem",
28
+ "$type": "dimension"
29
+ },
30
+ "md": {
31
+ "$value": "1rem",
32
+ "$type": "dimension"
33
+ },
34
+ "lg": {
35
+ "$value": "1.5rem",
36
+ "$type": "dimension"
37
+ },
38
+ "xl": {
39
+ "$value": "2rem",
40
+ "$type": "dimension"
41
+ }
42
+ },
43
+ "elevation": {
44
+ "none": {
45
+ "$value": "none",
46
+ "$type": "shadow"
47
+ },
48
+ "sm": {
49
+ "$value": "0 1px 2px 0 rgba(0, 0, 0, 0.05)",
50
+ "$type": "shadow"
51
+ },
52
+ "md": {
53
+ "$value": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
54
+ "$type": "shadow"
55
+ },
56
+ "lg": {
57
+ "$value": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
58
+ "$type": "shadow"
59
+ },
60
+ "xl": {
61
+ "$value": "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)",
62
+ "$type": "shadow"
63
+ }
64
+ },
65
+ "animation": {
66
+ "durationFast": {
67
+ "$value": "150ms",
68
+ "$type": "duration"
69
+ },
70
+ "durationNormal": {
71
+ "$value": "300ms",
72
+ "$type": "duration"
73
+ },
74
+ "durationSlow": {
75
+ "$value": "500ms",
76
+ "$type": "duration"
77
+ },
78
+ "easingDefault": {
79
+ "$value": "cubic-bezier(0.4, 0, 0.2, 1)",
80
+ "$type": "cubicBezier"
81
+ },
82
+ "easingEmphasized": {
83
+ "$value": "cubic-bezier(0.05, 0.7, 0.1, 1)",
84
+ "$type": "cubicBezier"
85
+ }
86
+ },
87
+ "opacity": {
88
+ "disabled": {
89
+ "$value": 0.5,
90
+ "$type": "number"
91
+ },
92
+ "hover": {
93
+ "$value": 0.8,
94
+ "$type": "number"
95
+ },
96
+ "pressed": {
97
+ "$value": 0.6,
98
+ "$type": "number"
99
+ }
100
+ }
101
+ },
102
+ "themes": {
103
+ "bulma-dark": {
104
+ "id": "bulma-dark",
105
+ "label": "Bulma Dark",
106
+ "vendor": "bulma",
107
+ "appearance": "dark",
108
+ "tokens": {
109
+ "background": {
110
+ "base": {
111
+ "$value": "#141414",
112
+ "$type": "color"
113
+ },
114
+ "surface": {
115
+ "$value": "#1f1f1f",
116
+ "$type": "color"
117
+ },
118
+ "overlay": {
119
+ "$value": "#2b2b2b",
120
+ "$type": "color"
121
+ }
122
+ },
123
+ "text": {
124
+ "primary": {
125
+ "$value": "#f5f5f5",
126
+ "$type": "color"
127
+ },
128
+ "secondary": {
129
+ "$value": "#dbdbdb",
130
+ "$type": "color"
131
+ },
132
+ "inverse": {
133
+ "$value": "#141414",
134
+ "$type": "color"
135
+ }
136
+ },
137
+ "brand": {
138
+ "primary": {
139
+ "$value": "#00d1b2",
140
+ "$type": "color"
141
+ }
142
+ },
143
+ "state": {
144
+ "info": {
145
+ "$value": "#3e8ed0",
146
+ "$type": "color"
147
+ },
148
+ "success": {
149
+ "$value": "#48c78e",
150
+ "$type": "color"
151
+ },
152
+ "warning": {
153
+ "$value": "#ffe08a",
154
+ "$type": "color"
155
+ },
156
+ "danger": {
157
+ "$value": "#f14668",
158
+ "$type": "color"
159
+ }
160
+ },
161
+ "border": {
162
+ "default": {
163
+ "$value": "#363636",
164
+ "$type": "color"
165
+ }
166
+ },
167
+ "accent": {
168
+ "link": {
169
+ "$value": "#485fc7",
170
+ "$type": "color"
171
+ }
172
+ },
173
+ "typography": {
174
+ "fonts": {
175
+ "sans": {
176
+ "$value": "\"Nunito Sans\", BlinkMacSystemFont, -apple-system, \"Segoe UI\", Roboto, Oxygen, Ubuntu, Cantarell, \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", Helvetica, Arial, sans-serif",
177
+ "$type": "fontFamily"
178
+ },
179
+ "mono": {
180
+ "$value": "\"JetBrains Mono\", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace",
181
+ "$type": "fontFamily"
182
+ }
183
+ },
184
+ "webFonts": [
185
+ "https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,400;0,6..12,600;0,6..12,700;1,6..12,400&display=swap",
186
+ "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&display=swap"
187
+ ]
188
+ },
189
+ "content": {
190
+ "heading": {
191
+ "h1": {
192
+ "$value": "#00d1b2",
193
+ "$type": "color"
194
+ },
195
+ "h2": {
196
+ "$value": "#7289da",
197
+ "$type": "color"
198
+ },
199
+ "h3": {
200
+ "$value": "#5dade2",
201
+ "$type": "color"
202
+ },
203
+ "h4": {
204
+ "$value": "#58d68d",
205
+ "$type": "color"
206
+ },
207
+ "h5": {
208
+ "$value": "#f7dc6f",
209
+ "$type": "color"
210
+ },
211
+ "h6": {
212
+ "$value": "#f1948a",
213
+ "$type": "color"
214
+ }
215
+ },
216
+ "body": {
217
+ "primary": {
218
+ "$value": "#dbdbdb",
219
+ "$type": "color"
220
+ },
221
+ "secondary": {
222
+ "$value": "#b5b5b5",
223
+ "$type": "color"
224
+ }
225
+ },
226
+ "link": {
227
+ "default": {
228
+ "$value": "#485fc7",
229
+ "$type": "color"
230
+ }
231
+ },
232
+ "selection": {
233
+ "fg": {
234
+ "$value": "#f5f5f5",
235
+ "$type": "color"
236
+ },
237
+ "bg": {
238
+ "$value": "#3273dc",
239
+ "$type": "color"
240
+ }
241
+ },
242
+ "blockquote": {
243
+ "border": {
244
+ "$value": "#363636",
245
+ "$type": "color"
246
+ },
247
+ "fg": {
248
+ "$value": "#dbdbdb",
249
+ "$type": "color"
250
+ },
251
+ "bg": {
252
+ "$value": "#1f1f1f",
253
+ "$type": "color"
254
+ }
255
+ },
256
+ "codeInline": {
257
+ "fg": {
258
+ "$value": "#f14668",
259
+ "$type": "color"
260
+ },
261
+ "bg": {
262
+ "$value": "#2b2b2b",
263
+ "$type": "color"
264
+ }
265
+ },
266
+ "codeBlock": {
267
+ "fg": {
268
+ "$value": "#f5f5f5",
269
+ "$type": "color"
270
+ },
271
+ "bg": {
272
+ "$value": "#2b2b2b",
273
+ "$type": "color"
274
+ }
275
+ },
276
+ "table": {
277
+ "border": {
278
+ "$value": "#404040",
279
+ "$type": "color"
280
+ },
281
+ "stripe": {
282
+ "$value": "#1c1c1c",
283
+ "$type": "color"
284
+ },
285
+ "theadBg": {
286
+ "$value": "#2d2d2d",
287
+ "$type": "color"
288
+ },
289
+ "cellBg": {
290
+ "$value": "#1a1a1a",
291
+ "$type": "color"
292
+ },
293
+ "headerFg": {
294
+ "$value": "#f5f5f5",
295
+ "$type": "color"
296
+ }
297
+ }
298
+ },
299
+ "spacing": {
300
+ "xs": {
301
+ "$value": "0.25rem",
302
+ "$type": "dimension"
303
+ },
304
+ "sm": {
305
+ "$value": "0.5rem",
306
+ "$type": "dimension"
307
+ },
308
+ "md": {
309
+ "$value": "1rem",
310
+ "$type": "dimension"
311
+ },
312
+ "lg": {
313
+ "$value": "1.5rem",
314
+ "$type": "dimension"
315
+ },
316
+ "xl": {
317
+ "$value": "2rem",
318
+ "$type": "dimension"
319
+ }
320
+ },
321
+ "elevation": {
322
+ "none": {
323
+ "$value": "none",
324
+ "$type": "shadow"
325
+ },
326
+ "sm": {
327
+ "$value": "0 1px 2px 0 rgba(0, 0, 0, 0.05)",
328
+ "$type": "shadow"
329
+ },
330
+ "md": {
331
+ "$value": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
332
+ "$type": "shadow"
333
+ },
334
+ "lg": {
335
+ "$value": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
336
+ "$type": "shadow"
337
+ },
338
+ "xl": {
339
+ "$value": "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)",
340
+ "$type": "shadow"
341
+ }
342
+ },
343
+ "animation": {
344
+ "durationFast": {
345
+ "$value": "150ms",
346
+ "$type": "duration"
347
+ },
348
+ "durationNormal": {
349
+ "$value": "300ms",
350
+ "$type": "duration"
351
+ },
352
+ "durationSlow": {
353
+ "$value": "500ms",
354
+ "$type": "duration"
355
+ },
356
+ "easingDefault": {
357
+ "$value": "cubic-bezier(0.4, 0, 0.2, 1)",
358
+ "$type": "cubicBezier"
359
+ },
360
+ "easingEmphasized": {
361
+ "$value": "cubic-bezier(0.05, 0.7, 0.1, 1)",
362
+ "$type": "cubicBezier"
363
+ }
364
+ },
365
+ "opacity": {
366
+ "disabled": {
367
+ "$value": 0.5,
368
+ "$type": "number"
369
+ },
370
+ "hover": {
371
+ "$value": 0.8,
372
+ "$type": "number"
373
+ },
374
+ "pressed": {
375
+ "$value": 0.6,
376
+ "$type": "number"
377
+ }
378
+ },
379
+ "components": {
380
+ "card": {
381
+ "bg": {
382
+ "$value": "#1c1c1c",
383
+ "$type": "color"
384
+ },
385
+ "border": {
386
+ "$value": "#3a3a3a",
387
+ "$type": "color"
388
+ },
389
+ "headerBg": {
390
+ "$value": "#252525",
391
+ "$type": "color"
392
+ },
393
+ "footerBg": {
394
+ "$value": "#1f1f1f",
395
+ "$type": "color"
396
+ }
397
+ },
398
+ "message": {
399
+ "bg": {
400
+ "$value": "#1f1f1f",
401
+ "$type": "color"
402
+ },
403
+ "headerBg": {
404
+ "$value": "#2a2a2a",
405
+ "$type": "color"
406
+ },
407
+ "border": {
408
+ "$value": "#404040",
409
+ "$type": "color"
410
+ },
411
+ "bodyFg": {
412
+ "$value": "#e0e0e0",
413
+ "$type": "color"
414
+ }
415
+ },
416
+ "panel": {
417
+ "bg": {
418
+ "$value": "#1c1c1c",
419
+ "$type": "color"
420
+ },
421
+ "headerBg": {
422
+ "$value": "#2a2a2a",
423
+ "$type": "color"
424
+ },
425
+ "headerFg": {
426
+ "$value": "#f5f5f5",
427
+ "$type": "color"
428
+ },
429
+ "border": {
430
+ "$value": "#3a3a3a",
431
+ "$type": "color"
432
+ },
433
+ "blockBg": {
434
+ "$value": "#1f1f1f",
435
+ "$type": "color"
436
+ },
437
+ "blockHoverBg": {
438
+ "$value": "#262626",
439
+ "$type": "color"
440
+ },
441
+ "blockActiveBg": {
442
+ "$value": "#2d3748",
443
+ "$type": "color"
444
+ }
445
+ },
446
+ "box": {
447
+ "bg": {
448
+ "$value": "#1c1c1c",
449
+ "$type": "color"
450
+ },
451
+ "border": {
452
+ "$value": "#3a3a3a",
453
+ "$type": "color"
454
+ }
455
+ },
456
+ "notification": {
457
+ "bg": {
458
+ "$value": "#252525",
459
+ "$type": "color"
460
+ },
461
+ "border": {
462
+ "$value": "#404040",
463
+ "$type": "color"
464
+ }
465
+ },
466
+ "modal": {
467
+ "bg": {
468
+ "$value": "rgba(0, 0, 0, 0.86)",
469
+ "$type": "color"
470
+ },
471
+ "cardBg": {
472
+ "$value": "#1c1c1c",
473
+ "$type": "color"
474
+ },
475
+ "headerBg": {
476
+ "$value": "#252525",
477
+ "$type": "color"
478
+ },
479
+ "footerBg": {
480
+ "$value": "#1f1f1f",
481
+ "$type": "color"
482
+ }
483
+ },
484
+ "dropdown": {
485
+ "bg": {
486
+ "$value": "#1c1c1c",
487
+ "$type": "color"
488
+ },
489
+ "itemHoverBg": {
490
+ "$value": "#2a2a2a",
491
+ "$type": "color"
492
+ },
493
+ "border": {
494
+ "$value": "#404040",
495
+ "$type": "color"
496
+ }
497
+ },
498
+ "tabs": {
499
+ "border": {
500
+ "$value": "#404040",
501
+ "$type": "color"
502
+ },
503
+ "linkBg": {
504
+ "$value": "#252525",
505
+ "$type": "color"
506
+ },
507
+ "linkActiveBg": {
508
+ "$value": "#1c1c1c",
509
+ "$type": "color"
510
+ },
511
+ "linkHoverBg": {
512
+ "$value": "#2a2a2a",
513
+ "$type": "color"
514
+ }
515
+ }
516
+ }
517
+ }
518
+ },
519
+ "bulma-light": {
520
+ "id": "bulma-light",
521
+ "label": "Bulma Light",
522
+ "vendor": "bulma",
523
+ "appearance": "light",
524
+ "tokens": {
525
+ "background": {
526
+ "base": {
527
+ "$value": "#ffffff",
528
+ "$type": "color"
529
+ },
530
+ "surface": {
531
+ "$value": "#f5f5f5",
532
+ "$type": "color"
533
+ },
534
+ "overlay": {
535
+ "$value": "#eeeeee",
536
+ "$type": "color"
537
+ }
538
+ },
539
+ "text": {
540
+ "primary": {
541
+ "$value": "#363636",
542
+ "$type": "color"
543
+ },
544
+ "secondary": {
545
+ "$value": "#4a4a4a",
546
+ "$type": "color"
547
+ },
548
+ "inverse": {
549
+ "$value": "#ffffff",
550
+ "$type": "color"
551
+ }
552
+ },
553
+ "brand": {
554
+ "primary": {
555
+ "$value": "#00d1b2",
556
+ "$type": "color"
557
+ }
558
+ },
559
+ "state": {
560
+ "info": {
561
+ "$value": "#3e8ed0",
562
+ "$type": "color"
563
+ },
564
+ "success": {
565
+ "$value": "#48c78e",
566
+ "$type": "color"
567
+ },
568
+ "warning": {
569
+ "$value": "#ffe08a",
570
+ "$type": "color"
571
+ },
572
+ "danger": {
573
+ "$value": "#f14668",
574
+ "$type": "color"
575
+ }
576
+ },
577
+ "border": {
578
+ "default": {
579
+ "$value": "#dbdbdb",
580
+ "$type": "color"
581
+ }
582
+ },
583
+ "accent": {
584
+ "link": {
585
+ "$value": "#485fc7",
586
+ "$type": "color"
587
+ }
588
+ },
589
+ "typography": {
590
+ "fonts": {
591
+ "sans": {
592
+ "$value": "\"Nunito Sans\", BlinkMacSystemFont, -apple-system, \"Segoe UI\", Roboto, Oxygen, Ubuntu, Cantarell, \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", Helvetica, Arial, sans-serif",
593
+ "$type": "fontFamily"
594
+ },
595
+ "mono": {
596
+ "$value": "\"JetBrains Mono\", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace",
597
+ "$type": "fontFamily"
598
+ }
599
+ },
600
+ "webFonts": [
601
+ "https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,400;0,6..12,600;0,6..12,700;1,6..12,400&display=swap",
602
+ "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&display=swap"
603
+ ]
604
+ },
605
+ "content": {
606
+ "heading": {
607
+ "h1": {
608
+ "$value": "#00d1b2",
609
+ "$type": "color"
610
+ },
611
+ "h2": {
612
+ "$value": "#485fc7",
613
+ "$type": "color"
614
+ },
615
+ "h3": {
616
+ "$value": "#3e8ed0",
617
+ "$type": "color"
618
+ },
619
+ "h4": {
620
+ "$value": "#48c78e",
621
+ "$type": "color"
622
+ },
623
+ "h5": {
624
+ "$value": "#ffe08a",
625
+ "$type": "color"
626
+ },
627
+ "h6": {
628
+ "$value": "#f14668",
629
+ "$type": "color"
630
+ }
631
+ },
632
+ "body": {
633
+ "primary": {
634
+ "$value": "#4a4a4a",
635
+ "$type": "color"
636
+ },
637
+ "secondary": {
638
+ "$value": "#6b6b6b",
639
+ "$type": "color"
640
+ }
641
+ },
642
+ "link": {
643
+ "default": {
644
+ "$value": "#485fc7",
645
+ "$type": "color"
646
+ }
647
+ },
648
+ "selection": {
649
+ "fg": {
650
+ "$value": "#363636",
651
+ "$type": "color"
652
+ },
653
+ "bg": {
654
+ "$value": "#b5d5ff",
655
+ "$type": "color"
656
+ }
657
+ },
658
+ "blockquote": {
659
+ "border": {
660
+ "$value": "#dbdbdb",
661
+ "$type": "color"
662
+ },
663
+ "fg": {
664
+ "$value": "#4a4a4a",
665
+ "$type": "color"
666
+ },
667
+ "bg": {
668
+ "$value": "#f5f5f5",
669
+ "$type": "color"
670
+ }
671
+ },
672
+ "codeInline": {
673
+ "fg": {
674
+ "$value": "#f14668",
675
+ "$type": "color"
676
+ },
677
+ "bg": {
678
+ "$value": "#f5f5f5",
679
+ "$type": "color"
680
+ }
681
+ },
682
+ "codeBlock": {
683
+ "fg": {
684
+ "$value": "#363636",
685
+ "$type": "color"
686
+ },
687
+ "bg": {
688
+ "$value": "#f5f5f5",
689
+ "$type": "color"
690
+ }
691
+ },
692
+ "table": {
693
+ "border": {
694
+ "$value": "#dbdbdb",
695
+ "$type": "color"
696
+ },
697
+ "stripe": {
698
+ "$value": "#fafafa",
699
+ "$type": "color"
700
+ },
701
+ "theadBg": {
702
+ "$value": "#f0f0f0",
703
+ "$type": "color"
704
+ },
705
+ "cellBg": {
706
+ "$value": "#ffffff",
707
+ "$type": "color"
708
+ },
709
+ "headerFg": {
710
+ "$value": "#363636",
711
+ "$type": "color"
712
+ }
713
+ }
714
+ },
715
+ "spacing": {
716
+ "xs": {
717
+ "$value": "0.25rem",
718
+ "$type": "dimension"
719
+ },
720
+ "sm": {
721
+ "$value": "0.5rem",
722
+ "$type": "dimension"
723
+ },
724
+ "md": {
725
+ "$value": "1rem",
726
+ "$type": "dimension"
727
+ },
728
+ "lg": {
729
+ "$value": "1.5rem",
730
+ "$type": "dimension"
731
+ },
732
+ "xl": {
733
+ "$value": "2rem",
734
+ "$type": "dimension"
735
+ }
736
+ },
737
+ "elevation": {
738
+ "none": {
739
+ "$value": "none",
740
+ "$type": "shadow"
741
+ },
742
+ "sm": {
743
+ "$value": "0 1px 2px 0 rgba(0, 0, 0, 0.05)",
744
+ "$type": "shadow"
745
+ },
746
+ "md": {
747
+ "$value": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
748
+ "$type": "shadow"
749
+ },
750
+ "lg": {
751
+ "$value": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
752
+ "$type": "shadow"
753
+ },
754
+ "xl": {
755
+ "$value": "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)",
756
+ "$type": "shadow"
757
+ }
758
+ },
759
+ "animation": {
760
+ "durationFast": {
761
+ "$value": "150ms",
762
+ "$type": "duration"
763
+ },
764
+ "durationNormal": {
765
+ "$value": "300ms",
766
+ "$type": "duration"
767
+ },
768
+ "durationSlow": {
769
+ "$value": "500ms",
770
+ "$type": "duration"
771
+ },
772
+ "easingDefault": {
773
+ "$value": "cubic-bezier(0.4, 0, 0.2, 1)",
774
+ "$type": "cubicBezier"
775
+ },
776
+ "easingEmphasized": {
777
+ "$value": "cubic-bezier(0.05, 0.7, 0.1, 1)",
778
+ "$type": "cubicBezier"
779
+ }
780
+ },
781
+ "opacity": {
782
+ "disabled": {
783
+ "$value": 0.5,
784
+ "$type": "number"
785
+ },
786
+ "hover": {
787
+ "$value": 0.8,
788
+ "$type": "number"
789
+ },
790
+ "pressed": {
791
+ "$value": 0.6,
792
+ "$type": "number"
793
+ }
794
+ },
795
+ "components": {
796
+ "card": {
797
+ "bg": {
798
+ "$value": "#ffffff",
799
+ "$type": "color"
800
+ },
801
+ "border": {
802
+ "$value": "#d5d5d5",
803
+ "$type": "color"
804
+ },
805
+ "headerBg": {
806
+ "$value": "#f5f5f5",
807
+ "$type": "color"
808
+ },
809
+ "footerBg": {
810
+ "$value": "#fafafa",
811
+ "$type": "color"
812
+ }
813
+ },
814
+ "message": {
815
+ "bg": {
816
+ "$value": "#f8f9fa",
817
+ "$type": "color"
818
+ },
819
+ "headerBg": {
820
+ "$value": "#eef1f4",
821
+ "$type": "color"
822
+ },
823
+ "border": {
824
+ "$value": "#d5dbe1",
825
+ "$type": "color"
826
+ },
827
+ "bodyFg": {
828
+ "$value": "#4a4a4a",
829
+ "$type": "color"
830
+ }
831
+ },
832
+ "panel": {
833
+ "bg": {
834
+ "$value": "#ffffff",
835
+ "$type": "color"
836
+ },
837
+ "headerBg": {
838
+ "$value": "#f0f0f0",
839
+ "$type": "color"
840
+ },
841
+ "headerFg": {
842
+ "$value": "#363636",
843
+ "$type": "color"
844
+ },
845
+ "border": {
846
+ "$value": "#d5d5d5",
847
+ "$type": "color"
848
+ },
849
+ "blockBg": {
850
+ "$value": "#fafafa",
851
+ "$type": "color"
852
+ },
853
+ "blockHoverBg": {
854
+ "$value": "#f5f5f5",
855
+ "$type": "color"
856
+ },
857
+ "blockActiveBg": {
858
+ "$value": "#eef6fc",
859
+ "$type": "color"
860
+ }
861
+ },
862
+ "box": {
863
+ "bg": {
864
+ "$value": "#ffffff",
865
+ "$type": "color"
866
+ },
867
+ "border": {
868
+ "$value": "#e0e0e0",
869
+ "$type": "color"
870
+ }
871
+ },
872
+ "notification": {
873
+ "bg": {
874
+ "$value": "#f5f5f5",
875
+ "$type": "color"
876
+ },
877
+ "border": {
878
+ "$value": "#e0e0e0",
879
+ "$type": "color"
880
+ }
881
+ },
882
+ "modal": {
883
+ "bg": {
884
+ "$value": "rgba(10, 10, 10, 0.86)",
885
+ "$type": "color"
886
+ },
887
+ "cardBg": {
888
+ "$value": "#ffffff",
889
+ "$type": "color"
890
+ },
891
+ "headerBg": {
892
+ "$value": "#f5f5f5",
893
+ "$type": "color"
894
+ },
895
+ "footerBg": {
896
+ "$value": "#fafafa",
897
+ "$type": "color"
898
+ }
899
+ },
900
+ "dropdown": {
901
+ "bg": {
902
+ "$value": "#ffffff",
903
+ "$type": "color"
904
+ },
905
+ "itemHoverBg": {
906
+ "$value": "#f5f5f5",
907
+ "$type": "color"
908
+ },
909
+ "border": {
910
+ "$value": "#dbdbdb",
911
+ "$type": "color"
912
+ }
913
+ },
914
+ "tabs": {
915
+ "border": {
916
+ "$value": "#dbdbdb",
917
+ "$type": "color"
918
+ },
919
+ "linkBg": {
920
+ "$value": "#f5f5f5",
921
+ "$type": "color"
922
+ },
923
+ "linkActiveBg": {
924
+ "$value": "#ffffff",
925
+ "$type": "color"
926
+ },
927
+ "linkHoverBg": {
928
+ "$value": "#eeeeee",
929
+ "$type": "color"
930
+ }
931
+ }
932
+ }
933
+ }
934
+ },
935
+ "catppuccin-frappe": {
936
+ "id": "catppuccin-frappe",
937
+ "label": "Catppuccin Frappé",
938
+ "vendor": "catppuccin",
939
+ "appearance": "dark",
940
+ "tokens": {
941
+ "background": {
942
+ "base": {
943
+ "$value": "#303446",
944
+ "$type": "color"
945
+ },
946
+ "surface": {
947
+ "$value": "#292c3c",
948
+ "$type": "color"
949
+ },
950
+ "overlay": {
951
+ "$value": "#232634",
952
+ "$type": "color"
953
+ }
954
+ },
955
+ "text": {
956
+ "primary": {
957
+ "$value": "#c6d0f5",
958
+ "$type": "color"
959
+ },
960
+ "secondary": {
961
+ "$value": "#a5adce",
962
+ "$type": "color"
963
+ },
964
+ "inverse": {
965
+ "$value": "#303446",
966
+ "$type": "color"
967
+ }
968
+ },
969
+ "brand": {
970
+ "primary": {
971
+ "$value": "#8caaee",
972
+ "$type": "color"
973
+ }
974
+ },
975
+ "state": {
976
+ "info": {
977
+ "$value": "#99d1db",
978
+ "$type": "color"
979
+ },
980
+ "success": {
981
+ "$value": "#a6d189",
982
+ "$type": "color"
983
+ },
984
+ "warning": {
985
+ "$value": "#e5c890",
986
+ "$type": "color"
987
+ },
988
+ "danger": {
989
+ "$value": "#e78284",
990
+ "$type": "color"
991
+ }
992
+ },
993
+ "border": {
994
+ "default": {
995
+ "$value": "#737994",
996
+ "$type": "color"
997
+ }
998
+ },
999
+ "accent": {
1000
+ "link": {
1001
+ "$value": "#8caaee",
1002
+ "$type": "color"
1003
+ }
1004
+ },
1005
+ "typography": {
1006
+ "fonts": {
1007
+ "sans": {
1008
+ "$value": "Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, \"Apple Color Emoji\", \"Segoe UI Emoji\"",
1009
+ "$type": "fontFamily"
1010
+ },
1011
+ "mono": {
1012
+ "$value": "JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace",
1013
+ "$type": "fontFamily"
1014
+ }
1015
+ },
1016
+ "webFonts": [
1017
+ "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap",
1018
+ "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap"
1019
+ ]
1020
+ },
1021
+ "content": {
1022
+ "heading": {
1023
+ "h1": {
1024
+ "$value": "#a6d189",
1025
+ "$type": "color"
1026
+ },
1027
+ "h2": {
1028
+ "$value": "#8caaee",
1029
+ "$type": "color"
1030
+ },
1031
+ "h3": {
1032
+ "$value": "#85c1dc",
1033
+ "$type": "color"
1034
+ },
1035
+ "h4": {
1036
+ "$value": "#e5c890",
1037
+ "$type": "color"
1038
+ },
1039
+ "h5": {
1040
+ "$value": "#ca9ee6",
1041
+ "$type": "color"
1042
+ },
1043
+ "h6": {
1044
+ "$value": "#e78284",
1045
+ "$type": "color"
1046
+ }
1047
+ },
1048
+ "body": {
1049
+ "primary": {
1050
+ "$value": "#c6d0f5",
1051
+ "$type": "color"
1052
+ },
1053
+ "secondary": {
1054
+ "$value": "#a5adce",
1055
+ "$type": "color"
1056
+ }
1057
+ },
1058
+ "link": {
1059
+ "default": {
1060
+ "$value": "#8caaee",
1061
+ "$type": "color"
1062
+ }
1063
+ },
1064
+ "selection": {
1065
+ "fg": {
1066
+ "$value": "#c6d0f5",
1067
+ "$type": "color"
1068
+ },
1069
+ "bg": {
1070
+ "$value": "#838ba7",
1071
+ "$type": "color"
1072
+ }
1073
+ },
1074
+ "blockquote": {
1075
+ "border": {
1076
+ "$value": "#838ba7",
1077
+ "$type": "color"
1078
+ },
1079
+ "fg": {
1080
+ "$value": "#c6d0f5",
1081
+ "$type": "color"
1082
+ },
1083
+ "bg": {
1084
+ "$value": "#292c3c",
1085
+ "$type": "color"
1086
+ }
1087
+ },
1088
+ "codeInline": {
1089
+ "fg": {
1090
+ "$value": "#c6d0f5",
1091
+ "$type": "color"
1092
+ },
1093
+ "bg": {
1094
+ "$value": "#414559",
1095
+ "$type": "color"
1096
+ }
1097
+ },
1098
+ "codeBlock": {
1099
+ "fg": {
1100
+ "$value": "#c6d0f5",
1101
+ "$type": "color"
1102
+ },
1103
+ "bg": {
1104
+ "$value": "#414559",
1105
+ "$type": "color"
1106
+ }
1107
+ },
1108
+ "table": {
1109
+ "border": {
1110
+ "$value": "#838ba7",
1111
+ "$type": "color"
1112
+ },
1113
+ "stripe": {
1114
+ "$value": "#414559",
1115
+ "$type": "color"
1116
+ },
1117
+ "theadBg": {
1118
+ "$value": "#51576d",
1119
+ "$type": "color"
1120
+ }
1121
+ }
1122
+ }
1123
+ }
1124
+ },
1125
+ "catppuccin-latte": {
1126
+ "id": "catppuccin-latte",
1127
+ "label": "Catppuccin Latte",
1128
+ "vendor": "catppuccin",
1129
+ "appearance": "light",
1130
+ "tokens": {
1131
+ "background": {
1132
+ "base": {
1133
+ "$value": "#eff1f5",
1134
+ "$type": "color"
1135
+ },
1136
+ "surface": {
1137
+ "$value": "#e6e9ef",
1138
+ "$type": "color"
1139
+ },
1140
+ "overlay": {
1141
+ "$value": "#dce0e8",
1142
+ "$type": "color"
1143
+ }
1144
+ },
1145
+ "text": {
1146
+ "primary": {
1147
+ "$value": "#4c4f69",
1148
+ "$type": "color"
1149
+ },
1150
+ "secondary": {
1151
+ "$value": "#6c6f85",
1152
+ "$type": "color"
1153
+ },
1154
+ "inverse": {
1155
+ "$value": "#eff1f5",
1156
+ "$type": "color"
1157
+ }
1158
+ },
1159
+ "brand": {
1160
+ "primary": {
1161
+ "$value": "#1e66f5",
1162
+ "$type": "color"
1163
+ }
1164
+ },
1165
+ "state": {
1166
+ "info": {
1167
+ "$value": "#04a5e5",
1168
+ "$type": "color"
1169
+ },
1170
+ "success": {
1171
+ "$value": "#40a02b",
1172
+ "$type": "color"
1173
+ },
1174
+ "warning": {
1175
+ "$value": "#df8e1d",
1176
+ "$type": "color"
1177
+ },
1178
+ "danger": {
1179
+ "$value": "#d20f39",
1180
+ "$type": "color"
1181
+ }
1182
+ },
1183
+ "border": {
1184
+ "default": {
1185
+ "$value": "#9ca0b0",
1186
+ "$type": "color"
1187
+ }
1188
+ },
1189
+ "accent": {
1190
+ "link": {
1191
+ "$value": "#1e66f5",
1192
+ "$type": "color"
1193
+ }
1194
+ },
1195
+ "typography": {
1196
+ "fonts": {
1197
+ "sans": {
1198
+ "$value": "Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, \"Apple Color Emoji\", \"Segoe UI Emoji\"",
1199
+ "$type": "fontFamily"
1200
+ },
1201
+ "mono": {
1202
+ "$value": "JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace",
1203
+ "$type": "fontFamily"
1204
+ }
1205
+ },
1206
+ "webFonts": [
1207
+ "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap",
1208
+ "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap"
1209
+ ]
1210
+ },
1211
+ "content": {
1212
+ "heading": {
1213
+ "h1": {
1214
+ "$value": "#40a02b",
1215
+ "$type": "color"
1216
+ },
1217
+ "h2": {
1218
+ "$value": "#1e66f5",
1219
+ "$type": "color"
1220
+ },
1221
+ "h3": {
1222
+ "$value": "#209fb5",
1223
+ "$type": "color"
1224
+ },
1225
+ "h4": {
1226
+ "$value": "#df8e1d",
1227
+ "$type": "color"
1228
+ },
1229
+ "h5": {
1230
+ "$value": "#8839ef",
1231
+ "$type": "color"
1232
+ },
1233
+ "h6": {
1234
+ "$value": "#d20f39",
1235
+ "$type": "color"
1236
+ }
1237
+ },
1238
+ "body": {
1239
+ "primary": {
1240
+ "$value": "#4c4f69",
1241
+ "$type": "color"
1242
+ },
1243
+ "secondary": {
1244
+ "$value": "#6c6f85",
1245
+ "$type": "color"
1246
+ }
1247
+ },
1248
+ "link": {
1249
+ "default": {
1250
+ "$value": "#1e66f5",
1251
+ "$type": "color"
1252
+ }
1253
+ },
1254
+ "selection": {
1255
+ "fg": {
1256
+ "$value": "#4c4f69",
1257
+ "$type": "color"
1258
+ },
1259
+ "bg": {
1260
+ "$value": "#8c8fa1",
1261
+ "$type": "color"
1262
+ }
1263
+ },
1264
+ "blockquote": {
1265
+ "border": {
1266
+ "$value": "#8c8fa1",
1267
+ "$type": "color"
1268
+ },
1269
+ "fg": {
1270
+ "$value": "#4c4f69",
1271
+ "$type": "color"
1272
+ },
1273
+ "bg": {
1274
+ "$value": "#e6e9ef",
1275
+ "$type": "color"
1276
+ }
1277
+ },
1278
+ "codeInline": {
1279
+ "fg": {
1280
+ "$value": "#4c4f69",
1281
+ "$type": "color"
1282
+ },
1283
+ "bg": {
1284
+ "$value": "#ccd0da",
1285
+ "$type": "color"
1286
+ }
1287
+ },
1288
+ "codeBlock": {
1289
+ "fg": {
1290
+ "$value": "#4c4f69",
1291
+ "$type": "color"
1292
+ },
1293
+ "bg": {
1294
+ "$value": "#ccd0da",
1295
+ "$type": "color"
1296
+ }
1297
+ },
1298
+ "table": {
1299
+ "border": {
1300
+ "$value": "#8c8fa1",
1301
+ "$type": "color"
1302
+ },
1303
+ "stripe": {
1304
+ "$value": "#ccd0da",
1305
+ "$type": "color"
1306
+ },
1307
+ "theadBg": {
1308
+ "$value": "#bcc0cc",
1309
+ "$type": "color"
1310
+ }
1311
+ }
1312
+ }
1313
+ }
1314
+ },
1315
+ "catppuccin-macchiato": {
1316
+ "id": "catppuccin-macchiato",
1317
+ "label": "Catppuccin Macchiato",
1318
+ "vendor": "catppuccin",
1319
+ "appearance": "dark",
1320
+ "tokens": {
1321
+ "background": {
1322
+ "base": {
1323
+ "$value": "#24273a",
1324
+ "$type": "color"
1325
+ },
1326
+ "surface": {
1327
+ "$value": "#1e2030",
1328
+ "$type": "color"
1329
+ },
1330
+ "overlay": {
1331
+ "$value": "#181926",
1332
+ "$type": "color"
1333
+ }
1334
+ },
1335
+ "text": {
1336
+ "primary": {
1337
+ "$value": "#cad3f5",
1338
+ "$type": "color"
1339
+ },
1340
+ "secondary": {
1341
+ "$value": "#a5adcb",
1342
+ "$type": "color"
1343
+ },
1344
+ "inverse": {
1345
+ "$value": "#24273a",
1346
+ "$type": "color"
1347
+ }
1348
+ },
1349
+ "brand": {
1350
+ "primary": {
1351
+ "$value": "#8aadf4",
1352
+ "$type": "color"
1353
+ }
1354
+ },
1355
+ "state": {
1356
+ "info": {
1357
+ "$value": "#91d7e3",
1358
+ "$type": "color"
1359
+ },
1360
+ "success": {
1361
+ "$value": "#a6da95",
1362
+ "$type": "color"
1363
+ },
1364
+ "warning": {
1365
+ "$value": "#eed49f",
1366
+ "$type": "color"
1367
+ },
1368
+ "danger": {
1369
+ "$value": "#ed8796",
1370
+ "$type": "color"
1371
+ }
1372
+ },
1373
+ "border": {
1374
+ "default": {
1375
+ "$value": "#6e738d",
1376
+ "$type": "color"
1377
+ }
1378
+ },
1379
+ "accent": {
1380
+ "link": {
1381
+ "$value": "#8aadf4",
1382
+ "$type": "color"
1383
+ }
1384
+ },
1385
+ "typography": {
1386
+ "fonts": {
1387
+ "sans": {
1388
+ "$value": "Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, \"Apple Color Emoji\", \"Segoe UI Emoji\"",
1389
+ "$type": "fontFamily"
1390
+ },
1391
+ "mono": {
1392
+ "$value": "JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace",
1393
+ "$type": "fontFamily"
1394
+ }
1395
+ },
1396
+ "webFonts": [
1397
+ "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap",
1398
+ "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap"
1399
+ ]
1400
+ },
1401
+ "content": {
1402
+ "heading": {
1403
+ "h1": {
1404
+ "$value": "#a6da95",
1405
+ "$type": "color"
1406
+ },
1407
+ "h2": {
1408
+ "$value": "#8aadf4",
1409
+ "$type": "color"
1410
+ },
1411
+ "h3": {
1412
+ "$value": "#7dc4e4",
1413
+ "$type": "color"
1414
+ },
1415
+ "h4": {
1416
+ "$value": "#eed49f",
1417
+ "$type": "color"
1418
+ },
1419
+ "h5": {
1420
+ "$value": "#c6a0f6",
1421
+ "$type": "color"
1422
+ },
1423
+ "h6": {
1424
+ "$value": "#ed8796",
1425
+ "$type": "color"
1426
+ }
1427
+ },
1428
+ "body": {
1429
+ "primary": {
1430
+ "$value": "#cad3f5",
1431
+ "$type": "color"
1432
+ },
1433
+ "secondary": {
1434
+ "$value": "#a5adcb",
1435
+ "$type": "color"
1436
+ }
1437
+ },
1438
+ "link": {
1439
+ "default": {
1440
+ "$value": "#8aadf4",
1441
+ "$type": "color"
1442
+ }
1443
+ },
1444
+ "selection": {
1445
+ "fg": {
1446
+ "$value": "#cad3f5",
1447
+ "$type": "color"
1448
+ },
1449
+ "bg": {
1450
+ "$value": "#8087a2",
1451
+ "$type": "color"
1452
+ }
1453
+ },
1454
+ "blockquote": {
1455
+ "border": {
1456
+ "$value": "#8087a2",
1457
+ "$type": "color"
1458
+ },
1459
+ "fg": {
1460
+ "$value": "#cad3f5",
1461
+ "$type": "color"
1462
+ },
1463
+ "bg": {
1464
+ "$value": "#1e2030",
1465
+ "$type": "color"
1466
+ }
1467
+ },
1468
+ "codeInline": {
1469
+ "fg": {
1470
+ "$value": "#cad3f5",
1471
+ "$type": "color"
1472
+ },
1473
+ "bg": {
1474
+ "$value": "#363a4f",
1475
+ "$type": "color"
1476
+ }
1477
+ },
1478
+ "codeBlock": {
1479
+ "fg": {
1480
+ "$value": "#cad3f5",
1481
+ "$type": "color"
1482
+ },
1483
+ "bg": {
1484
+ "$value": "#363a4f",
1485
+ "$type": "color"
1486
+ }
1487
+ },
1488
+ "table": {
1489
+ "border": {
1490
+ "$value": "#8087a2",
1491
+ "$type": "color"
1492
+ },
1493
+ "stripe": {
1494
+ "$value": "#363a4f",
1495
+ "$type": "color"
1496
+ },
1497
+ "theadBg": {
1498
+ "$value": "#494d64",
1499
+ "$type": "color"
1500
+ }
1501
+ }
1502
+ }
1503
+ }
1504
+ },
1505
+ "catppuccin-mocha": {
1506
+ "id": "catppuccin-mocha",
1507
+ "label": "Catppuccin Mocha",
1508
+ "vendor": "catppuccin",
1509
+ "appearance": "dark",
1510
+ "tokens": {
1511
+ "background": {
1512
+ "base": {
1513
+ "$value": "#1e1e2e",
1514
+ "$type": "color"
1515
+ },
1516
+ "surface": {
1517
+ "$value": "#181825",
1518
+ "$type": "color"
1519
+ },
1520
+ "overlay": {
1521
+ "$value": "#11111b",
1522
+ "$type": "color"
1523
+ }
1524
+ },
1525
+ "text": {
1526
+ "primary": {
1527
+ "$value": "#cdd6f4",
1528
+ "$type": "color"
1529
+ },
1530
+ "secondary": {
1531
+ "$value": "#a6adc8",
1532
+ "$type": "color"
1533
+ },
1534
+ "inverse": {
1535
+ "$value": "#1e1e2e",
1536
+ "$type": "color"
1537
+ }
1538
+ },
1539
+ "brand": {
1540
+ "primary": {
1541
+ "$value": "#89b4fa",
1542
+ "$type": "color"
1543
+ }
1544
+ },
1545
+ "state": {
1546
+ "info": {
1547
+ "$value": "#89dceb",
1548
+ "$type": "color"
1549
+ },
1550
+ "success": {
1551
+ "$value": "#a6e3a1",
1552
+ "$type": "color"
1553
+ },
1554
+ "warning": {
1555
+ "$value": "#f9e2af",
1556
+ "$type": "color"
1557
+ },
1558
+ "danger": {
1559
+ "$value": "#f38ba8",
1560
+ "$type": "color"
1561
+ }
1562
+ },
1563
+ "border": {
1564
+ "default": {
1565
+ "$value": "#6c7086",
1566
+ "$type": "color"
1567
+ }
1568
+ },
1569
+ "accent": {
1570
+ "link": {
1571
+ "$value": "#89b4fa",
1572
+ "$type": "color"
1573
+ }
1574
+ },
1575
+ "typography": {
1576
+ "fonts": {
1577
+ "sans": {
1578
+ "$value": "Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, \"Apple Color Emoji\", \"Segoe UI Emoji\"",
1579
+ "$type": "fontFamily"
1580
+ },
1581
+ "mono": {
1582
+ "$value": "JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace",
1583
+ "$type": "fontFamily"
1584
+ }
1585
+ },
1586
+ "webFonts": [
1587
+ "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap",
1588
+ "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap"
1589
+ ]
1590
+ },
1591
+ "content": {
1592
+ "heading": {
1593
+ "h1": {
1594
+ "$value": "#a6e3a1",
1595
+ "$type": "color"
1596
+ },
1597
+ "h2": {
1598
+ "$value": "#89b4fa",
1599
+ "$type": "color"
1600
+ },
1601
+ "h3": {
1602
+ "$value": "#74c7ec",
1603
+ "$type": "color"
1604
+ },
1605
+ "h4": {
1606
+ "$value": "#f9e2af",
1607
+ "$type": "color"
1608
+ },
1609
+ "h5": {
1610
+ "$value": "#cba6f7",
1611
+ "$type": "color"
1612
+ },
1613
+ "h6": {
1614
+ "$value": "#f38ba8",
1615
+ "$type": "color"
1616
+ }
1617
+ },
1618
+ "body": {
1619
+ "primary": {
1620
+ "$value": "#cdd6f4",
1621
+ "$type": "color"
1622
+ },
1623
+ "secondary": {
1624
+ "$value": "#a6adc8",
1625
+ "$type": "color"
1626
+ }
1627
+ },
1628
+ "link": {
1629
+ "default": {
1630
+ "$value": "#89b4fa",
1631
+ "$type": "color"
1632
+ }
1633
+ },
1634
+ "selection": {
1635
+ "fg": {
1636
+ "$value": "#cdd6f4",
1637
+ "$type": "color"
1638
+ },
1639
+ "bg": {
1640
+ "$value": "#7f849c",
1641
+ "$type": "color"
1642
+ }
1643
+ },
1644
+ "blockquote": {
1645
+ "border": {
1646
+ "$value": "#7f849c",
1647
+ "$type": "color"
1648
+ },
1649
+ "fg": {
1650
+ "$value": "#cdd6f4",
1651
+ "$type": "color"
1652
+ },
1653
+ "bg": {
1654
+ "$value": "#181825",
1655
+ "$type": "color"
1656
+ }
1657
+ },
1658
+ "codeInline": {
1659
+ "fg": {
1660
+ "$value": "#cdd6f4",
1661
+ "$type": "color"
1662
+ },
1663
+ "bg": {
1664
+ "$value": "#313244",
1665
+ "$type": "color"
1666
+ }
1667
+ },
1668
+ "codeBlock": {
1669
+ "fg": {
1670
+ "$value": "#cdd6f4",
1671
+ "$type": "color"
1672
+ },
1673
+ "bg": {
1674
+ "$value": "#313244",
1675
+ "$type": "color"
1676
+ }
1677
+ },
1678
+ "table": {
1679
+ "border": {
1680
+ "$value": "#7f849c",
1681
+ "$type": "color"
1682
+ },
1683
+ "stripe": {
1684
+ "$value": "#313244",
1685
+ "$type": "color"
1686
+ },
1687
+ "theadBg": {
1688
+ "$value": "#45475a",
1689
+ "$type": "color"
1690
+ }
1691
+ }
1692
+ }
1693
+ }
1694
+ },
1695
+ "dracula": {
1696
+ "id": "dracula",
1697
+ "label": "Dracula",
1698
+ "vendor": "dracula",
1699
+ "appearance": "dark",
1700
+ "tokens": {
1701
+ "background": {
1702
+ "base": {
1703
+ "$value": "#282a36",
1704
+ "$type": "color"
1705
+ },
1706
+ "surface": {
1707
+ "$value": "#21222c",
1708
+ "$type": "color"
1709
+ },
1710
+ "overlay": {
1711
+ "$value": "#44475a",
1712
+ "$type": "color"
1713
+ }
1714
+ },
1715
+ "text": {
1716
+ "primary": {
1717
+ "$value": "#f8f8f2",
1718
+ "$type": "color"
1719
+ },
1720
+ "secondary": {
1721
+ "$value": "#6272a4",
1722
+ "$type": "color"
1723
+ },
1724
+ "inverse": {
1725
+ "$value": "#282a36",
1726
+ "$type": "color"
1727
+ }
1728
+ },
1729
+ "brand": {
1730
+ "primary": {
1731
+ "$value": "#bd93f9",
1732
+ "$type": "color"
1733
+ }
1734
+ },
1735
+ "state": {
1736
+ "info": {
1737
+ "$value": "#8be9fd",
1738
+ "$type": "color"
1739
+ },
1740
+ "success": {
1741
+ "$value": "#50fa7b",
1742
+ "$type": "color"
1743
+ },
1744
+ "warning": {
1745
+ "$value": "#f1fa8c",
1746
+ "$type": "color"
1747
+ },
1748
+ "danger": {
1749
+ "$value": "#ff5555",
1750
+ "$type": "color"
1751
+ }
1752
+ },
1753
+ "border": {
1754
+ "default": {
1755
+ "$value": "#44475a",
1756
+ "$type": "color"
1757
+ }
1758
+ },
1759
+ "accent": {
1760
+ "link": {
1761
+ "$value": "#8be9fd",
1762
+ "$type": "color"
1763
+ }
1764
+ },
1765
+ "typography": {
1766
+ "fonts": {
1767
+ "sans": {
1768
+ "$value": "ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif",
1769
+ "$type": "fontFamily"
1770
+ },
1771
+ "mono": {
1772
+ "$value": "\"Fira Code\", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace",
1773
+ "$type": "fontFamily"
1774
+ }
1775
+ },
1776
+ "webFonts": [
1777
+ "https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;600&display=swap"
1778
+ ]
1779
+ },
1780
+ "content": {
1781
+ "heading": {
1782
+ "h1": {
1783
+ "$value": "#ff79c6",
1784
+ "$type": "color"
1785
+ },
1786
+ "h2": {
1787
+ "$value": "#bd93f9",
1788
+ "$type": "color"
1789
+ },
1790
+ "h3": {
1791
+ "$value": "#8be9fd",
1792
+ "$type": "color"
1793
+ },
1794
+ "h4": {
1795
+ "$value": "#50fa7b",
1796
+ "$type": "color"
1797
+ },
1798
+ "h5": {
1799
+ "$value": "#ffb86c",
1800
+ "$type": "color"
1801
+ },
1802
+ "h6": {
1803
+ "$value": "#f1fa8c",
1804
+ "$type": "color"
1805
+ }
1806
+ },
1807
+ "body": {
1808
+ "primary": {
1809
+ "$value": "#f8f8f2",
1810
+ "$type": "color"
1811
+ },
1812
+ "secondary": {
1813
+ "$value": "#6272a4",
1814
+ "$type": "color"
1815
+ }
1816
+ },
1817
+ "link": {
1818
+ "default": {
1819
+ "$value": "#8be9fd",
1820
+ "$type": "color"
1821
+ }
1822
+ },
1823
+ "selection": {
1824
+ "fg": {
1825
+ "$value": "#f8f8f2",
1826
+ "$type": "color"
1827
+ },
1828
+ "bg": {
1829
+ "$value": "#44475a",
1830
+ "$type": "color"
1831
+ }
1832
+ },
1833
+ "blockquote": {
1834
+ "border": {
1835
+ "$value": "#bd93f9",
1836
+ "$type": "color"
1837
+ },
1838
+ "fg": {
1839
+ "$value": "#6272a4",
1840
+ "$type": "color"
1841
+ },
1842
+ "bg": {
1843
+ "$value": "#21222c",
1844
+ "$type": "color"
1845
+ }
1846
+ },
1847
+ "codeInline": {
1848
+ "fg": {
1849
+ "$value": "#50fa7b",
1850
+ "$type": "color"
1851
+ },
1852
+ "bg": {
1853
+ "$value": "#21222c",
1854
+ "$type": "color"
1855
+ }
1856
+ },
1857
+ "codeBlock": {
1858
+ "fg": {
1859
+ "$value": "#f8f8f2",
1860
+ "$type": "color"
1861
+ },
1862
+ "bg": {
1863
+ "$value": "#21222c",
1864
+ "$type": "color"
1865
+ }
1866
+ },
1867
+ "table": {
1868
+ "border": {
1869
+ "$value": "#44475a",
1870
+ "$type": "color"
1871
+ },
1872
+ "stripe": {
1873
+ "$value": "#21222c",
1874
+ "$type": "color"
1875
+ },
1876
+ "theadBg": {
1877
+ "$value": "#44475a",
1878
+ "$type": "color"
1879
+ },
1880
+ "cellBg": {
1881
+ "$value": "#282a36",
1882
+ "$type": "color"
1883
+ },
1884
+ "headerFg": {
1885
+ "$value": "#f8f8f2",
1886
+ "$type": "color"
1887
+ }
1888
+ }
1889
+ },
1890
+ "spacing": {
1891
+ "xs": {
1892
+ "$value": "0.25rem",
1893
+ "$type": "dimension"
1894
+ },
1895
+ "sm": {
1896
+ "$value": "0.5rem",
1897
+ "$type": "dimension"
1898
+ },
1899
+ "md": {
1900
+ "$value": "1rem",
1901
+ "$type": "dimension"
1902
+ },
1903
+ "lg": {
1904
+ "$value": "1.5rem",
1905
+ "$type": "dimension"
1906
+ },
1907
+ "xl": {
1908
+ "$value": "2rem",
1909
+ "$type": "dimension"
1910
+ }
1911
+ },
1912
+ "elevation": {
1913
+ "none": {
1914
+ "$value": "none",
1915
+ "$type": "shadow"
1916
+ },
1917
+ "sm": {
1918
+ "$value": "0 1px 2px 0 rgba(0, 0, 0, 0.05)",
1919
+ "$type": "shadow"
1920
+ },
1921
+ "md": {
1922
+ "$value": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
1923
+ "$type": "shadow"
1924
+ },
1925
+ "lg": {
1926
+ "$value": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
1927
+ "$type": "shadow"
1928
+ },
1929
+ "xl": {
1930
+ "$value": "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)",
1931
+ "$type": "shadow"
1932
+ }
1933
+ },
1934
+ "animation": {
1935
+ "durationFast": {
1936
+ "$value": "150ms",
1937
+ "$type": "duration"
1938
+ },
1939
+ "durationNormal": {
1940
+ "$value": "300ms",
1941
+ "$type": "duration"
1942
+ },
1943
+ "durationSlow": {
1944
+ "$value": "500ms",
1945
+ "$type": "duration"
1946
+ },
1947
+ "easingDefault": {
1948
+ "$value": "cubic-bezier(0.4, 0, 0.2, 1)",
1949
+ "$type": "cubicBezier"
1950
+ },
1951
+ "easingEmphasized": {
1952
+ "$value": "cubic-bezier(0.05, 0.7, 0.1, 1)",
1953
+ "$type": "cubicBezier"
1954
+ }
1955
+ },
1956
+ "opacity": {
1957
+ "disabled": {
1958
+ "$value": 0.5,
1959
+ "$type": "number"
1960
+ },
1961
+ "hover": {
1962
+ "$value": 0.8,
1963
+ "$type": "number"
1964
+ },
1965
+ "pressed": {
1966
+ "$value": 0.6,
1967
+ "$type": "number"
1968
+ }
1969
+ },
1970
+ "components": {
1971
+ "card": {
1972
+ "bg": {
1973
+ "$value": "#21222c",
1974
+ "$type": "color"
1975
+ },
1976
+ "border": {
1977
+ "$value": "#6272a4",
1978
+ "$type": "color"
1979
+ },
1980
+ "headerBg": {
1981
+ "$value": "#282a36",
1982
+ "$type": "color"
1983
+ },
1984
+ "footerBg": {
1985
+ "$value": "#21222c",
1986
+ "$type": "color"
1987
+ }
1988
+ },
1989
+ "message": {
1990
+ "bg": {
1991
+ "$value": "#282a36",
1992
+ "$type": "color"
1993
+ },
1994
+ "headerBg": {
1995
+ "$value": "#44475a",
1996
+ "$type": "color"
1997
+ },
1998
+ "border": {
1999
+ "$value": "#6272a4",
2000
+ "$type": "color"
2001
+ },
2002
+ "bodyFg": {
2003
+ "$value": "#f8f8f2",
2004
+ "$type": "color"
2005
+ }
2006
+ },
2007
+ "panel": {
2008
+ "bg": {
2009
+ "$value": "#21222c",
2010
+ "$type": "color"
2011
+ },
2012
+ "headerBg": {
2013
+ "$value": "#44475a",
2014
+ "$type": "color"
2015
+ },
2016
+ "headerFg": {
2017
+ "$value": "#f8f8f2",
2018
+ "$type": "color"
2019
+ },
2020
+ "border": {
2021
+ "$value": "#6272a4",
2022
+ "$type": "color"
2023
+ },
2024
+ "blockBg": {
2025
+ "$value": "#282a36",
2026
+ "$type": "color"
2027
+ },
2028
+ "blockHoverBg": {
2029
+ "$value": "#2e303e",
2030
+ "$type": "color"
2031
+ },
2032
+ "blockActiveBg": {
2033
+ "$value": "#44475a",
2034
+ "$type": "color"
2035
+ }
2036
+ },
2037
+ "box": {
2038
+ "bg": {
2039
+ "$value": "#21222c",
2040
+ "$type": "color"
2041
+ },
2042
+ "border": {
2043
+ "$value": "#6272a4",
2044
+ "$type": "color"
2045
+ }
2046
+ },
2047
+ "notification": {
2048
+ "bg": {
2049
+ "$value": "#282a36",
2050
+ "$type": "color"
2051
+ },
2052
+ "border": {
2053
+ "$value": "#6272a4",
2054
+ "$type": "color"
2055
+ }
2056
+ },
2057
+ "modal": {
2058
+ "bg": {
2059
+ "$value": "rgba(40, 42, 54, 0.9)",
2060
+ "$type": "color"
2061
+ },
2062
+ "cardBg": {
2063
+ "$value": "#21222c",
2064
+ "$type": "color"
2065
+ },
2066
+ "headerBg": {
2067
+ "$value": "#282a36",
2068
+ "$type": "color"
2069
+ },
2070
+ "footerBg": {
2071
+ "$value": "#21222c",
2072
+ "$type": "color"
2073
+ }
2074
+ },
2075
+ "dropdown": {
2076
+ "bg": {
2077
+ "$value": "#21222c",
2078
+ "$type": "color"
2079
+ },
2080
+ "itemHoverBg": {
2081
+ "$value": "#2e303e",
2082
+ "$type": "color"
2083
+ },
2084
+ "border": {
2085
+ "$value": "#6272a4",
2086
+ "$type": "color"
2087
+ }
2088
+ },
2089
+ "tabs": {
2090
+ "border": {
2091
+ "$value": "#6272a4",
2092
+ "$type": "color"
2093
+ },
2094
+ "linkBg": {
2095
+ "$value": "#2e303e",
2096
+ "$type": "color"
2097
+ },
2098
+ "linkActiveBg": {
2099
+ "$value": "#21222c",
2100
+ "$type": "color"
2101
+ },
2102
+ "linkHoverBg": {
2103
+ "$value": "#44475a",
2104
+ "$type": "color"
2105
+ }
2106
+ }
2107
+ }
2108
+ }
2109
+ },
2110
+ "github-dark": {
2111
+ "id": "github-dark",
2112
+ "label": "GitHub Dark",
2113
+ "vendor": "github",
2114
+ "appearance": "dark",
2115
+ "tokens": {
2116
+ "background": {
2117
+ "base": {
2118
+ "$value": "#0d1117",
2119
+ "$type": "color"
2120
+ },
2121
+ "surface": {
2122
+ "$value": "#151b23",
2123
+ "$type": "color"
2124
+ },
2125
+ "overlay": {
2126
+ "$value": "#010409",
2127
+ "$type": "color"
2128
+ }
2129
+ },
2130
+ "text": {
2131
+ "primary": {
2132
+ "$value": "#f0f6fc",
2133
+ "$type": "color"
2134
+ },
2135
+ "secondary": {
2136
+ "$value": "#9198a1",
2137
+ "$type": "color"
2138
+ },
2139
+ "inverse": {
2140
+ "$value": "#ffffff",
2141
+ "$type": "color"
2142
+ }
2143
+ },
2144
+ "brand": {
2145
+ "primary": {
2146
+ "$value": "#1f6feb",
2147
+ "$type": "color"
2148
+ }
2149
+ },
2150
+ "state": {
2151
+ "info": {
2152
+ "$value": "#4493f8",
2153
+ "$type": "color"
2154
+ },
2155
+ "success": {
2156
+ "$value": "#3fb950",
2157
+ "$type": "color"
2158
+ },
2159
+ "warning": {
2160
+ "$value": "#d29922",
2161
+ "$type": "color"
2162
+ },
2163
+ "danger": {
2164
+ "$value": "#f85149",
2165
+ "$type": "color"
2166
+ }
2167
+ },
2168
+ "border": {
2169
+ "default": {
2170
+ "$value": "#3d444d",
2171
+ "$type": "color"
2172
+ }
2173
+ },
2174
+ "accent": {
2175
+ "link": {
2176
+ "$value": "#4493f8",
2177
+ "$type": "color"
2178
+ }
2179
+ },
2180
+ "typography": {
2181
+ "fonts": {
2182
+ "sans": {
2183
+ "$value": "\"Mona Sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Noto Sans\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\"",
2184
+ "$type": "fontFamily"
2185
+ },
2186
+ "mono": {
2187
+ "$value": "\"Hubot Sans\", ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, \"Liberation Mono\", monospace",
2188
+ "$type": "fontFamily"
2189
+ }
2190
+ },
2191
+ "webFonts": [
2192
+ "https://github.githubassets.com/assets/mona-sans-webfont.woff2",
2193
+ "https://github.githubassets.com/assets/hubot-sans-webfont.woff2"
2194
+ ]
2195
+ },
2196
+ "content": {
2197
+ "heading": {
2198
+ "h1": {
2199
+ "$value": "#3fb950",
2200
+ "$type": "color"
2201
+ },
2202
+ "h2": {
2203
+ "$value": "#4493f8",
2204
+ "$type": "color"
2205
+ },
2206
+ "h3": {
2207
+ "$value": "#1f6feb",
2208
+ "$type": "color"
2209
+ },
2210
+ "h4": {
2211
+ "$value": "#d29922",
2212
+ "$type": "color"
2213
+ },
2214
+ "h5": {
2215
+ "$value": "#3fb950",
2216
+ "$type": "color"
2217
+ },
2218
+ "h6": {
2219
+ "$value": "#f85149",
2220
+ "$type": "color"
2221
+ }
2222
+ },
2223
+ "body": {
2224
+ "primary": {
2225
+ "$value": "#f0f6fc",
2226
+ "$type": "color"
2227
+ },
2228
+ "secondary": {
2229
+ "$value": "#9198a1",
2230
+ "$type": "color"
2231
+ }
2232
+ },
2233
+ "link": {
2234
+ "default": {
2235
+ "$value": "#4493f8",
2236
+ "$type": "color"
2237
+ }
2238
+ },
2239
+ "selection": {
2240
+ "fg": {
2241
+ "$value": "#f0f6fc",
2242
+ "$type": "color"
2243
+ },
2244
+ "bg": {
2245
+ "$value": "#264f78",
2246
+ "$type": "color"
2247
+ }
2248
+ },
2249
+ "blockquote": {
2250
+ "border": {
2251
+ "$value": "#3d444d",
2252
+ "$type": "color"
2253
+ },
2254
+ "fg": {
2255
+ "$value": "#9198a1",
2256
+ "$type": "color"
2257
+ },
2258
+ "bg": {
2259
+ "$value": "#151b23",
2260
+ "$type": "color"
2261
+ }
2262
+ },
2263
+ "codeInline": {
2264
+ "fg": {
2265
+ "$value": "#f0f6fc",
2266
+ "$type": "color"
2267
+ },
2268
+ "bg": {
2269
+ "$value": "#151b23",
2270
+ "$type": "color"
2271
+ }
2272
+ },
2273
+ "codeBlock": {
2274
+ "fg": {
2275
+ "$value": "#f0f6fc",
2276
+ "$type": "color"
2277
+ },
2278
+ "bg": {
2279
+ "$value": "#151b23",
2280
+ "$type": "color"
2281
+ }
2282
+ },
2283
+ "table": {
2284
+ "border": {
2285
+ "$value": "#3d444d",
2286
+ "$type": "color"
2287
+ },
2288
+ "stripe": {
2289
+ "$value": "#151b23",
2290
+ "$type": "color"
2291
+ },
2292
+ "theadBg": {
2293
+ "$value": "#151b23",
2294
+ "$type": "color"
2295
+ }
2296
+ }
2297
+ }
2298
+ }
2299
+ },
2300
+ "github-light": {
2301
+ "id": "github-light",
2302
+ "label": "GitHub Light",
2303
+ "vendor": "github",
2304
+ "appearance": "light",
2305
+ "tokens": {
2306
+ "background": {
2307
+ "base": {
2308
+ "$value": "#ffffff",
2309
+ "$type": "color"
2310
+ },
2311
+ "surface": {
2312
+ "$value": "#f6f8fa",
2313
+ "$type": "color"
2314
+ },
2315
+ "overlay": {
2316
+ "$value": "#f6f8fa",
2317
+ "$type": "color"
2318
+ }
2319
+ },
2320
+ "text": {
2321
+ "primary": {
2322
+ "$value": "#1f2328",
2323
+ "$type": "color"
2324
+ },
2325
+ "secondary": {
2326
+ "$value": "#59636e",
2327
+ "$type": "color"
2328
+ },
2329
+ "inverse": {
2330
+ "$value": "#ffffff",
2331
+ "$type": "color"
2332
+ }
2333
+ },
2334
+ "brand": {
2335
+ "primary": {
2336
+ "$value": "#0969da",
2337
+ "$type": "color"
2338
+ }
2339
+ },
2340
+ "state": {
2341
+ "info": {
2342
+ "$value": "#0969da",
2343
+ "$type": "color"
2344
+ },
2345
+ "success": {
2346
+ "$value": "#1a7f37",
2347
+ "$type": "color"
2348
+ },
2349
+ "warning": {
2350
+ "$value": "#9a6700",
2351
+ "$type": "color"
2352
+ },
2353
+ "danger": {
2354
+ "$value": "#d1242f",
2355
+ "$type": "color"
2356
+ }
2357
+ },
2358
+ "border": {
2359
+ "default": {
2360
+ "$value": "#d1d9e0",
2361
+ "$type": "color"
2362
+ }
2363
+ },
2364
+ "accent": {
2365
+ "link": {
2366
+ "$value": "#0969da",
2367
+ "$type": "color"
2368
+ }
2369
+ },
2370
+ "typography": {
2371
+ "fonts": {
2372
+ "sans": {
2373
+ "$value": "\"Mona Sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Noto Sans\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\"",
2374
+ "$type": "fontFamily"
2375
+ },
2376
+ "mono": {
2377
+ "$value": "\"Hubot Sans\", ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, \"Liberation Mono\", monospace",
2378
+ "$type": "fontFamily"
2379
+ }
2380
+ },
2381
+ "webFonts": [
2382
+ "https://github.githubassets.com/assets/mona-sans-webfont.woff2",
2383
+ "https://github.githubassets.com/assets/hubot-sans-webfont.woff2"
2384
+ ]
2385
+ },
2386
+ "content": {
2387
+ "heading": {
2388
+ "h1": {
2389
+ "$value": "#1a7f37",
2390
+ "$type": "color"
2391
+ },
2392
+ "h2": {
2393
+ "$value": "#0969da",
2394
+ "$type": "color"
2395
+ },
2396
+ "h3": {
2397
+ "$value": "#0969da",
2398
+ "$type": "color"
2399
+ },
2400
+ "h4": {
2401
+ "$value": "#9a6700",
2402
+ "$type": "color"
2403
+ },
2404
+ "h5": {
2405
+ "$value": "#1a7f37",
2406
+ "$type": "color"
2407
+ },
2408
+ "h6": {
2409
+ "$value": "#d1242f",
2410
+ "$type": "color"
2411
+ }
2412
+ },
2413
+ "body": {
2414
+ "primary": {
2415
+ "$value": "#1f2328",
2416
+ "$type": "color"
2417
+ },
2418
+ "secondary": {
2419
+ "$value": "#59636e",
2420
+ "$type": "color"
2421
+ }
2422
+ },
2423
+ "link": {
2424
+ "default": {
2425
+ "$value": "#0969da",
2426
+ "$type": "color"
2427
+ }
2428
+ },
2429
+ "selection": {
2430
+ "fg": {
2431
+ "$value": "#1f2328",
2432
+ "$type": "color"
2433
+ },
2434
+ "bg": {
2435
+ "$value": "#b6e3ff",
2436
+ "$type": "color"
2437
+ }
2438
+ },
2439
+ "blockquote": {
2440
+ "border": {
2441
+ "$value": "#d1d9e0",
2442
+ "$type": "color"
2443
+ },
2444
+ "fg": {
2445
+ "$value": "#59636e",
2446
+ "$type": "color"
2447
+ },
2448
+ "bg": {
2449
+ "$value": "#f6f8fa",
2450
+ "$type": "color"
2451
+ }
2452
+ },
2453
+ "codeInline": {
2454
+ "fg": {
2455
+ "$value": "#1f2328",
2456
+ "$type": "color"
2457
+ },
2458
+ "bg": {
2459
+ "$value": "#f6f8fa",
2460
+ "$type": "color"
2461
+ }
2462
+ },
2463
+ "codeBlock": {
2464
+ "fg": {
2465
+ "$value": "#1f2328",
2466
+ "$type": "color"
2467
+ },
2468
+ "bg": {
2469
+ "$value": "#f6f8fa",
2470
+ "$type": "color"
2471
+ }
2472
+ },
2473
+ "table": {
2474
+ "border": {
2475
+ "$value": "#d1d9e0",
2476
+ "$type": "color"
2477
+ },
2478
+ "stripe": {
2479
+ "$value": "#f6f8fa",
2480
+ "$type": "color"
2481
+ },
2482
+ "theadBg": {
2483
+ "$value": "#f6f8fa",
2484
+ "$type": "color"
2485
+ }
2486
+ }
2487
+ }
2488
+ }
2489
+ }
2490
+ },
2491
+ "byVendor": {
2492
+ "bulma": {
2493
+ "name": "Bulma",
2494
+ "homepage": "https://bulma.io/",
2495
+ "themes": [
2496
+ "bulma-dark",
2497
+ "bulma-light"
2498
+ ]
2499
+ },
2500
+ "catppuccin": {
2501
+ "name": "Catppuccin (synced)",
2502
+ "homepage": "https://catppuccin.com/palette/",
2503
+ "themes": [
2504
+ "catppuccin-frappe",
2505
+ "catppuccin-latte",
2506
+ "catppuccin-macchiato",
2507
+ "catppuccin-mocha"
2508
+ ]
2509
+ },
2510
+ "dracula": {
2511
+ "name": "Dracula",
2512
+ "homepage": "https://draculatheme.com/",
2513
+ "themes": [
2514
+ "dracula"
2515
+ ]
2516
+ },
2517
+ "github": {
2518
+ "name": "GitHub (synced)",
2519
+ "homepage": "https://primer.style/",
2520
+ "themes": [
2521
+ "github-dark",
2522
+ "github-light"
2523
+ ]
2524
+ }
2525
+ }
2526
+ }