@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,264 @@
1
+ {
2
+ "spacing": {
3
+ "xs": {
4
+ "$value": "0.25rem",
5
+ "$type": "dimension"
6
+ },
7
+ "sm": {
8
+ "$value": "0.5rem",
9
+ "$type": "dimension"
10
+ },
11
+ "md": {
12
+ "$value": "1rem",
13
+ "$type": "dimension"
14
+ },
15
+ "lg": {
16
+ "$value": "1.5rem",
17
+ "$type": "dimension"
18
+ },
19
+ "xl": {
20
+ "$value": "2rem",
21
+ "$type": "dimension"
22
+ }
23
+ },
24
+ "elevation": {
25
+ "none": {
26
+ "$value": "none",
27
+ "$type": "shadow"
28
+ },
29
+ "sm": {
30
+ "$value": "0 1px 2px 0 rgba(0, 0, 0, 0.05)",
31
+ "$type": "shadow"
32
+ },
33
+ "md": {
34
+ "$value": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
35
+ "$type": "shadow"
36
+ },
37
+ "lg": {
38
+ "$value": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
39
+ "$type": "shadow"
40
+ },
41
+ "xl": {
42
+ "$value": "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)",
43
+ "$type": "shadow"
44
+ }
45
+ },
46
+ "animation": {
47
+ "durationFast": {
48
+ "$value": "150ms",
49
+ "$type": "duration"
50
+ },
51
+ "durationNormal": {
52
+ "$value": "300ms",
53
+ "$type": "duration"
54
+ },
55
+ "durationSlow": {
56
+ "$value": "500ms",
57
+ "$type": "duration"
58
+ },
59
+ "easingDefault": {
60
+ "$value": "cubic-bezier(0.4, 0, 0.2, 1)",
61
+ "$type": "cubicBezier"
62
+ },
63
+ "easingEmphasized": {
64
+ "$value": "cubic-bezier(0.05, 0.7, 0.1, 1)",
65
+ "$type": "cubicBezier"
66
+ }
67
+ },
68
+ "opacity": {
69
+ "disabled": {
70
+ "$value": 0.5,
71
+ "$type": "number"
72
+ },
73
+ "hover": {
74
+ "$value": 0.8,
75
+ "$type": "number"
76
+ },
77
+ "pressed": {
78
+ "$value": 0.6,
79
+ "$type": "number"
80
+ }
81
+ },
82
+ "background": {
83
+ "base": {
84
+ "$value": "#0d1117",
85
+ "$type": "color"
86
+ },
87
+ "surface": {
88
+ "$value": "#151b23",
89
+ "$type": "color"
90
+ },
91
+ "overlay": {
92
+ "$value": "#010409",
93
+ "$type": "color"
94
+ }
95
+ },
96
+ "text": {
97
+ "primary": {
98
+ "$value": "#f0f6fc",
99
+ "$type": "color"
100
+ },
101
+ "secondary": {
102
+ "$value": "#9198a1",
103
+ "$type": "color"
104
+ },
105
+ "inverse": {
106
+ "$value": "#ffffff",
107
+ "$type": "color"
108
+ }
109
+ },
110
+ "brand": {
111
+ "primary": {
112
+ "$value": "#1f6feb",
113
+ "$type": "color"
114
+ }
115
+ },
116
+ "state": {
117
+ "info": {
118
+ "$value": "#4493f8",
119
+ "$type": "color"
120
+ },
121
+ "success": {
122
+ "$value": "#3fb950",
123
+ "$type": "color"
124
+ },
125
+ "warning": {
126
+ "$value": "#d29922",
127
+ "$type": "color"
128
+ },
129
+ "danger": {
130
+ "$value": "#f85149",
131
+ "$type": "color"
132
+ }
133
+ },
134
+ "border": {
135
+ "default": {
136
+ "$value": "#3d444d",
137
+ "$type": "color"
138
+ }
139
+ },
140
+ "accent": {
141
+ "link": {
142
+ "$value": "#4493f8",
143
+ "$type": "color"
144
+ }
145
+ },
146
+ "typography": {
147
+ "fonts": {
148
+ "sans": {
149
+ "$value": "\"Mona Sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Noto Sans\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\"",
150
+ "$type": "fontFamily"
151
+ },
152
+ "mono": {
153
+ "$value": "\"Hubot Sans\", ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, \"Liberation Mono\", monospace",
154
+ "$type": "fontFamily"
155
+ }
156
+ },
157
+ "webFonts": [
158
+ "https://github.githubassets.com/assets/mona-sans-webfont.woff2",
159
+ "https://github.githubassets.com/assets/hubot-sans-webfont.woff2"
160
+ ]
161
+ },
162
+ "content": {
163
+ "heading": {
164
+ "h1": {
165
+ "$value": "#3fb950",
166
+ "$type": "color"
167
+ },
168
+ "h2": {
169
+ "$value": "#4493f8",
170
+ "$type": "color"
171
+ },
172
+ "h3": {
173
+ "$value": "#1f6feb",
174
+ "$type": "color"
175
+ },
176
+ "h4": {
177
+ "$value": "#d29922",
178
+ "$type": "color"
179
+ },
180
+ "h5": {
181
+ "$value": "#3fb950",
182
+ "$type": "color"
183
+ },
184
+ "h6": {
185
+ "$value": "#f85149",
186
+ "$type": "color"
187
+ }
188
+ },
189
+ "body": {
190
+ "primary": {
191
+ "$value": "#f0f6fc",
192
+ "$type": "color"
193
+ },
194
+ "secondary": {
195
+ "$value": "#9198a1",
196
+ "$type": "color"
197
+ }
198
+ },
199
+ "link": {
200
+ "default": {
201
+ "$value": "#4493f8",
202
+ "$type": "color"
203
+ }
204
+ },
205
+ "selection": {
206
+ "fg": {
207
+ "$value": "#f0f6fc",
208
+ "$type": "color"
209
+ },
210
+ "bg": {
211
+ "$value": "#264f78",
212
+ "$type": "color"
213
+ }
214
+ },
215
+ "blockquote": {
216
+ "border": {
217
+ "$value": "#3d444d",
218
+ "$type": "color"
219
+ },
220
+ "fg": {
221
+ "$value": "#9198a1",
222
+ "$type": "color"
223
+ },
224
+ "bg": {
225
+ "$value": "#151b23",
226
+ "$type": "color"
227
+ }
228
+ },
229
+ "codeInline": {
230
+ "fg": {
231
+ "$value": "#f0f6fc",
232
+ "$type": "color"
233
+ },
234
+ "bg": {
235
+ "$value": "#151b23",
236
+ "$type": "color"
237
+ }
238
+ },
239
+ "codeBlock": {
240
+ "fg": {
241
+ "$value": "#f0f6fc",
242
+ "$type": "color"
243
+ },
244
+ "bg": {
245
+ "$value": "#151b23",
246
+ "$type": "color"
247
+ }
248
+ },
249
+ "table": {
250
+ "border": {
251
+ "$value": "#3d444d",
252
+ "$type": "color"
253
+ },
254
+ "stripe": {
255
+ "$value": "#151b23",
256
+ "$type": "color"
257
+ },
258
+ "theadBg": {
259
+ "$value": "#151b23",
260
+ "$type": "color"
261
+ }
262
+ }
263
+ }
264
+ }
@@ -0,0 +1,264 @@
1
+ {
2
+ "spacing": {
3
+ "xs": {
4
+ "$value": "0.25rem",
5
+ "$type": "dimension"
6
+ },
7
+ "sm": {
8
+ "$value": "0.5rem",
9
+ "$type": "dimension"
10
+ },
11
+ "md": {
12
+ "$value": "1rem",
13
+ "$type": "dimension"
14
+ },
15
+ "lg": {
16
+ "$value": "1.5rem",
17
+ "$type": "dimension"
18
+ },
19
+ "xl": {
20
+ "$value": "2rem",
21
+ "$type": "dimension"
22
+ }
23
+ },
24
+ "elevation": {
25
+ "none": {
26
+ "$value": "none",
27
+ "$type": "shadow"
28
+ },
29
+ "sm": {
30
+ "$value": "0 1px 2px 0 rgba(0, 0, 0, 0.05)",
31
+ "$type": "shadow"
32
+ },
33
+ "md": {
34
+ "$value": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
35
+ "$type": "shadow"
36
+ },
37
+ "lg": {
38
+ "$value": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)",
39
+ "$type": "shadow"
40
+ },
41
+ "xl": {
42
+ "$value": "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)",
43
+ "$type": "shadow"
44
+ }
45
+ },
46
+ "animation": {
47
+ "durationFast": {
48
+ "$value": "150ms",
49
+ "$type": "duration"
50
+ },
51
+ "durationNormal": {
52
+ "$value": "300ms",
53
+ "$type": "duration"
54
+ },
55
+ "durationSlow": {
56
+ "$value": "500ms",
57
+ "$type": "duration"
58
+ },
59
+ "easingDefault": {
60
+ "$value": "cubic-bezier(0.4, 0, 0.2, 1)",
61
+ "$type": "cubicBezier"
62
+ },
63
+ "easingEmphasized": {
64
+ "$value": "cubic-bezier(0.05, 0.7, 0.1, 1)",
65
+ "$type": "cubicBezier"
66
+ }
67
+ },
68
+ "opacity": {
69
+ "disabled": {
70
+ "$value": 0.5,
71
+ "$type": "number"
72
+ },
73
+ "hover": {
74
+ "$value": 0.8,
75
+ "$type": "number"
76
+ },
77
+ "pressed": {
78
+ "$value": 0.6,
79
+ "$type": "number"
80
+ }
81
+ },
82
+ "background": {
83
+ "base": {
84
+ "$value": "#ffffff",
85
+ "$type": "color"
86
+ },
87
+ "surface": {
88
+ "$value": "#f6f8fa",
89
+ "$type": "color"
90
+ },
91
+ "overlay": {
92
+ "$value": "#f6f8fa",
93
+ "$type": "color"
94
+ }
95
+ },
96
+ "text": {
97
+ "primary": {
98
+ "$value": "#1f2328",
99
+ "$type": "color"
100
+ },
101
+ "secondary": {
102
+ "$value": "#59636e",
103
+ "$type": "color"
104
+ },
105
+ "inverse": {
106
+ "$value": "#ffffff",
107
+ "$type": "color"
108
+ }
109
+ },
110
+ "brand": {
111
+ "primary": {
112
+ "$value": "#0969da",
113
+ "$type": "color"
114
+ }
115
+ },
116
+ "state": {
117
+ "info": {
118
+ "$value": "#0969da",
119
+ "$type": "color"
120
+ },
121
+ "success": {
122
+ "$value": "#1a7f37",
123
+ "$type": "color"
124
+ },
125
+ "warning": {
126
+ "$value": "#9a6700",
127
+ "$type": "color"
128
+ },
129
+ "danger": {
130
+ "$value": "#d1242f",
131
+ "$type": "color"
132
+ }
133
+ },
134
+ "border": {
135
+ "default": {
136
+ "$value": "#d1d9e0",
137
+ "$type": "color"
138
+ }
139
+ },
140
+ "accent": {
141
+ "link": {
142
+ "$value": "#0969da",
143
+ "$type": "color"
144
+ }
145
+ },
146
+ "typography": {
147
+ "fonts": {
148
+ "sans": {
149
+ "$value": "\"Mona Sans\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Noto Sans\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\"",
150
+ "$type": "fontFamily"
151
+ },
152
+ "mono": {
153
+ "$value": "\"Hubot Sans\", ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, \"Liberation Mono\", monospace",
154
+ "$type": "fontFamily"
155
+ }
156
+ },
157
+ "webFonts": [
158
+ "https://github.githubassets.com/assets/mona-sans-webfont.woff2",
159
+ "https://github.githubassets.com/assets/hubot-sans-webfont.woff2"
160
+ ]
161
+ },
162
+ "content": {
163
+ "heading": {
164
+ "h1": {
165
+ "$value": "#1a7f37",
166
+ "$type": "color"
167
+ },
168
+ "h2": {
169
+ "$value": "#0969da",
170
+ "$type": "color"
171
+ },
172
+ "h3": {
173
+ "$value": "#0969da",
174
+ "$type": "color"
175
+ },
176
+ "h4": {
177
+ "$value": "#9a6700",
178
+ "$type": "color"
179
+ },
180
+ "h5": {
181
+ "$value": "#1a7f37",
182
+ "$type": "color"
183
+ },
184
+ "h6": {
185
+ "$value": "#d1242f",
186
+ "$type": "color"
187
+ }
188
+ },
189
+ "body": {
190
+ "primary": {
191
+ "$value": "#1f2328",
192
+ "$type": "color"
193
+ },
194
+ "secondary": {
195
+ "$value": "#59636e",
196
+ "$type": "color"
197
+ }
198
+ },
199
+ "link": {
200
+ "default": {
201
+ "$value": "#0969da",
202
+ "$type": "color"
203
+ }
204
+ },
205
+ "selection": {
206
+ "fg": {
207
+ "$value": "#1f2328",
208
+ "$type": "color"
209
+ },
210
+ "bg": {
211
+ "$value": "#b6e3ff",
212
+ "$type": "color"
213
+ }
214
+ },
215
+ "blockquote": {
216
+ "border": {
217
+ "$value": "#d1d9e0",
218
+ "$type": "color"
219
+ },
220
+ "fg": {
221
+ "$value": "#59636e",
222
+ "$type": "color"
223
+ },
224
+ "bg": {
225
+ "$value": "#f6f8fa",
226
+ "$type": "color"
227
+ }
228
+ },
229
+ "codeInline": {
230
+ "fg": {
231
+ "$value": "#1f2328",
232
+ "$type": "color"
233
+ },
234
+ "bg": {
235
+ "$value": "#f6f8fa",
236
+ "$type": "color"
237
+ }
238
+ },
239
+ "codeBlock": {
240
+ "fg": {
241
+ "$value": "#1f2328",
242
+ "$type": "color"
243
+ },
244
+ "bg": {
245
+ "$value": "#f6f8fa",
246
+ "$type": "color"
247
+ }
248
+ },
249
+ "table": {
250
+ "border": {
251
+ "$value": "#d1d9e0",
252
+ "$type": "color"
253
+ },
254
+ "stripe": {
255
+ "$value": "#f6f8fa",
256
+ "$type": "color"
257
+ },
258
+ "theadBg": {
259
+ "$value": "#f6f8fa",
260
+ "$type": "color"
261
+ }
262
+ }
263
+ }
264
+ }