@brimveyn/aimux-config 0.5.3 → 0.5.6

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 (53) hide show
  1. package/package.json +1 -1
  2. package/src/actions.ts +58 -0
  3. package/src/defaults.ts +3 -0
  4. package/src/index.ts +21 -31
  5. package/src/resolver.ts +1 -1
  6. package/src/tui/index.ts +5 -0
  7. package/src/tui/registry.ts +95 -0
  8. package/src/tui/resolve.ts +156 -0
  9. package/src/tui/shiki.ts +149 -0
  10. package/src/tui/themes/aimux.json +110 -0
  11. package/src/tui/themes/aura.json +69 -0
  12. package/src/tui/themes/ayu.json +80 -0
  13. package/src/tui/themes/carbonfox.json +248 -0
  14. package/src/tui/themes/catppuccin-frappe.json +230 -0
  15. package/src/tui/themes/catppuccin-macchiato.json +230 -0
  16. package/src/tui/themes/catppuccin.json +112 -0
  17. package/src/tui/themes/cobalt2.json +225 -0
  18. package/src/tui/themes/cursor.json +249 -0
  19. package/src/tui/themes/dracula.json +219 -0
  20. package/src/tui/themes/everforest.json +241 -0
  21. package/src/tui/themes/flexoki.json +237 -0
  22. package/src/tui/themes/github.json +233 -0
  23. package/src/tui/themes/gruvbox.json +242 -0
  24. package/src/tui/themes/kanagawa.json +77 -0
  25. package/src/tui/themes/lucent-orng.json +234 -0
  26. package/src/tui/themes/material.json +235 -0
  27. package/src/tui/themes/matrix.json +77 -0
  28. package/src/tui/themes/mercury.json +252 -0
  29. package/src/tui/themes/monokai.json +221 -0
  30. package/src/tui/themes/nightowl.json +221 -0
  31. package/src/tui/themes/nord.json +223 -0
  32. package/src/tui/themes/one-dark.json +84 -0
  33. package/src/tui/themes/opencode.json +245 -0
  34. package/src/tui/themes/orng.json +249 -0
  35. package/src/tui/themes/osaka-jade.json +93 -0
  36. package/src/tui/themes/palenight.json +222 -0
  37. package/src/tui/themes/rosepine.json +234 -0
  38. package/src/tui/themes/solarized.json +223 -0
  39. package/src/tui/themes/synthwave84.json +226 -0
  40. package/src/tui/themes/tokyonight.json +243 -0
  41. package/src/tui/themes/vercel.json +245 -0
  42. package/src/tui/themes/vesper.json +218 -0
  43. package/src/tui/themes/zenburn.json +223 -0
  44. package/src/tui/tokens.ts +111 -0
  45. package/src/tui/types.ts +30 -0
  46. package/src/types.ts +9 -35
  47. package/src/house-themes.ts +0 -55
  48. package/src/neutral-scale.ts +0 -75
  49. package/src/oklch.ts +0 -164
  50. package/src/palette-to-shiki.ts +0 -134
  51. package/src/palette-utils.ts +0 -130
  52. package/src/themes/opencode.ts +0 -1460
  53. package/src/themes.ts +0 -30
@@ -0,0 +1,230 @@
1
+ {
2
+ "$schema": "https://opencode.ai/theme.json",
3
+ "defs": {
4
+ "frappeRosewater": "#f2d5cf",
5
+ "frappeFlamingo": "#eebebe",
6
+ "frappePink": "#f4b8e4",
7
+ "frappeMauve": "#ca9ee6",
8
+ "frappeRed": "#e78284",
9
+ "frappeMaroon": "#ea999c",
10
+ "frappePeach": "#ef9f76",
11
+ "frappeYellow": "#e5c890",
12
+ "frappeGreen": "#a6d189",
13
+ "frappeTeal": "#81c8be",
14
+ "frappeSky": "#99d1db",
15
+ "frappeSapphire": "#85c1dc",
16
+ "frappeBlue": "#8da4e2",
17
+ "frappeLavender": "#babbf1",
18
+ "frappeText": "#c6d0f5",
19
+ "frappeSubtext1": "#b5bfe2",
20
+ "frappeSubtext0": "#a5adce",
21
+ "frappeOverlay2": "#949cb8",
22
+ "frappeOverlay1": "#838ba7",
23
+ "frappeOverlay0": "#737994",
24
+ "frappeSurface2": "#626880",
25
+ "frappeSurface1": "#51576d",
26
+ "frappeSurface0": "#414559",
27
+ "frappeBase": "#303446",
28
+ "frappeMantle": "#292c3c",
29
+ "frappeCrust": "#232634"
30
+ },
31
+ "theme": {
32
+ "primary": {
33
+ "dark": "frappeBlue",
34
+ "light": "frappeBlue"
35
+ },
36
+ "secondary": {
37
+ "dark": "frappeMauve",
38
+ "light": "frappeMauve"
39
+ },
40
+ "accent": {
41
+ "dark": "frappePink",
42
+ "light": "frappePink"
43
+ },
44
+ "error": {
45
+ "dark": "frappeRed",
46
+ "light": "frappeRed"
47
+ },
48
+ "warning": {
49
+ "dark": "frappeYellow",
50
+ "light": "frappeYellow"
51
+ },
52
+ "success": {
53
+ "dark": "frappeGreen",
54
+ "light": "frappeGreen"
55
+ },
56
+ "info": {
57
+ "dark": "frappeTeal",
58
+ "light": "frappeTeal"
59
+ },
60
+ "text": {
61
+ "dark": "frappeText",
62
+ "light": "frappeText"
63
+ },
64
+ "textMuted": {
65
+ "dark": "frappeOverlay2",
66
+ "light": "frappeOverlay2"
67
+ },
68
+ "background": {
69
+ "dark": "frappeBase",
70
+ "light": "frappeBase"
71
+ },
72
+ "backgroundPanel": {
73
+ "dark": "frappeMantle",
74
+ "light": "frappeMantle"
75
+ },
76
+ "backgroundElement": {
77
+ "dark": "frappeCrust",
78
+ "light": "frappeCrust"
79
+ },
80
+ "border": {
81
+ "dark": "frappeSurface0",
82
+ "light": "frappeSurface0"
83
+ },
84
+ "borderActive": {
85
+ "dark": "frappeSurface1",
86
+ "light": "frappeSurface1"
87
+ },
88
+ "borderSubtle": {
89
+ "dark": "frappeSurface2",
90
+ "light": "frappeSurface2"
91
+ },
92
+ "diffAdded": {
93
+ "dark": "frappeGreen",
94
+ "light": "frappeGreen"
95
+ },
96
+ "diffRemoved": {
97
+ "dark": "frappeRed",
98
+ "light": "frappeRed"
99
+ },
100
+ "diffContext": {
101
+ "dark": "frappeOverlay2",
102
+ "light": "frappeOverlay2"
103
+ },
104
+ "diffHunkHeader": {
105
+ "dark": "frappePeach",
106
+ "light": "frappePeach"
107
+ },
108
+ "diffHighlightAdded": {
109
+ "dark": "frappeGreen",
110
+ "light": "frappeGreen"
111
+ },
112
+ "diffHighlightRemoved": {
113
+ "dark": "frappeRed",
114
+ "light": "frappeRed"
115
+ },
116
+ "diffAddedBg": {
117
+ "dark": "#29342b",
118
+ "light": "#29342b"
119
+ },
120
+ "diffRemovedBg": {
121
+ "dark": "#3a2a31",
122
+ "light": "#3a2a31"
123
+ },
124
+ "diffContextBg": {
125
+ "dark": "frappeMantle",
126
+ "light": "frappeMantle"
127
+ },
128
+ "diffLineNumber": "textMuted",
129
+ "diffAddedLineNumberBg": {
130
+ "dark": "#223025",
131
+ "light": "#223025"
132
+ },
133
+ "diffRemovedLineNumberBg": {
134
+ "dark": "#2f242b",
135
+ "light": "#2f242b"
136
+ },
137
+ "markdownText": {
138
+ "dark": "frappeText",
139
+ "light": "frappeText"
140
+ },
141
+ "markdownHeading": {
142
+ "dark": "frappeMauve",
143
+ "light": "frappeMauve"
144
+ },
145
+ "markdownLink": {
146
+ "dark": "frappeBlue",
147
+ "light": "frappeBlue"
148
+ },
149
+ "markdownLinkText": {
150
+ "dark": "frappeSky",
151
+ "light": "frappeSky"
152
+ },
153
+ "markdownCode": {
154
+ "dark": "frappeGreen",
155
+ "light": "frappeGreen"
156
+ },
157
+ "markdownBlockQuote": {
158
+ "dark": "frappeYellow",
159
+ "light": "frappeYellow"
160
+ },
161
+ "markdownEmph": {
162
+ "dark": "frappeYellow",
163
+ "light": "frappeYellow"
164
+ },
165
+ "markdownStrong": {
166
+ "dark": "frappePeach",
167
+ "light": "frappePeach"
168
+ },
169
+ "markdownHorizontalRule": {
170
+ "dark": "frappeSubtext0",
171
+ "light": "frappeSubtext0"
172
+ },
173
+ "markdownListItem": {
174
+ "dark": "frappeBlue",
175
+ "light": "frappeBlue"
176
+ },
177
+ "markdownListEnumeration": {
178
+ "dark": "frappeSky",
179
+ "light": "frappeSky"
180
+ },
181
+ "markdownImage": {
182
+ "dark": "frappeBlue",
183
+ "light": "frappeBlue"
184
+ },
185
+ "markdownImageText": {
186
+ "dark": "frappeSky",
187
+ "light": "frappeSky"
188
+ },
189
+ "markdownCodeBlock": {
190
+ "dark": "frappeText",
191
+ "light": "frappeText"
192
+ },
193
+ "syntaxComment": {
194
+ "dark": "frappeOverlay2",
195
+ "light": "frappeOverlay2"
196
+ },
197
+ "syntaxKeyword": {
198
+ "dark": "frappeMauve",
199
+ "light": "frappeMauve"
200
+ },
201
+ "syntaxFunction": {
202
+ "dark": "frappeBlue",
203
+ "light": "frappeBlue"
204
+ },
205
+ "syntaxVariable": {
206
+ "dark": "frappeRed",
207
+ "light": "frappeRed"
208
+ },
209
+ "syntaxString": {
210
+ "dark": "frappeGreen",
211
+ "light": "frappeGreen"
212
+ },
213
+ "syntaxNumber": {
214
+ "dark": "frappePeach",
215
+ "light": "frappePeach"
216
+ },
217
+ "syntaxType": {
218
+ "dark": "frappeYellow",
219
+ "light": "frappeYellow"
220
+ },
221
+ "syntaxOperator": {
222
+ "dark": "frappeSky",
223
+ "light": "frappeSky"
224
+ },
225
+ "syntaxPunctuation": {
226
+ "dark": "frappeText",
227
+ "light": "frappeText"
228
+ }
229
+ }
230
+ }
@@ -0,0 +1,230 @@
1
+ {
2
+ "$schema": "https://opencode.ai/theme.json",
3
+ "defs": {
4
+ "macRosewater": "#f4dbd6",
5
+ "macFlamingo": "#f0c6c6",
6
+ "macPink": "#f5bde6",
7
+ "macMauve": "#c6a0f6",
8
+ "macRed": "#ed8796",
9
+ "macMaroon": "#ee99a0",
10
+ "macPeach": "#f5a97f",
11
+ "macYellow": "#eed49f",
12
+ "macGreen": "#a6da95",
13
+ "macTeal": "#8bd5ca",
14
+ "macSky": "#91d7e3",
15
+ "macSapphire": "#7dc4e4",
16
+ "macBlue": "#8aadf4",
17
+ "macLavender": "#b7bdf8",
18
+ "macText": "#cad3f5",
19
+ "macSubtext1": "#b8c0e0",
20
+ "macSubtext0": "#a5adcb",
21
+ "macOverlay2": "#939ab7",
22
+ "macOverlay1": "#8087a2",
23
+ "macOverlay0": "#6e738d",
24
+ "macSurface2": "#5b6078",
25
+ "macSurface1": "#494d64",
26
+ "macSurface0": "#363a4f",
27
+ "macBase": "#24273a",
28
+ "macMantle": "#1e2030",
29
+ "macCrust": "#181926"
30
+ },
31
+ "theme": {
32
+ "primary": {
33
+ "dark": "macBlue",
34
+ "light": "macBlue"
35
+ },
36
+ "secondary": {
37
+ "dark": "macMauve",
38
+ "light": "macMauve"
39
+ },
40
+ "accent": {
41
+ "dark": "macPink",
42
+ "light": "macPink"
43
+ },
44
+ "error": {
45
+ "dark": "macRed",
46
+ "light": "macRed"
47
+ },
48
+ "warning": {
49
+ "dark": "macYellow",
50
+ "light": "macYellow"
51
+ },
52
+ "success": {
53
+ "dark": "macGreen",
54
+ "light": "macGreen"
55
+ },
56
+ "info": {
57
+ "dark": "macTeal",
58
+ "light": "macTeal"
59
+ },
60
+ "text": {
61
+ "dark": "macText",
62
+ "light": "macText"
63
+ },
64
+ "textMuted": {
65
+ "dark": "macOverlay2",
66
+ "light": "macOverlay2"
67
+ },
68
+ "background": {
69
+ "dark": "macBase",
70
+ "light": "macBase"
71
+ },
72
+ "backgroundPanel": {
73
+ "dark": "macMantle",
74
+ "light": "macMantle"
75
+ },
76
+ "backgroundElement": {
77
+ "dark": "macCrust",
78
+ "light": "macCrust"
79
+ },
80
+ "border": {
81
+ "dark": "macSurface0",
82
+ "light": "macSurface0"
83
+ },
84
+ "borderActive": {
85
+ "dark": "macSurface1",
86
+ "light": "macSurface1"
87
+ },
88
+ "borderSubtle": {
89
+ "dark": "macSurface2",
90
+ "light": "macSurface2"
91
+ },
92
+ "diffAdded": {
93
+ "dark": "macGreen",
94
+ "light": "macGreen"
95
+ },
96
+ "diffRemoved": {
97
+ "dark": "macRed",
98
+ "light": "macRed"
99
+ },
100
+ "diffContext": {
101
+ "dark": "macOverlay2",
102
+ "light": "macOverlay2"
103
+ },
104
+ "diffHunkHeader": {
105
+ "dark": "macPeach",
106
+ "light": "macPeach"
107
+ },
108
+ "diffHighlightAdded": {
109
+ "dark": "macGreen",
110
+ "light": "macGreen"
111
+ },
112
+ "diffHighlightRemoved": {
113
+ "dark": "macRed",
114
+ "light": "macRed"
115
+ },
116
+ "diffAddedBg": {
117
+ "dark": "#29342b",
118
+ "light": "#29342b"
119
+ },
120
+ "diffRemovedBg": {
121
+ "dark": "#3a2a31",
122
+ "light": "#3a2a31"
123
+ },
124
+ "diffContextBg": {
125
+ "dark": "macMantle",
126
+ "light": "macMantle"
127
+ },
128
+ "diffLineNumber": "textMuted",
129
+ "diffAddedLineNumberBg": {
130
+ "dark": "#223025",
131
+ "light": "#223025"
132
+ },
133
+ "diffRemovedLineNumberBg": {
134
+ "dark": "#2f242b",
135
+ "light": "#2f242b"
136
+ },
137
+ "markdownText": {
138
+ "dark": "macText",
139
+ "light": "macText"
140
+ },
141
+ "markdownHeading": {
142
+ "dark": "macMauve",
143
+ "light": "macMauve"
144
+ },
145
+ "markdownLink": {
146
+ "dark": "macBlue",
147
+ "light": "macBlue"
148
+ },
149
+ "markdownLinkText": {
150
+ "dark": "macSky",
151
+ "light": "macSky"
152
+ },
153
+ "markdownCode": {
154
+ "dark": "macGreen",
155
+ "light": "macGreen"
156
+ },
157
+ "markdownBlockQuote": {
158
+ "dark": "macYellow",
159
+ "light": "macYellow"
160
+ },
161
+ "markdownEmph": {
162
+ "dark": "macYellow",
163
+ "light": "macYellow"
164
+ },
165
+ "markdownStrong": {
166
+ "dark": "macPeach",
167
+ "light": "macPeach"
168
+ },
169
+ "markdownHorizontalRule": {
170
+ "dark": "macSubtext0",
171
+ "light": "macSubtext0"
172
+ },
173
+ "markdownListItem": {
174
+ "dark": "macBlue",
175
+ "light": "macBlue"
176
+ },
177
+ "markdownListEnumeration": {
178
+ "dark": "macSky",
179
+ "light": "macSky"
180
+ },
181
+ "markdownImage": {
182
+ "dark": "macBlue",
183
+ "light": "macBlue"
184
+ },
185
+ "markdownImageText": {
186
+ "dark": "macSky",
187
+ "light": "macSky"
188
+ },
189
+ "markdownCodeBlock": {
190
+ "dark": "macText",
191
+ "light": "macText"
192
+ },
193
+ "syntaxComment": {
194
+ "dark": "macOverlay2",
195
+ "light": "macOverlay2"
196
+ },
197
+ "syntaxKeyword": {
198
+ "dark": "macMauve",
199
+ "light": "macMauve"
200
+ },
201
+ "syntaxFunction": {
202
+ "dark": "macBlue",
203
+ "light": "macBlue"
204
+ },
205
+ "syntaxVariable": {
206
+ "dark": "macRed",
207
+ "light": "macRed"
208
+ },
209
+ "syntaxString": {
210
+ "dark": "macGreen",
211
+ "light": "macGreen"
212
+ },
213
+ "syntaxNumber": {
214
+ "dark": "macPeach",
215
+ "light": "macPeach"
216
+ },
217
+ "syntaxType": {
218
+ "dark": "macYellow",
219
+ "light": "macYellow"
220
+ },
221
+ "syntaxOperator": {
222
+ "dark": "macSky",
223
+ "light": "macSky"
224
+ },
225
+ "syntaxPunctuation": {
226
+ "dark": "macText",
227
+ "light": "macText"
228
+ }
229
+ }
230
+ }
@@ -0,0 +1,112 @@
1
+ {
2
+ "$schema": "https://opencode.ai/theme.json",
3
+ "defs": {
4
+ "lightRosewater": "#dc8a78",
5
+ "lightFlamingo": "#dd7878",
6
+ "lightPink": "#ea76cb",
7
+ "lightMauve": "#8839ef",
8
+ "lightRed": "#d20f39",
9
+ "lightMaroon": "#e64553",
10
+ "lightPeach": "#fe640b",
11
+ "lightYellow": "#df8e1d",
12
+ "lightGreen": "#40a02b",
13
+ "lightTeal": "#179299",
14
+ "lightSky": "#04a5e5",
15
+ "lightSapphire": "#209fb5",
16
+ "lightBlue": "#1e66f5",
17
+ "lightLavender": "#7287fd",
18
+ "lightText": "#4c4f69",
19
+ "lightSubtext1": "#5c5f77",
20
+ "lightSubtext0": "#6c6f85",
21
+ "lightOverlay2": "#7c7f93",
22
+ "lightOverlay1": "#8c8fa1",
23
+ "lightOverlay0": "#9ca0b0",
24
+ "lightSurface2": "#acb0be",
25
+ "lightSurface1": "#bcc0cc",
26
+ "lightSurface0": "#ccd0da",
27
+ "lightBase": "#eff1f5",
28
+ "lightMantle": "#e6e9ef",
29
+ "lightCrust": "#dce0e8",
30
+ "darkRosewater": "#f5e0dc",
31
+ "darkFlamingo": "#f2cdcd",
32
+ "darkPink": "#f5c2e7",
33
+ "darkMauve": "#cba6f7",
34
+ "darkRed": "#f38ba8",
35
+ "darkMaroon": "#eba0ac",
36
+ "darkPeach": "#fab387",
37
+ "darkYellow": "#f9e2af",
38
+ "darkGreen": "#a6e3a1",
39
+ "darkTeal": "#94e2d5",
40
+ "darkSky": "#89dceb",
41
+ "darkSapphire": "#74c7ec",
42
+ "darkBlue": "#89b4fa",
43
+ "darkLavender": "#b4befe",
44
+ "darkText": "#cdd6f4",
45
+ "darkSubtext1": "#bac2de",
46
+ "darkSubtext0": "#a6adc8",
47
+ "darkOverlay2": "#9399b2",
48
+ "darkOverlay1": "#7f849c",
49
+ "darkOverlay0": "#6c7086",
50
+ "darkSurface2": "#585b70",
51
+ "darkSurface1": "#45475a",
52
+ "darkSurface0": "#313244",
53
+ "darkBase": "#1e1e2e",
54
+ "darkMantle": "#181825",
55
+ "darkCrust": "#11111b"
56
+ },
57
+ "theme": {
58
+ "primary": { "dark": "darkBlue", "light": "lightBlue" },
59
+ "secondary": { "dark": "darkMauve", "light": "lightMauve" },
60
+ "accent": { "dark": "darkPink", "light": "lightPink" },
61
+ "error": { "dark": "darkRed", "light": "lightRed" },
62
+ "warning": { "dark": "darkYellow", "light": "lightYellow" },
63
+ "success": { "dark": "darkGreen", "light": "lightGreen" },
64
+ "info": { "dark": "darkTeal", "light": "lightTeal" },
65
+ "text": { "dark": "darkText", "light": "lightText" },
66
+ "textMuted": { "dark": "darkOverlay2", "light": "lightOverlay2" },
67
+ "background": { "dark": "darkBase", "light": "lightBase" },
68
+ "backgroundPanel": { "dark": "darkMantle", "light": "lightMantle" },
69
+ "backgroundElement": { "dark": "darkCrust", "light": "lightCrust" },
70
+ "border": { "dark": "darkSurface0", "light": "lightSurface0" },
71
+ "borderActive": { "dark": "darkSurface1", "light": "lightSurface1" },
72
+ "borderSubtle": { "dark": "darkSurface2", "light": "lightSurface2" },
73
+ "diffAdded": { "dark": "darkGreen", "light": "lightGreen" },
74
+ "diffRemoved": { "dark": "darkRed", "light": "lightRed" },
75
+ "diffContext": { "dark": "darkOverlay2", "light": "lightOverlay2" },
76
+ "diffHunkHeader": { "dark": "darkPeach", "light": "lightPeach" },
77
+ "diffHighlightAdded": { "dark": "darkGreen", "light": "lightGreen" },
78
+ "diffHighlightRemoved": { "dark": "darkRed", "light": "lightRed" },
79
+ "diffAddedBg": { "dark": "#24312b", "light": "#d6f0d9" },
80
+ "diffRemovedBg": { "dark": "#3c2a32", "light": "#f6dfe2" },
81
+ "diffContextBg": { "dark": "darkMantle", "light": "lightMantle" },
82
+ "diffLineNumber": { "dark": "textMuted", "light": "#5b5d63" },
83
+ "diffAddedLineNumberBg": { "dark": "#1e2a25", "light": "#c9e3cb" },
84
+ "diffRemovedLineNumberBg": { "dark": "#32232a", "light": "#e9d3d6" },
85
+ "markdownText": { "dark": "darkText", "light": "lightText" },
86
+ "markdownHeading": { "dark": "darkMauve", "light": "lightMauve" },
87
+ "markdownLink": { "dark": "darkBlue", "light": "lightBlue" },
88
+ "markdownLinkText": { "dark": "darkSky", "light": "lightSky" },
89
+ "markdownCode": { "dark": "darkGreen", "light": "lightGreen" },
90
+ "markdownBlockQuote": { "dark": "darkYellow", "light": "lightYellow" },
91
+ "markdownEmph": { "dark": "darkYellow", "light": "lightYellow" },
92
+ "markdownStrong": { "dark": "darkPeach", "light": "lightPeach" },
93
+ "markdownHorizontalRule": {
94
+ "dark": "darkSubtext0",
95
+ "light": "lightSubtext0"
96
+ },
97
+ "markdownListItem": { "dark": "darkBlue", "light": "lightBlue" },
98
+ "markdownListEnumeration": { "dark": "darkSky", "light": "lightSky" },
99
+ "markdownImage": { "dark": "darkBlue", "light": "lightBlue" },
100
+ "markdownImageText": { "dark": "darkSky", "light": "lightSky" },
101
+ "markdownCodeBlock": { "dark": "darkText", "light": "lightText" },
102
+ "syntaxComment": { "dark": "darkOverlay2", "light": "lightOverlay2" },
103
+ "syntaxKeyword": { "dark": "darkMauve", "light": "lightMauve" },
104
+ "syntaxFunction": { "dark": "darkBlue", "light": "lightBlue" },
105
+ "syntaxVariable": { "dark": "darkRed", "light": "lightRed" },
106
+ "syntaxString": { "dark": "darkGreen", "light": "lightGreen" },
107
+ "syntaxNumber": { "dark": "darkPeach", "light": "lightPeach" },
108
+ "syntaxType": { "dark": "darkYellow", "light": "lightYellow" },
109
+ "syntaxOperator": { "dark": "darkSky", "light": "lightSky" },
110
+ "syntaxPunctuation": { "dark": "darkText", "light": "lightText" }
111
+ }
112
+ }