@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.
- package/dist/adapters/tailwind/{colors-DCfYbrhn.js → colors-CgFnc4Sm.js} +3 -3
- package/dist/adapters/tailwind/colors.js +1 -1
- package/dist/adapters/tailwind/preset.js +1 -1
- package/dist/themes/packs/catppuccin.synced.d.ts +1 -1
- package/dist/themes/packs/catppuccin.synced.js +176 -176
- package/dist/themes/packs/github.synced.d.ts +1 -1
- package/dist/themes/packs/github.synced.js +93 -93
- package/dist/themes/packs/rose-pine.synced.d.ts +1 -1
- package/dist/themes/packs/rose-pine.synced.js +133 -133
- package/dist/tokens/style-dictionary/themes.json +2 -2
- package/dist/tokens/style-dictionary/tokens.json +2 -2
- package/package.json +1 -1
- package/packages/adapters/tailwind/dist/{colors-DCfYbrhn.js → colors-CgFnc4Sm.js} +3 -3
- package/packages/adapters/tailwind/dist/{colors-DCfYbrhn.js.map → colors-CgFnc4Sm.js.map} +1 -1
- package/packages/adapters/tailwind/dist/colors.js +1 -1
- package/packages/adapters/tailwind/dist/preset.js +1 -1
- package/packages/core/dist/themes/tokens.json +2 -2
- package/packages/theme-selector/dist/index.js +2 -2
- package/packages/theme-selector/dist/index.js.map +1 -1
|
@@ -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.
|
|
7
|
-
$generated: "
|
|
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-
|
|
452
|
+
//# sourceMappingURL=colors-CgFnc4Sm.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as createThemeCssVariables, r as getAllThemeColors, t as createColorMappings } from "./colors-
|
|
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-
|
|
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
|
|
@@ -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:
|
|
11
|
-
name:
|
|
12
|
-
homepage:
|
|
10
|
+
id: "catppuccin",
|
|
11
|
+
name: "Catppuccin (synced)",
|
|
12
|
+
homepage: "https://catppuccin.com/palette/",
|
|
13
13
|
license: {
|
|
14
|
-
spdx:
|
|
15
|
-
url:
|
|
16
|
-
copyright:
|
|
14
|
+
spdx: "MIT",
|
|
15
|
+
url: "https://github.com/catppuccin/catppuccin/blob/main/LICENSE",
|
|
16
|
+
copyright: "Catppuccin",
|
|
17
17
|
},
|
|
18
18
|
source: {
|
|
19
|
-
package:
|
|
20
|
-
version:
|
|
21
|
-
repository:
|
|
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:
|
|
26
|
-
label:
|
|
27
|
-
vendor:
|
|
28
|
-
appearance:
|
|
29
|
-
iconUrl:
|
|
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:
|
|
33
|
-
surface:
|
|
34
|
-
overlay:
|
|
32
|
+
base: "#eff1f5",
|
|
33
|
+
surface: "#e6e9ef",
|
|
34
|
+
overlay: "#dce0e8",
|
|
35
35
|
},
|
|
36
36
|
text: {
|
|
37
|
-
primary:
|
|
38
|
-
secondary:
|
|
39
|
-
inverse:
|
|
37
|
+
primary: "#4c4f69",
|
|
38
|
+
secondary: "#6c6f85",
|
|
39
|
+
inverse: "#eff1f5",
|
|
40
40
|
},
|
|
41
41
|
brand: {
|
|
42
|
-
primary:
|
|
42
|
+
primary: "#1e66f5",
|
|
43
43
|
},
|
|
44
44
|
state: {
|
|
45
|
-
info:
|
|
46
|
-
success:
|
|
47
|
-
warning:
|
|
48
|
-
danger:
|
|
49
|
-
infoText:
|
|
50
|
-
successText:
|
|
51
|
-
warningText:
|
|
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:
|
|
54
|
+
default: "#9ca0b0",
|
|
55
55
|
},
|
|
56
56
|
accent: {
|
|
57
|
-
link:
|
|
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
|
-
|
|
66
|
-
|
|
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:
|
|
72
|
-
h2:
|
|
73
|
-
h3:
|
|
74
|
-
h4:
|
|
75
|
-
h5:
|
|
76
|
-
h6:
|
|
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:
|
|
80
|
-
secondary:
|
|
79
|
+
primary: "#4c4f69",
|
|
80
|
+
secondary: "#6c6f85",
|
|
81
81
|
},
|
|
82
82
|
link: {
|
|
83
|
-
default:
|
|
83
|
+
default: "#1e66f5",
|
|
84
84
|
},
|
|
85
85
|
selection: {
|
|
86
|
-
fg:
|
|
87
|
-
bg:
|
|
86
|
+
fg: "#4c4f69",
|
|
87
|
+
bg: "#8c8fa1",
|
|
88
88
|
},
|
|
89
89
|
blockquote: {
|
|
90
|
-
border:
|
|
91
|
-
fg:
|
|
92
|
-
bg:
|
|
90
|
+
border: "#8c8fa1",
|
|
91
|
+
fg: "#4c4f69",
|
|
92
|
+
bg: "#e6e9ef",
|
|
93
93
|
},
|
|
94
94
|
codeInline: {
|
|
95
|
-
fg:
|
|
96
|
-
bg:
|
|
95
|
+
fg: "#4c4f69",
|
|
96
|
+
bg: "#ccd0da",
|
|
97
97
|
},
|
|
98
98
|
codeBlock: {
|
|
99
|
-
fg:
|
|
100
|
-
bg:
|
|
99
|
+
fg: "#4c4f69",
|
|
100
|
+
bg: "#ccd0da",
|
|
101
101
|
},
|
|
102
102
|
table: {
|
|
103
|
-
border:
|
|
104
|
-
stripe:
|
|
105
|
-
theadBg:
|
|
103
|
+
border: "#8c8fa1",
|
|
104
|
+
stripe: "#ccd0da",
|
|
105
|
+
theadBg: "#bcc0cc",
|
|
106
106
|
},
|
|
107
107
|
},
|
|
108
108
|
},
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
|
-
id:
|
|
112
|
-
label:
|
|
113
|
-
vendor:
|
|
114
|
-
appearance:
|
|
115
|
-
iconUrl:
|
|
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:
|
|
119
|
-
surface:
|
|
120
|
-
overlay:
|
|
118
|
+
base: "#303446",
|
|
119
|
+
surface: "#292c3c",
|
|
120
|
+
overlay: "#232634",
|
|
121
121
|
},
|
|
122
122
|
text: {
|
|
123
|
-
primary:
|
|
124
|
-
secondary:
|
|
125
|
-
inverse:
|
|
123
|
+
primary: "#c6d0f5",
|
|
124
|
+
secondary: "#a5adce",
|
|
125
|
+
inverse: "#303446",
|
|
126
126
|
},
|
|
127
127
|
brand: {
|
|
128
|
-
primary:
|
|
128
|
+
primary: "#8caaee",
|
|
129
129
|
},
|
|
130
130
|
state: {
|
|
131
|
-
info:
|
|
132
|
-
success:
|
|
133
|
-
warning:
|
|
134
|
-
danger:
|
|
131
|
+
info: "#99d1db",
|
|
132
|
+
success: "#a6d189",
|
|
133
|
+
warning: "#e5c890",
|
|
134
|
+
danger: "#e78284",
|
|
135
135
|
},
|
|
136
136
|
border: {
|
|
137
|
-
default:
|
|
137
|
+
default: "#737994",
|
|
138
138
|
},
|
|
139
139
|
accent: {
|
|
140
|
-
link:
|
|
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
|
-
|
|
149
|
-
|
|
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:
|
|
155
|
-
h2:
|
|
156
|
-
h3:
|
|
157
|
-
h4:
|
|
158
|
-
h5:
|
|
159
|
-
h6:
|
|
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:
|
|
163
|
-
secondary:
|
|
162
|
+
primary: "#c6d0f5",
|
|
163
|
+
secondary: "#a5adce",
|
|
164
164
|
},
|
|
165
165
|
link: {
|
|
166
|
-
default:
|
|
166
|
+
default: "#8caaee",
|
|
167
167
|
},
|
|
168
168
|
selection: {
|
|
169
|
-
fg:
|
|
170
|
-
bg:
|
|
169
|
+
fg: "#c6d0f5",
|
|
170
|
+
bg: "#838ba7",
|
|
171
171
|
},
|
|
172
172
|
blockquote: {
|
|
173
|
-
border:
|
|
174
|
-
fg:
|
|
175
|
-
bg:
|
|
173
|
+
border: "#838ba7",
|
|
174
|
+
fg: "#c6d0f5",
|
|
175
|
+
bg: "#292c3c",
|
|
176
176
|
},
|
|
177
177
|
codeInline: {
|
|
178
|
-
fg:
|
|
179
|
-
bg:
|
|
178
|
+
fg: "#c6d0f5",
|
|
179
|
+
bg: "#414559",
|
|
180
180
|
},
|
|
181
181
|
codeBlock: {
|
|
182
|
-
fg:
|
|
183
|
-
bg:
|
|
182
|
+
fg: "#c6d0f5",
|
|
183
|
+
bg: "#414559",
|
|
184
184
|
},
|
|
185
185
|
table: {
|
|
186
|
-
border:
|
|
187
|
-
stripe:
|
|
188
|
-
theadBg:
|
|
186
|
+
border: "#838ba7",
|
|
187
|
+
stripe: "#414559",
|
|
188
|
+
theadBg: "#51576d",
|
|
189
189
|
},
|
|
190
190
|
},
|
|
191
191
|
},
|
|
192
192
|
},
|
|
193
193
|
{
|
|
194
|
-
id:
|
|
195
|
-
label:
|
|
196
|
-
vendor:
|
|
197
|
-
appearance:
|
|
198
|
-
iconUrl:
|
|
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:
|
|
202
|
-
surface:
|
|
203
|
-
overlay:
|
|
201
|
+
base: "#24273a",
|
|
202
|
+
surface: "#1e2030",
|
|
203
|
+
overlay: "#181926",
|
|
204
204
|
},
|
|
205
205
|
text: {
|
|
206
|
-
primary:
|
|
207
|
-
secondary:
|
|
208
|
-
inverse:
|
|
206
|
+
primary: "#cad3f5",
|
|
207
|
+
secondary: "#a5adcb",
|
|
208
|
+
inverse: "#24273a",
|
|
209
209
|
},
|
|
210
210
|
brand: {
|
|
211
|
-
primary:
|
|
211
|
+
primary: "#8aadf4",
|
|
212
212
|
},
|
|
213
213
|
state: {
|
|
214
|
-
info:
|
|
215
|
-
success:
|
|
216
|
-
warning:
|
|
217
|
-
danger:
|
|
214
|
+
info: "#91d7e3",
|
|
215
|
+
success: "#a6da95",
|
|
216
|
+
warning: "#eed49f",
|
|
217
|
+
danger: "#ed8796",
|
|
218
218
|
},
|
|
219
219
|
border: {
|
|
220
|
-
default:
|
|
220
|
+
default: "#6e738d",
|
|
221
221
|
},
|
|
222
222
|
accent: {
|
|
223
|
-
link:
|
|
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
|
-
|
|
232
|
-
|
|
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:
|
|
238
|
-
h2:
|
|
239
|
-
h3:
|
|
240
|
-
h4:
|
|
241
|
-
h5:
|
|
242
|
-
h6:
|
|
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:
|
|
246
|
-
secondary:
|
|
245
|
+
primary: "#cad3f5",
|
|
246
|
+
secondary: "#a5adcb",
|
|
247
247
|
},
|
|
248
248
|
link: {
|
|
249
|
-
default:
|
|
249
|
+
default: "#8aadf4",
|
|
250
250
|
},
|
|
251
251
|
selection: {
|
|
252
|
-
fg:
|
|
253
|
-
bg:
|
|
252
|
+
fg: "#cad3f5",
|
|
253
|
+
bg: "#8087a2",
|
|
254
254
|
},
|
|
255
255
|
blockquote: {
|
|
256
|
-
border:
|
|
257
|
-
fg:
|
|
258
|
-
bg:
|
|
256
|
+
border: "#8087a2",
|
|
257
|
+
fg: "#cad3f5",
|
|
258
|
+
bg: "#1e2030",
|
|
259
259
|
},
|
|
260
260
|
codeInline: {
|
|
261
|
-
fg:
|
|
262
|
-
bg:
|
|
261
|
+
fg: "#cad3f5",
|
|
262
|
+
bg: "#363a4f",
|
|
263
263
|
},
|
|
264
264
|
codeBlock: {
|
|
265
|
-
fg:
|
|
266
|
-
bg:
|
|
265
|
+
fg: "#cad3f5",
|
|
266
|
+
bg: "#363a4f",
|
|
267
267
|
},
|
|
268
268
|
table: {
|
|
269
|
-
border:
|
|
270
|
-
stripe:
|
|
271
|
-
theadBg:
|
|
269
|
+
border: "#8087a2",
|
|
270
|
+
stripe: "#363a4f",
|
|
271
|
+
theadBg: "#494d64",
|
|
272
272
|
},
|
|
273
273
|
},
|
|
274
274
|
},
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
|
-
id:
|
|
278
|
-
label:
|
|
279
|
-
vendor:
|
|
280
|
-
appearance:
|
|
281
|
-
iconUrl:
|
|
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:
|
|
285
|
-
surface:
|
|
286
|
-
overlay:
|
|
284
|
+
base: "#1e1e2e",
|
|
285
|
+
surface: "#181825",
|
|
286
|
+
overlay: "#11111b",
|
|
287
287
|
},
|
|
288
288
|
text: {
|
|
289
|
-
primary:
|
|
290
|
-
secondary:
|
|
291
|
-
inverse:
|
|
289
|
+
primary: "#cdd6f4",
|
|
290
|
+
secondary: "#a6adc8",
|
|
291
|
+
inverse: "#1e1e2e",
|
|
292
292
|
},
|
|
293
293
|
brand: {
|
|
294
|
-
primary:
|
|
294
|
+
primary: "#89b4fa",
|
|
295
295
|
},
|
|
296
296
|
state: {
|
|
297
|
-
info:
|
|
298
|
-
success:
|
|
299
|
-
warning:
|
|
300
|
-
danger:
|
|
297
|
+
info: "#89dceb",
|
|
298
|
+
success: "#a6e3a1",
|
|
299
|
+
warning: "#f9e2af",
|
|
300
|
+
danger: "#f38ba8",
|
|
301
301
|
},
|
|
302
302
|
border: {
|
|
303
|
-
default:
|
|
303
|
+
default: "#6c7086",
|
|
304
304
|
},
|
|
305
305
|
accent: {
|
|
306
|
-
link:
|
|
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
|
-
|
|
315
|
-
|
|
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:
|
|
321
|
-
h2:
|
|
322
|
-
h3:
|
|
323
|
-
h4:
|
|
324
|
-
h5:
|
|
325
|
-
h6:
|
|
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:
|
|
329
|
-
secondary:
|
|
328
|
+
primary: "#cdd6f4",
|
|
329
|
+
secondary: "#a6adc8",
|
|
330
330
|
},
|
|
331
331
|
link: {
|
|
332
|
-
default:
|
|
332
|
+
default: "#89b4fa",
|
|
333
333
|
},
|
|
334
334
|
selection: {
|
|
335
|
-
fg:
|
|
336
|
-
bg:
|
|
335
|
+
fg: "#cdd6f4",
|
|
336
|
+
bg: "#7f849c",
|
|
337
337
|
},
|
|
338
338
|
blockquote: {
|
|
339
|
-
border:
|
|
340
|
-
fg:
|
|
341
|
-
bg:
|
|
339
|
+
border: "#7f849c",
|
|
340
|
+
fg: "#cdd6f4",
|
|
341
|
+
bg: "#181825",
|
|
342
342
|
},
|
|
343
343
|
codeInline: {
|
|
344
|
-
fg:
|
|
345
|
-
bg:
|
|
344
|
+
fg: "#cdd6f4",
|
|
345
|
+
bg: "#313244",
|
|
346
346
|
},
|
|
347
347
|
codeBlock: {
|
|
348
|
-
fg:
|
|
349
|
-
bg:
|
|
348
|
+
fg: "#cdd6f4",
|
|
349
|
+
bg: "#313244",
|
|
350
350
|
},
|
|
351
351
|
table: {
|
|
352
|
-
border:
|
|
353
|
-
stripe:
|
|
354
|
-
theadBg:
|
|
352
|
+
border: "#7f849c",
|
|
353
|
+
stripe: "#313244",
|
|
354
|
+
theadBg: "#45475a",
|
|
355
355
|
},
|
|
356
356
|
},
|
|
357
357
|
},
|