@lgtm-hq/turbo-themes 0.29.3 → 0.30.1

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.
@@ -3,8 +3,8 @@
3
3
  var tokens = {
4
4
  $schema: "https://design-tokens.org/schema.json",
5
5
  $description: "Turbo Themes - Flat tokens for 27 themes",
6
- $version: "0.29.3",
7
- $generated: "0c60477ec2a44ff486ea43d222c6065116bb402b9c7a690e245053aead0002aa",
6
+ $version: "0.30.1",
7
+ $generated: "1778e190d1a73a9e8368385fd94ef828cb057bc5bc5512e3967a3c49a043dbde",
8
8
  meta: {
9
9
  "themeIds": [
10
10
  "bulma-dark",
@@ -449,4 +449,4 @@ function createThemeCssVariables(themeId) {
449
449
  //#endregion
450
450
  export { themeIds as a, getTheme as i, createThemeCssVariables as n, themesById as o, getAllThemeColors as r, createColorMappings as t };
451
451
 
452
- //# sourceMappingURL=colors-DCfYbrhn.js.map
452
+ //# sourceMappingURL=colors-CgFnc4Sm.js.map
@@ -1,2 +1,2 @@
1
- import { n as createThemeCssVariables, r as getAllThemeColors, t as createColorMappings } from "./colors-DCfYbrhn.js";
1
+ import { n as createThemeCssVariables, r as getAllThemeColors, t as createColorMappings } from "./colors-CgFnc4Sm.js";
2
2
  export { createColorMappings, createThemeCssVariables, getAllThemeColors };
@@ -1,4 +1,4 @@
1
- import { a as themeIds, i as getTheme, o as themesById, t as createColorMappings } from "./colors-DCfYbrhn.js";
1
+ import { a as themeIds, i as getTheme, o as themesById, t as createColorMappings } from "./colors-CgFnc4Sm.js";
2
2
  //#region preset.ts
3
3
  /**
4
4
  * Tailwind CSS preset for Turbo Themes
@@ -1,4 +1,4 @@
1
- import type { ThemePackage } from '../types.js';
1
+ import type { ThemePackage } from "../types.js";
2
2
  /**
3
3
  * Catppuccin theme - Soothing pastel theme for the high-spirited
4
4
  * Auto-synced from @catppuccin/palette
@@ -7,54 +7,54 @@
7
7
  * DO NOT EDIT MANUALLY - regenerate with: node scripts/sync-catppuccin.mjs
8
8
  */
9
9
  export const catppuccinSynced = {
10
- id: 'catppuccin',
11
- name: 'Catppuccin (synced)',
12
- homepage: 'https://catppuccin.com/palette/',
10
+ id: "catppuccin",
11
+ name: "Catppuccin (synced)",
12
+ homepage: "https://catppuccin.com/palette/",
13
13
  license: {
14
- spdx: 'MIT',
15
- url: 'https://github.com/catppuccin/catppuccin/blob/main/LICENSE',
16
- copyright: 'Catppuccin',
14
+ spdx: "MIT",
15
+ url: "https://github.com/catppuccin/catppuccin/blob/main/LICENSE",
16
+ copyright: "Catppuccin",
17
17
  },
18
18
  source: {
19
- package: '@catppuccin/palette',
20
- version: '1.8.0',
21
- repository: 'https://github.com/catppuccin/palette',
19
+ package: "@catppuccin/palette",
20
+ version: "1.8.0",
21
+ repository: "https://github.com/catppuccin/palette",
22
22
  },
23
23
  flavors: [
24
24
  {
25
- id: 'catppuccin-latte',
26
- label: 'Catppuccin Latte',
27
- vendor: 'catppuccin',
28
- appearance: 'light',
29
- iconUrl: '/assets/img/catppuccin-latte.png',
25
+ id: "catppuccin-latte",
26
+ label: "Catppuccin Latte",
27
+ vendor: "catppuccin",
28
+ appearance: "light",
29
+ iconUrl: "/assets/img/catppuccin-latte.png",
30
30
  tokens: {
31
31
  background: {
32
- base: '#eff1f5',
33
- surface: '#e6e9ef',
34
- overlay: '#dce0e8',
32
+ base: "#eff1f5",
33
+ surface: "#e6e9ef",
34
+ overlay: "#dce0e8",
35
35
  },
36
36
  text: {
37
- primary: '#4c4f69',
38
- secondary: '#6c6f85',
39
- inverse: '#eff1f5',
37
+ primary: "#4c4f69",
38
+ secondary: "#6c6f85",
39
+ inverse: "#eff1f5",
40
40
  },
41
41
  brand: {
42
- primary: '#1e66f5',
42
+ primary: "#1e66f5",
43
43
  },
44
44
  state: {
45
- info: '#04a5e5',
46
- success: '#40a02b',
47
- warning: '#df8e1d',
48
- danger: '#d20f39',
49
- infoText: '#000000',
50
- successText: '#000000',
51
- warningText: '#000000',
45
+ info: "#04a5e5",
46
+ success: "#40a02b",
47
+ warning: "#df8e1d",
48
+ danger: "#d20f39",
49
+ infoText: "#000000",
50
+ successText: "#000000",
51
+ warningText: "#000000",
52
52
  },
53
53
  border: {
54
- default: '#9ca0b0',
54
+ default: "#9ca0b0",
55
55
  },
56
56
  accent: {
57
- link: '#1e66f5',
57
+ link: "#1e66f5",
58
58
  },
59
59
  typography: {
60
60
  fonts: {
@@ -62,82 +62,82 @@ export const catppuccinSynced = {
62
62
  mono: 'JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace',
63
63
  },
64
64
  webFonts: [
65
- 'https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap',
66
- 'https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap',
65
+ "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap",
66
+ "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap",
67
67
  ],
68
68
  },
69
69
  content: {
70
70
  heading: {
71
- h1: '#40a02b',
72
- h2: '#1e66f5',
73
- h3: '#209fb5',
74
- h4: '#df8e1d',
75
- h5: '#8839ef',
76
- h6: '#d20f39',
71
+ h1: "#40a02b",
72
+ h2: "#1e66f5",
73
+ h3: "#209fb5",
74
+ h4: "#df8e1d",
75
+ h5: "#8839ef",
76
+ h6: "#d20f39",
77
77
  },
78
78
  body: {
79
- primary: '#4c4f69',
80
- secondary: '#6c6f85',
79
+ primary: "#4c4f69",
80
+ secondary: "#6c6f85",
81
81
  },
82
82
  link: {
83
- default: '#1e66f5',
83
+ default: "#1e66f5",
84
84
  },
85
85
  selection: {
86
- fg: '#4c4f69',
87
- bg: '#8c8fa1',
86
+ fg: "#4c4f69",
87
+ bg: "#8c8fa1",
88
88
  },
89
89
  blockquote: {
90
- border: '#8c8fa1',
91
- fg: '#4c4f69',
92
- bg: '#e6e9ef',
90
+ border: "#8c8fa1",
91
+ fg: "#4c4f69",
92
+ bg: "#e6e9ef",
93
93
  },
94
94
  codeInline: {
95
- fg: '#4c4f69',
96
- bg: '#ccd0da',
95
+ fg: "#4c4f69",
96
+ bg: "#ccd0da",
97
97
  },
98
98
  codeBlock: {
99
- fg: '#4c4f69',
100
- bg: '#ccd0da',
99
+ fg: "#4c4f69",
100
+ bg: "#ccd0da",
101
101
  },
102
102
  table: {
103
- border: '#8c8fa1',
104
- stripe: '#ccd0da',
105
- theadBg: '#bcc0cc',
103
+ border: "#8c8fa1",
104
+ stripe: "#ccd0da",
105
+ theadBg: "#bcc0cc",
106
106
  },
107
107
  },
108
108
  },
109
109
  },
110
110
  {
111
- id: 'catppuccin-frappe',
112
- label: 'Catppuccin Frappé',
113
- vendor: 'catppuccin',
114
- appearance: 'dark',
115
- iconUrl: '/assets/img/catppuccin-mocha.png',
111
+ id: "catppuccin-frappe",
112
+ label: "Catppuccin Frappé",
113
+ vendor: "catppuccin",
114
+ appearance: "dark",
115
+ iconUrl: "/assets/img/catppuccin-mocha.png",
116
116
  tokens: {
117
117
  background: {
118
- base: '#303446',
119
- surface: '#292c3c',
120
- overlay: '#232634',
118
+ base: "#303446",
119
+ surface: "#292c3c",
120
+ overlay: "#232634",
121
121
  },
122
122
  text: {
123
- primary: '#c6d0f5',
124
- secondary: '#a5adce',
125
- inverse: '#303446',
123
+ primary: "#c6d0f5",
124
+ secondary: "#a5adce",
125
+ inverse: "#303446",
126
126
  },
127
127
  brand: {
128
- primary: '#8caaee',
128
+ primary: "#8caaee",
129
129
  },
130
130
  state: {
131
- info: '#99d1db',
132
- success: '#a6d189',
133
- warning: '#e5c890',
134
- danger: '#e78284',
131
+ info: "#99d1db",
132
+ success: "#a6d189",
133
+ warning: "#e5c890",
134
+ danger: "#e78284",
135
135
  },
136
136
  border: {
137
- default: '#737994',
137
+ default: "#737994",
138
138
  },
139
139
  accent: {
140
- link: '#8caaee',
140
+ link: "#8caaee",
141
141
  },
142
142
  typography: {
143
143
  fonts: {
@@ -145,82 +145,82 @@ export const catppuccinSynced = {
145
145
  mono: 'JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace',
146
146
  },
147
147
  webFonts: [
148
- 'https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap',
149
- 'https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap',
148
+ "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap",
149
+ "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap",
150
150
  ],
151
151
  },
152
152
  content: {
153
153
  heading: {
154
- h1: '#a6d189',
155
- h2: '#8caaee',
156
- h3: '#85c1dc',
157
- h4: '#e5c890',
158
- h5: '#ca9ee6',
159
- h6: '#e78284',
154
+ h1: "#a6d189",
155
+ h2: "#8caaee",
156
+ h3: "#85c1dc",
157
+ h4: "#e5c890",
158
+ h5: "#ca9ee6",
159
+ h6: "#e78284",
160
160
  },
161
161
  body: {
162
- primary: '#c6d0f5',
163
- secondary: '#a5adce',
162
+ primary: "#c6d0f5",
163
+ secondary: "#a5adce",
164
164
  },
165
165
  link: {
166
- default: '#8caaee',
166
+ default: "#8caaee",
167
167
  },
168
168
  selection: {
169
- fg: '#c6d0f5',
170
- bg: '#838ba7',
169
+ fg: "#c6d0f5",
170
+ bg: "#838ba7",
171
171
  },
172
172
  blockquote: {
173
- border: '#838ba7',
174
- fg: '#c6d0f5',
175
- bg: '#292c3c',
173
+ border: "#838ba7",
174
+ fg: "#c6d0f5",
175
+ bg: "#292c3c",
176
176
  },
177
177
  codeInline: {
178
- fg: '#c6d0f5',
179
- bg: '#414559',
178
+ fg: "#c6d0f5",
179
+ bg: "#414559",
180
180
  },
181
181
  codeBlock: {
182
- fg: '#c6d0f5',
183
- bg: '#414559',
182
+ fg: "#c6d0f5",
183
+ bg: "#414559",
184
184
  },
185
185
  table: {
186
- border: '#838ba7',
187
- stripe: '#414559',
188
- theadBg: '#51576d',
186
+ border: "#838ba7",
187
+ stripe: "#414559",
188
+ theadBg: "#51576d",
189
189
  },
190
190
  },
191
191
  },
192
192
  },
193
193
  {
194
- id: 'catppuccin-macchiato',
195
- label: 'Catppuccin Macchiato',
196
- vendor: 'catppuccin',
197
- appearance: 'dark',
198
- iconUrl: '/assets/img/catppuccin-mocha.png',
194
+ id: "catppuccin-macchiato",
195
+ label: "Catppuccin Macchiato",
196
+ vendor: "catppuccin",
197
+ appearance: "dark",
198
+ iconUrl: "/assets/img/catppuccin-mocha.png",
199
199
  tokens: {
200
200
  background: {
201
- base: '#24273a',
202
- surface: '#1e2030',
203
- overlay: '#181926',
201
+ base: "#24273a",
202
+ surface: "#1e2030",
203
+ overlay: "#181926",
204
204
  },
205
205
  text: {
206
- primary: '#cad3f5',
207
- secondary: '#a5adcb',
208
- inverse: '#24273a',
206
+ primary: "#cad3f5",
207
+ secondary: "#a5adcb",
208
+ inverse: "#24273a",
209
209
  },
210
210
  brand: {
211
- primary: '#8aadf4',
211
+ primary: "#8aadf4",
212
212
  },
213
213
  state: {
214
- info: '#91d7e3',
215
- success: '#a6da95',
216
- warning: '#eed49f',
217
- danger: '#ed8796',
214
+ info: "#91d7e3",
215
+ success: "#a6da95",
216
+ warning: "#eed49f",
217
+ danger: "#ed8796",
218
218
  },
219
219
  border: {
220
- default: '#6e738d',
220
+ default: "#6e738d",
221
221
  },
222
222
  accent: {
223
- link: '#8aadf4',
223
+ link: "#8aadf4",
224
224
  },
225
225
  typography: {
226
226
  fonts: {
@@ -228,82 +228,82 @@ export const catppuccinSynced = {
228
228
  mono: 'JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace',
229
229
  },
230
230
  webFonts: [
231
- 'https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap',
232
- 'https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap',
231
+ "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap",
232
+ "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap",
233
233
  ],
234
234
  },
235
235
  content: {
236
236
  heading: {
237
- h1: '#a6da95',
238
- h2: '#8aadf4',
239
- h3: '#7dc4e4',
240
- h4: '#eed49f',
241
- h5: '#c6a0f6',
242
- h6: '#ed8796',
237
+ h1: "#a6da95",
238
+ h2: "#8aadf4",
239
+ h3: "#7dc4e4",
240
+ h4: "#eed49f",
241
+ h5: "#c6a0f6",
242
+ h6: "#ed8796",
243
243
  },
244
244
  body: {
245
- primary: '#cad3f5',
246
- secondary: '#a5adcb',
245
+ primary: "#cad3f5",
246
+ secondary: "#a5adcb",
247
247
  },
248
248
  link: {
249
- default: '#8aadf4',
249
+ default: "#8aadf4",
250
250
  },
251
251
  selection: {
252
- fg: '#cad3f5',
253
- bg: '#8087a2',
252
+ fg: "#cad3f5",
253
+ bg: "#8087a2",
254
254
  },
255
255
  blockquote: {
256
- border: '#8087a2',
257
- fg: '#cad3f5',
258
- bg: '#1e2030',
256
+ border: "#8087a2",
257
+ fg: "#cad3f5",
258
+ bg: "#1e2030",
259
259
  },
260
260
  codeInline: {
261
- fg: '#cad3f5',
262
- bg: '#363a4f',
261
+ fg: "#cad3f5",
262
+ bg: "#363a4f",
263
263
  },
264
264
  codeBlock: {
265
- fg: '#cad3f5',
266
- bg: '#363a4f',
265
+ fg: "#cad3f5",
266
+ bg: "#363a4f",
267
267
  },
268
268
  table: {
269
- border: '#8087a2',
270
- stripe: '#363a4f',
271
- theadBg: '#494d64',
269
+ border: "#8087a2",
270
+ stripe: "#363a4f",
271
+ theadBg: "#494d64",
272
272
  },
273
273
  },
274
274
  },
275
275
  },
276
276
  {
277
- id: 'catppuccin-mocha',
278
- label: 'Catppuccin Mocha',
279
- vendor: 'catppuccin',
280
- appearance: 'dark',
281
- iconUrl: '/assets/img/catppuccin-mocha.png',
277
+ id: "catppuccin-mocha",
278
+ label: "Catppuccin Mocha",
279
+ vendor: "catppuccin",
280
+ appearance: "dark",
281
+ iconUrl: "/assets/img/catppuccin-mocha.png",
282
282
  tokens: {
283
283
  background: {
284
- base: '#1e1e2e',
285
- surface: '#181825',
286
- overlay: '#11111b',
284
+ base: "#1e1e2e",
285
+ surface: "#181825",
286
+ overlay: "#11111b",
287
287
  },
288
288
  text: {
289
- primary: '#cdd6f4',
290
- secondary: '#a6adc8',
291
- inverse: '#1e1e2e',
289
+ primary: "#cdd6f4",
290
+ secondary: "#a6adc8",
291
+ inverse: "#1e1e2e",
292
292
  },
293
293
  brand: {
294
- primary: '#89b4fa',
294
+ primary: "#89b4fa",
295
295
  },
296
296
  state: {
297
- info: '#89dceb',
298
- success: '#a6e3a1',
299
- warning: '#f9e2af',
300
- danger: '#f38ba8',
297
+ info: "#89dceb",
298
+ success: "#a6e3a1",
299
+ warning: "#f9e2af",
300
+ danger: "#f38ba8",
301
301
  },
302
302
  border: {
303
- default: '#6c7086',
303
+ default: "#6c7086",
304
304
  },
305
305
  accent: {
306
- link: '#89b4fa',
306
+ link: "#89b4fa",
307
307
  },
308
308
  typography: {
309
309
  fonts: {
@@ -311,47 +311,47 @@ export const catppuccinSynced = {
311
311
  mono: 'JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace',
312
312
  },
313
313
  webFonts: [
314
- 'https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap',
315
- 'https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap',
314
+ "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap",
315
+ "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap",
316
316
  ],
317
317
  },
318
318
  content: {
319
319
  heading: {
320
- h1: '#a6e3a1',
321
- h2: '#89b4fa',
322
- h3: '#74c7ec',
323
- h4: '#f9e2af',
324
- h5: '#cba6f7',
325
- h6: '#f38ba8',
320
+ h1: "#a6e3a1",
321
+ h2: "#89b4fa",
322
+ h3: "#74c7ec",
323
+ h4: "#f9e2af",
324
+ h5: "#cba6f7",
325
+ h6: "#f38ba8",
326
326
  },
327
327
  body: {
328
- primary: '#cdd6f4',
329
- secondary: '#a6adc8',
328
+ primary: "#cdd6f4",
329
+ secondary: "#a6adc8",
330
330
  },
331
331
  link: {
332
- default: '#89b4fa',
332
+ default: "#89b4fa",
333
333
  },
334
334
  selection: {
335
- fg: '#cdd6f4',
336
- bg: '#7f849c',
335
+ fg: "#cdd6f4",
336
+ bg: "#7f849c",
337
337
  },
338
338
  blockquote: {
339
- border: '#7f849c',
340
- fg: '#cdd6f4',
341
- bg: '#181825',
339
+ border: "#7f849c",
340
+ fg: "#cdd6f4",
341
+ bg: "#181825",
342
342
  },
343
343
  codeInline: {
344
- fg: '#cdd6f4',
345
- bg: '#313244',
344
+ fg: "#cdd6f4",
345
+ bg: "#313244",
346
346
  },
347
347
  codeBlock: {
348
- fg: '#cdd6f4',
349
- bg: '#313244',
348
+ fg: "#cdd6f4",
349
+ bg: "#313244",
350
350
  },
351
351
  table: {
352
- border: '#7f849c',
353
- stripe: '#313244',
354
- theadBg: '#45475a',
352
+ border: "#7f849c",
353
+ stripe: "#313244",
354
+ theadBg: "#45475a",
355
355
  },
356
356
  },
357
357
  },
@@ -1,4 +1,4 @@
1
- import type { ThemePackage } from '../types.js';
1
+ import type { ThemePackage } from "../types.js";
2
2
  /**
3
3
  * GitHub themes - auto-synced from @primer/primitives
4
4
  * Based on GitHub's Primer design system colors