herm-tui 1.7.1 → 1.7.2-dev.2

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 (44) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
  3. package/themes/ares.json +233 -0
  4. package/themes/aura.json +69 -0
  5. package/themes/ayu.json +80 -0
  6. package/themes/carbonfox.json +248 -0
  7. package/themes/catppuccin-frappe.json +233 -0
  8. package/themes/catppuccin-macchiato.json +233 -0
  9. package/themes/catppuccin.json +112 -0
  10. package/themes/charizard.json +233 -0
  11. package/themes/cobalt2.json +228 -0
  12. package/themes/cursor.json +249 -0
  13. package/themes/daylight.json +233 -0
  14. package/themes/default.json +233 -0
  15. package/themes/dracula.json +219 -0
  16. package/themes/everforest.json +241 -0
  17. package/themes/flexoki.json +237 -0
  18. package/themes/github.json +233 -0
  19. package/themes/gruvbox.json +242 -0
  20. package/themes/kanagawa.json +77 -0
  21. package/themes/lucent-orng.json +237 -0
  22. package/themes/material.json +235 -0
  23. package/themes/matrix.json +77 -0
  24. package/themes/mercury.json +252 -0
  25. package/themes/mono.json +233 -0
  26. package/themes/monokai.json +221 -0
  27. package/themes/nightowl.json +221 -0
  28. package/themes/nord.json +223 -0
  29. package/themes/one-dark.json +84 -0
  30. package/themes/opencode.json +245 -0
  31. package/themes/orng.json +249 -0
  32. package/themes/osaka-jade.json +93 -0
  33. package/themes/palenight.json +222 -0
  34. package/themes/poseidon.json +233 -0
  35. package/themes/rosepine.json +234 -0
  36. package/themes/sisyphus.json +233 -0
  37. package/themes/slate.json +233 -0
  38. package/themes/solarized.json +223 -0
  39. package/themes/synthwave84.json +226 -0
  40. package/themes/tokyonight.json +243 -0
  41. package/themes/vercel.json +245 -0
  42. package/themes/vesper.json +218 -0
  43. package/themes/warm-lightmode.json +233 -0
  44. package/themes/zenburn.json +223 -0
@@ -0,0 +1,218 @@
1
+ {
2
+ "$schema": "https://opencode.ai/theme.json",
3
+ "defs": {
4
+ "vesperBg": "#101010",
5
+ "vesperFg": "#FFF",
6
+ "vesperComment": "#8b8b8b",
7
+ "vesperKeyword": "#A0A0A0",
8
+ "vesperFunction": "#FFC799",
9
+ "vesperString": "#99FFE4",
10
+ "vesperNumber": "#FFC799",
11
+ "vesperError": "#FF8080",
12
+ "vesperWarning": "#FFC799",
13
+ "vesperSuccess": "#99FFE4",
14
+ "vesperMuted": "#A0A0A0"
15
+ },
16
+ "theme": {
17
+ "primary": {
18
+ "dark": "#FFC799",
19
+ "light": "#FFC799"
20
+ },
21
+ "secondary": {
22
+ "dark": "#99FFE4",
23
+ "light": "#99FFE4"
24
+ },
25
+ "accent": {
26
+ "dark": "#FFC799",
27
+ "light": "#FFC799"
28
+ },
29
+ "error": {
30
+ "dark": "vesperError",
31
+ "light": "vesperError"
32
+ },
33
+ "warning": {
34
+ "dark": "vesperWarning",
35
+ "light": "vesperWarning"
36
+ },
37
+ "success": {
38
+ "dark": "vesperSuccess",
39
+ "light": "vesperSuccess"
40
+ },
41
+ "info": {
42
+ "dark": "#FFC799",
43
+ "light": "#FFC799"
44
+ },
45
+ "text": {
46
+ "dark": "vesperFg",
47
+ "light": "vesperBg"
48
+ },
49
+ "textMuted": {
50
+ "dark": "vesperMuted",
51
+ "light": "vesperMuted"
52
+ },
53
+ "background": {
54
+ "dark": "vesperBg",
55
+ "light": "#FFF"
56
+ },
57
+ "backgroundPanel": {
58
+ "dark": "vesperBg",
59
+ "light": "#F0F0F0"
60
+ },
61
+ "backgroundElement": {
62
+ "dark": "vesperBg",
63
+ "light": "#E0E0E0"
64
+ },
65
+ "border": {
66
+ "dark": "#282828",
67
+ "light": "#D0D0D0"
68
+ },
69
+ "borderActive": {
70
+ "dark": "#FFC799",
71
+ "light": "#FFC799"
72
+ },
73
+ "borderSubtle": {
74
+ "dark": "#1C1C1C",
75
+ "light": "#E8E8E8"
76
+ },
77
+ "diffAdded": {
78
+ "dark": "vesperSuccess",
79
+ "light": "vesperSuccess"
80
+ },
81
+ "diffRemoved": {
82
+ "dark": "vesperError",
83
+ "light": "vesperError"
84
+ },
85
+ "diffContext": {
86
+ "dark": "vesperMuted",
87
+ "light": "vesperMuted"
88
+ },
89
+ "diffHunkHeader": {
90
+ "dark": "vesperMuted",
91
+ "light": "vesperMuted"
92
+ },
93
+ "diffHighlightAdded": {
94
+ "dark": "vesperSuccess",
95
+ "light": "vesperSuccess"
96
+ },
97
+ "diffHighlightRemoved": {
98
+ "dark": "vesperError",
99
+ "light": "vesperError"
100
+ },
101
+ "diffAddedBg": {
102
+ "dark": "#0d2818",
103
+ "light": "#e8f5e8"
104
+ },
105
+ "diffRemovedBg": {
106
+ "dark": "#281a1a",
107
+ "light": "#f5e8e8"
108
+ },
109
+ "diffContextBg": {
110
+ "dark": "vesperBg",
111
+ "light": "#F8F8F8"
112
+ },
113
+ "diffLineNumber": {
114
+ "dark": "#505050",
115
+ "light": "#808080"
116
+ },
117
+ "diffAddedLineNumberBg": {
118
+ "dark": "#0d2818",
119
+ "light": "#e8f5e8"
120
+ },
121
+ "diffRemovedLineNumberBg": {
122
+ "dark": "#281a1a",
123
+ "light": "#f5e8e8"
124
+ },
125
+ "markdownText": {
126
+ "dark": "vesperFg",
127
+ "light": "vesperBg"
128
+ },
129
+ "markdownHeading": {
130
+ "dark": "#FFC799",
131
+ "light": "#FFC799"
132
+ },
133
+ "markdownLink": {
134
+ "dark": "#FFC799",
135
+ "light": "#FFC799"
136
+ },
137
+ "markdownLinkText": {
138
+ "dark": "vesperMuted",
139
+ "light": "vesperMuted"
140
+ },
141
+ "markdownCode": {
142
+ "dark": "vesperMuted",
143
+ "light": "vesperMuted"
144
+ },
145
+ "markdownBlockQuote": {
146
+ "dark": "vesperFg",
147
+ "light": "vesperBg"
148
+ },
149
+ "markdownEmph": {
150
+ "dark": "vesperFg",
151
+ "light": "vesperBg"
152
+ },
153
+ "markdownStrong": {
154
+ "dark": "vesperFg",
155
+ "light": "vesperBg"
156
+ },
157
+ "markdownHorizontalRule": {
158
+ "dark": "#65737E",
159
+ "light": "#65737E"
160
+ },
161
+ "markdownListItem": {
162
+ "dark": "vesperFg",
163
+ "light": "vesperBg"
164
+ },
165
+ "markdownListEnumeration": {
166
+ "dark": "vesperFg",
167
+ "light": "vesperBg"
168
+ },
169
+ "markdownImage": {
170
+ "dark": "#FFC799",
171
+ "light": "#FFC799"
172
+ },
173
+ "markdownImageText": {
174
+ "dark": "vesperMuted",
175
+ "light": "vesperMuted"
176
+ },
177
+ "markdownCodeBlock": {
178
+ "dark": "vesperFg",
179
+ "light": "vesperBg"
180
+ },
181
+ "syntaxComment": {
182
+ "dark": "vesperComment",
183
+ "light": "vesperComment"
184
+ },
185
+ "syntaxKeyword": {
186
+ "dark": "vesperKeyword",
187
+ "light": "vesperKeyword"
188
+ },
189
+ "syntaxFunction": {
190
+ "dark": "vesperFunction",
191
+ "light": "vesperFunction"
192
+ },
193
+ "syntaxVariable": {
194
+ "dark": "vesperFg",
195
+ "light": "vesperBg"
196
+ },
197
+ "syntaxString": {
198
+ "dark": "vesperString",
199
+ "light": "vesperString"
200
+ },
201
+ "syntaxNumber": {
202
+ "dark": "vesperNumber",
203
+ "light": "vesperNumber"
204
+ },
205
+ "syntaxType": {
206
+ "dark": "vesperFunction",
207
+ "light": "vesperFunction"
208
+ },
209
+ "syntaxOperator": {
210
+ "dark": "vesperKeyword",
211
+ "light": "vesperKeyword"
212
+ },
213
+ "syntaxPunctuation": {
214
+ "dark": "vesperFg",
215
+ "light": "vesperBg"
216
+ }
217
+ }
218
+ }
@@ -0,0 +1,233 @@
1
+ {
2
+ "$schema": "https://opencode.ai/theme.json",
3
+ "defs": {
4
+ "warmlightmodeBgDark": "#101014",
5
+ "warmlightmodePanelDark": "#18181F",
6
+ "warmlightmodeElemDark": "#1F1F28",
7
+ "warmlightmodeTextDark": "#E6E6E6",
8
+ "warmlightmodeMutedDark": "#9A9A9A",
9
+ "warmlightmodePrimaryDark": "#9D681D",
10
+ "warmlightmodeAccentDark": "#CE661C",
11
+ "warmlightmodeSecondaryDark": "#9D681D",
12
+ "warmlightmodeBorderDark": "#A17A17",
13
+ "warmlightmodeBorderSubtleDark": "#806949",
14
+ "warmlightmodeBgLight": "#F5F0E8",
15
+ "warmlightmodePanelLight": "#EBE6DF",
16
+ "warmlightmodeElemLight": "#E1DDD5",
17
+ "warmlightmodeTextLight": "#2C1810",
18
+ "warmlightmodeMutedLight": "#8B7355",
19
+ "warmlightmodePrimaryLight": "#5C3D11",
20
+ "warmlightmodeAccentLight": "#8B4513",
21
+ "warmlightmodeSecondaryLight": "#5C3D11",
22
+ "warmlightmodeBorderLight": "#8B6914",
23
+ "warmlightmodeBorderSubtleLight": "#A0845C",
24
+ "warmlightmodeOkDark": "#2E7D32",
25
+ "warmlightmodeErrorDark": "#C62828",
26
+ "warmlightmodeWarnDark": "#E65100",
27
+ "warmlightmodeOkLight": "#2E7D32",
28
+ "warmlightmodeErrorLight": "#C62828",
29
+ "warmlightmodeWarnLight": "#E65100"
30
+ },
31
+ "theme": {
32
+ "primary": {
33
+ "dark": "warmlightmodePrimaryDark",
34
+ "light": "warmlightmodePrimaryLight"
35
+ },
36
+ "secondary": {
37
+ "dark": "warmlightmodeSecondaryDark",
38
+ "light": "warmlightmodeSecondaryLight"
39
+ },
40
+ "accent": {
41
+ "dark": "warmlightmodeAccentDark",
42
+ "light": "warmlightmodeAccentLight"
43
+ },
44
+ "error": {
45
+ "dark": "warmlightmodeErrorDark",
46
+ "light": "warmlightmodeErrorLight"
47
+ },
48
+ "warning": {
49
+ "dark": "warmlightmodeWarnDark",
50
+ "light": "warmlightmodeWarnLight"
51
+ },
52
+ "success": {
53
+ "dark": "warmlightmodeOkDark",
54
+ "light": "warmlightmodeOkLight"
55
+ },
56
+ "info": {
57
+ "dark": "warmlightmodeAccentDark",
58
+ "light": "warmlightmodeAccentLight"
59
+ },
60
+ "text": {
61
+ "dark": "warmlightmodeTextDark",
62
+ "light": "warmlightmodeTextLight"
63
+ },
64
+ "textMuted": {
65
+ "dark": "warmlightmodeMutedDark",
66
+ "light": "warmlightmodeMutedLight"
67
+ },
68
+ "background": {
69
+ "dark": "warmlightmodeBgDark",
70
+ "light": "warmlightmodeBgLight"
71
+ },
72
+ "backgroundPanel": {
73
+ "dark": "warmlightmodePanelDark",
74
+ "light": "warmlightmodePanelLight"
75
+ },
76
+ "backgroundElement": {
77
+ "dark": "warmlightmodeElemDark",
78
+ "light": "warmlightmodeElemLight"
79
+ },
80
+ "border": {
81
+ "dark": "warmlightmodeBorderDark",
82
+ "light": "warmlightmodeBorderLight"
83
+ },
84
+ "borderActive": {
85
+ "dark": "warmlightmodeAccentDark",
86
+ "light": "warmlightmodeAccentLight"
87
+ },
88
+ "borderSubtle": {
89
+ "dark": "warmlightmodeBorderSubtleDark",
90
+ "light": "warmlightmodeBorderSubtleLight"
91
+ },
92
+ "diffAdded": {
93
+ "dark": "warmlightmodeOkDark",
94
+ "light": "warmlightmodeOkLight"
95
+ },
96
+ "diffRemoved": {
97
+ "dark": "warmlightmodeErrorDark",
98
+ "light": "warmlightmodeErrorLight"
99
+ },
100
+ "diffContext": {
101
+ "dark": "warmlightmodeMutedDark",
102
+ "light": "warmlightmodeMutedLight"
103
+ },
104
+ "diffHunkHeader": {
105
+ "dark": "warmlightmodeMutedDark",
106
+ "light": "warmlightmodeMutedLight"
107
+ },
108
+ "diffHighlightAdded": {
109
+ "dark": "warmlightmodeOkDark",
110
+ "light": "warmlightmodeOkLight"
111
+ },
112
+ "diffHighlightRemoved": {
113
+ "dark": "warmlightmodeErrorDark",
114
+ "light": "warmlightmodeErrorLight"
115
+ },
116
+ "diffAddedBg": {
117
+ "dark": "#152419",
118
+ "light": "#D7DFCD"
119
+ },
120
+ "diffRemovedBg": {
121
+ "dark": "#311418",
122
+ "light": "#EED2CB"
123
+ },
124
+ "diffContextBg": {
125
+ "dark": "warmlightmodePanelDark",
126
+ "light": "warmlightmodePanelLight"
127
+ },
128
+ "diffLineNumber": {
129
+ "dark": "warmlightmodeMutedDark",
130
+ "light": "warmlightmodeMutedLight"
131
+ },
132
+ "diffAddedLineNumberBg": {
133
+ "dark": "#131B17",
134
+ "light": "#E5E7D9"
135
+ },
136
+ "diffRemovedLineNumberBg": {
137
+ "dark": "#221216",
138
+ "light": "#F1E0D9"
139
+ },
140
+ "markdownText": {
141
+ "dark": "warmlightmodeTextDark",
142
+ "light": "warmlightmodeTextLight"
143
+ },
144
+ "markdownHeading": {
145
+ "dark": "warmlightmodePrimaryDark",
146
+ "light": "warmlightmodePrimaryLight"
147
+ },
148
+ "markdownLink": {
149
+ "dark": "warmlightmodeAccentDark",
150
+ "light": "warmlightmodeAccentLight"
151
+ },
152
+ "markdownLinkText": {
153
+ "dark": "warmlightmodeSecondaryDark",
154
+ "light": "warmlightmodeSecondaryLight"
155
+ },
156
+ "markdownCode": {
157
+ "dark": "warmlightmodeSecondaryDark",
158
+ "light": "warmlightmodeSecondaryLight"
159
+ },
160
+ "markdownBlockQuote": {
161
+ "dark": "warmlightmodeMutedDark",
162
+ "light": "warmlightmodeMutedLight"
163
+ },
164
+ "markdownEmph": {
165
+ "dark": "warmlightmodeAccentDark",
166
+ "light": "warmlightmodeAccentLight"
167
+ },
168
+ "markdownStrong": {
169
+ "dark": "warmlightmodePrimaryDark",
170
+ "light": "warmlightmodePrimaryLight"
171
+ },
172
+ "markdownHorizontalRule": {
173
+ "dark": "warmlightmodeBorderDark",
174
+ "light": "warmlightmodeBorderLight"
175
+ },
176
+ "markdownListItem": {
177
+ "dark": "warmlightmodeTextDark",
178
+ "light": "warmlightmodeTextLight"
179
+ },
180
+ "markdownListEnumeration": {
181
+ "dark": "warmlightmodeAccentDark",
182
+ "light": "warmlightmodeAccentLight"
183
+ },
184
+ "markdownImage": {
185
+ "dark": "warmlightmodeAccentDark",
186
+ "light": "warmlightmodeAccentLight"
187
+ },
188
+ "markdownImageText": {
189
+ "dark": "warmlightmodeMutedDark",
190
+ "light": "warmlightmodeMutedLight"
191
+ },
192
+ "markdownCodeBlock": {
193
+ "dark": "warmlightmodeTextDark",
194
+ "light": "warmlightmodeTextLight"
195
+ },
196
+ "syntaxComment": {
197
+ "dark": "warmlightmodeMutedDark",
198
+ "light": "warmlightmodeMutedLight"
199
+ },
200
+ "syntaxKeyword": {
201
+ "dark": "warmlightmodeAccentDark",
202
+ "light": "warmlightmodeAccentLight"
203
+ },
204
+ "syntaxFunction": {
205
+ "dark": "warmlightmodePrimaryDark",
206
+ "light": "warmlightmodePrimaryLight"
207
+ },
208
+ "syntaxVariable": {
209
+ "dark": "warmlightmodeTextDark",
210
+ "light": "warmlightmodeTextLight"
211
+ },
212
+ "syntaxString": {
213
+ "dark": "warmlightmodeOkDark",
214
+ "light": "warmlightmodeOkLight"
215
+ },
216
+ "syntaxNumber": {
217
+ "dark": "warmlightmodeAccentDark",
218
+ "light": "warmlightmodeAccentLight"
219
+ },
220
+ "syntaxType": {
221
+ "dark": "warmlightmodeSecondaryDark",
222
+ "light": "warmlightmodeSecondaryLight"
223
+ },
224
+ "syntaxOperator": {
225
+ "dark": "warmlightmodeSecondaryDark",
226
+ "light": "warmlightmodeSecondaryLight"
227
+ },
228
+ "syntaxPunctuation": {
229
+ "dark": "warmlightmodeTextDark",
230
+ "light": "warmlightmodeTextLight"
231
+ }
232
+ }
233
+ }
@@ -0,0 +1,223 @@
1
+ {
2
+ "$schema": "https://opencode.ai/theme.json",
3
+ "defs": {
4
+ "bg": "#3f3f3f",
5
+ "bgAlt": "#4f4f4f",
6
+ "bgPanel": "#5f5f5f",
7
+ "fg": "#dcdccc",
8
+ "fgMuted": "#9f9f9f",
9
+ "red": "#cc9393",
10
+ "redBright": "#dca3a3",
11
+ "green": "#7f9f7f",
12
+ "greenBright": "#8fb28f",
13
+ "yellow": "#f0dfaf",
14
+ "yellowDim": "#e0cf9f",
15
+ "blue": "#8cd0d3",
16
+ "blueDim": "#7cb8bb",
17
+ "magenta": "#dc8cc3",
18
+ "cyan": "#93e0e3",
19
+ "orange": "#dfaf8f"
20
+ },
21
+ "theme": {
22
+ "primary": {
23
+ "dark": "blue",
24
+ "light": "#5f7f8f"
25
+ },
26
+ "secondary": {
27
+ "dark": "magenta",
28
+ "light": "#8f5f8f"
29
+ },
30
+ "accent": {
31
+ "dark": "cyan",
32
+ "light": "#5f8f8f"
33
+ },
34
+ "error": {
35
+ "dark": "red",
36
+ "light": "#8f5f5f"
37
+ },
38
+ "warning": {
39
+ "dark": "yellow",
40
+ "light": "#8f8f5f"
41
+ },
42
+ "success": {
43
+ "dark": "green",
44
+ "light": "#5f8f5f"
45
+ },
46
+ "info": {
47
+ "dark": "orange",
48
+ "light": "#8f7f5f"
49
+ },
50
+ "text": {
51
+ "dark": "fg",
52
+ "light": "#3f3f3f"
53
+ },
54
+ "textMuted": {
55
+ "dark": "fgMuted",
56
+ "light": "#6f6f6f"
57
+ },
58
+ "background": {
59
+ "dark": "bg",
60
+ "light": "#ffffef"
61
+ },
62
+ "backgroundPanel": {
63
+ "dark": "bgAlt",
64
+ "light": "#f5f5e5"
65
+ },
66
+ "backgroundElement": {
67
+ "dark": "bgPanel",
68
+ "light": "#ebebdb"
69
+ },
70
+ "border": {
71
+ "dark": "#5f5f5f",
72
+ "light": "#d0d0c0"
73
+ },
74
+ "borderActive": {
75
+ "dark": "blue",
76
+ "light": "#5f7f8f"
77
+ },
78
+ "borderSubtle": {
79
+ "dark": "#4f4f4f",
80
+ "light": "#e0e0d0"
81
+ },
82
+ "diffAdded": {
83
+ "dark": "green",
84
+ "light": "#5f8f5f"
85
+ },
86
+ "diffRemoved": {
87
+ "dark": "red",
88
+ "light": "#8f5f5f"
89
+ },
90
+ "diffContext": {
91
+ "dark": "fgMuted",
92
+ "light": "#6f6f6f"
93
+ },
94
+ "diffHunkHeader": {
95
+ "dark": "cyan",
96
+ "light": "#5f8f8f"
97
+ },
98
+ "diffHighlightAdded": {
99
+ "dark": "greenBright",
100
+ "light": "#5f8f5f"
101
+ },
102
+ "diffHighlightRemoved": {
103
+ "dark": "redBright",
104
+ "light": "#8f5f5f"
105
+ },
106
+ "diffAddedBg": {
107
+ "dark": "#4f5f4f",
108
+ "light": "#efffef"
109
+ },
110
+ "diffRemovedBg": {
111
+ "dark": "#5f4f4f",
112
+ "light": "#ffefef"
113
+ },
114
+ "diffContextBg": {
115
+ "dark": "bgAlt",
116
+ "light": "#f5f5e5"
117
+ },
118
+ "diffLineNumber": {
119
+ "dark": "#6f6f6f",
120
+ "light": "#b0b0a0"
121
+ },
122
+ "diffAddedLineNumberBg": {
123
+ "dark": "#4f5f4f",
124
+ "light": "#efffef"
125
+ },
126
+ "diffRemovedLineNumberBg": {
127
+ "dark": "#5f4f4f",
128
+ "light": "#ffefef"
129
+ },
130
+ "markdownText": {
131
+ "dark": "fg",
132
+ "light": "#3f3f3f"
133
+ },
134
+ "markdownHeading": {
135
+ "dark": "yellow",
136
+ "light": "#8f8f5f"
137
+ },
138
+ "markdownLink": {
139
+ "dark": "blue",
140
+ "light": "#5f7f8f"
141
+ },
142
+ "markdownLinkText": {
143
+ "dark": "cyan",
144
+ "light": "#5f8f8f"
145
+ },
146
+ "markdownCode": {
147
+ "dark": "green",
148
+ "light": "#5f8f5f"
149
+ },
150
+ "markdownBlockQuote": {
151
+ "dark": "fgMuted",
152
+ "light": "#6f6f6f"
153
+ },
154
+ "markdownEmph": {
155
+ "dark": "yellowDim",
156
+ "light": "#8f8f5f"
157
+ },
158
+ "markdownStrong": {
159
+ "dark": "orange",
160
+ "light": "#8f7f5f"
161
+ },
162
+ "markdownHorizontalRule": {
163
+ "dark": "fgMuted",
164
+ "light": "#6f6f6f"
165
+ },
166
+ "markdownListItem": {
167
+ "dark": "blue",
168
+ "light": "#5f7f8f"
169
+ },
170
+ "markdownListEnumeration": {
171
+ "dark": "cyan",
172
+ "light": "#5f8f8f"
173
+ },
174
+ "markdownImage": {
175
+ "dark": "blue",
176
+ "light": "#5f7f8f"
177
+ },
178
+ "markdownImageText": {
179
+ "dark": "cyan",
180
+ "light": "#5f8f8f"
181
+ },
182
+ "markdownCodeBlock": {
183
+ "dark": "fg",
184
+ "light": "#3f3f3f"
185
+ },
186
+ "syntaxComment": {
187
+ "dark": "#7f9f7f",
188
+ "light": "#5f7f5f"
189
+ },
190
+ "syntaxKeyword": {
191
+ "dark": "yellow",
192
+ "light": "#8f8f5f"
193
+ },
194
+ "syntaxFunction": {
195
+ "dark": "blue",
196
+ "light": "#5f7f8f"
197
+ },
198
+ "syntaxVariable": {
199
+ "dark": "fg",
200
+ "light": "#3f3f3f"
201
+ },
202
+ "syntaxString": {
203
+ "dark": "red",
204
+ "light": "#8f5f5f"
205
+ },
206
+ "syntaxNumber": {
207
+ "dark": "greenBright",
208
+ "light": "#5f8f5f"
209
+ },
210
+ "syntaxType": {
211
+ "dark": "cyan",
212
+ "light": "#5f8f8f"
213
+ },
214
+ "syntaxOperator": {
215
+ "dark": "yellow",
216
+ "light": "#8f8f5f"
217
+ },
218
+ "syntaxPunctuation": {
219
+ "dark": "fg",
220
+ "light": "#3f3f3f"
221
+ }
222
+ }
223
+ }