+5
-56
programs/zed/themes/icy-dusk.json
+5
-56
programs/zed/themes/icy-dusk.json
···
1
1
{
2
-
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
2
+
"$schema": "https://zed.dev/schema/themes/v0.2.0.json",
3
3
"name": "Icy Dark",
4
4
"author": "Anirudh Oppiliappan (icyphox)",
5
5
"themes": [
···
39
39
"icon.accent": "#509c93",
40
40
"status_bar.background": "#100f0f",
41
41
"title_bar.background": "#100f0f",
42
+
"title_bar.inactive_background": "#2a261f",
42
43
"toolbar.background": "#100f0f",
43
44
"tab_bar.background": "#100f0f",
44
45
"tab.inactive_background": "#100f0f",
···
63
64
"editor.invisible": "#6b635a",
64
65
"editor.wrap_guide": "#2a261f",
65
66
"editor.active_wrap_guide": "#4a443d",
67
+
"editor.indent_guide": "#4a443d",
68
+
"editor.indent_guide_active": "#509c93",
66
69
"editor.document_highlight.read_background": "#509c9333",
67
70
"editor.document_highlight.write_background": "#509c9333",
68
71
"terminal.background": "#100f0f",
69
72
"terminal.foreground": "#fff6e3",
73
+
"terminal.ansi.background": "#100f0f",
70
74
"terminal.bright_foreground": "#fff9eb",
71
75
"terminal.dim_foreground": "#d3cec1",
72
76
"terminal.ansi.black": "#2a261f",
···
179
183
}
180
184
],
181
185
"syntax": {
182
-
"attribute": {
183
-
"color": "#fff6e3",
184
-
"font_style": "normal",
185
-
"font_weight": 400
186
-
},
187
-
"boolean": {
188
-
"color": "#fff6e3",
189
-
"font_style": "normal",
190
-
"font_weight": 600
191
-
},
192
186
"comment": {
193
187
"color": "#6b635a",
194
188
"font_style": "italic",
···
197
191
"comment.doc": {
198
192
"color": "#6b635a",
199
193
"font_style": "italic",
200
-
"font_weight": 400
201
-
},
202
-
"constant": {
203
-
"color": "#fff6e3",
204
-
"font_style": "normal",
205
-
"font_weight": 400
206
-
},
207
-
"function": {
208
-
"color": "#fff6e3",
209
-
"font_style": "normal",
210
-
"font_weight": 400
211
-
},
212
-
"keyword": {
213
-
"color": "#fff6e3",
214
-
"font_style": "normal",
215
-
"font_weight": 600
216
-
},
217
-
"number": {
218
-
"color": "#fff6e3",
219
-
"font_style": "normal",
220
-
"font_weight": 400
221
-
},
222
-
"string": {
223
-
"color": "#fff6e3",
224
-
"font_style": "normal",
225
-
"font_weight": 400
226
-
},
227
-
"variable": {
228
-
"color": "#fff6e3",
229
-
"font_style": "normal",
230
-
"font_weight": 400
231
-
},
232
-
"operator": {
233
-
"color": "#fff6e3",
234
-
"font_style": "normal",
235
-
"font_weight": 400
236
-
},
237
-
"type": {
238
-
"color": "#fff6e3",
239
-
"font_style": "normal",
240
-
"font_weight": 400
241
-
},
242
-
"punctuation": {
243
-
"color": "#fff6e3",
244
-
"font_style": "normal",
245
194
"font_weight": 400
246
195
},
247
196
"error": {
+8
-56
programs/zed/themes/icy.json
+8
-56
programs/zed/themes/icy.json
···
1
1
{
2
-
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
2
+
"$schema": "https://zed.dev/schema/themes/v0.2.0.json",
3
3
"name": "Icy Light",
4
4
"author": "Anirudh Oppiliappan (icyphox)",
5
5
"themes": [
···
39
39
"icon.accent": "#6587bf",
40
40
"status_bar.background": "#fffdf5",
41
41
"title_bar.background": "#fffdf5",
42
+
"title_bar.inactive_background": "#fff9eb",
42
43
"toolbar.background": "#fffdf5",
43
44
"tab_bar.background": "#fffdf5",
44
45
"tab.inactive_background": "#fffdf5",
···
46
47
"search.match_background": "#fadaa0",
47
48
"panel.background": "#fffdf5",
48
49
"panel.focused_border": "#db7070",
50
+
"panel.indent_guide": "#fceccc",
51
+
"panel.indent_guide_active": "#d69822",
52
+
"panel.indent_guide_hover": "#d69822",
49
53
"pane.focused_border": "#db7070",
50
54
"scrollbar_thumb.background": "#fceccc",
51
55
"scrollbar.thumb.hover_background": "#d69822",
···
63
67
"editor.invisible": "#776e63",
64
68
"editor.wrap_guide": "#776e63",
65
69
"editor.active_wrap_guide": "#d8cbbe",
70
+
"editor.indent_guide": "#fceccc",
71
+
"editor.indent_guide_active": "#d69822",
66
72
"editor.document_highlight.read_background": "#b870ce33",
67
73
"editor.document_highlight.write_background": "#db707033",
68
74
"terminal.background": "#fffdf5",
69
75
"terminal.foreground": "#4a443d",
76
+
"terminal.ansi.background": "#fffdf5",
70
77
"terminal.bright_foreground": "#2a261f",
71
78
"terminal.dim_foreground": "#776e63",
72
79
"terminal.ansi.black": "#4a443d",
···
179
186
}
180
187
],
181
188
"syntax": {
182
-
"attribute": {
183
-
"color": "#4a443d",
184
-
"font_style": "normal",
185
-
"font_weight": 400
186
-
},
187
-
"boolean": {
188
-
"color": "#4a443d",
189
-
"font_style": "normal",
190
-
"font_weight": 400
191
-
},
192
189
"comment": {
193
190
"color": "#776e63",
194
191
"font_style": "italic",
···
197
194
"comment.doc": {
198
195
"color": "#776e63",
199
196
"font_style": "italic",
200
-
"font_weight": 400
201
-
},
202
-
"constant": {
203
-
"color": "#4a443d",
204
-
"font_style": "normal",
205
-
"font_weight": 400
206
-
},
207
-
"function": {
208
-
"color": "#4a443d",
209
-
"font_style": "normal",
210
-
"font_weight": 400
211
-
},
212
-
"keyword": {
213
-
"color": "#4a443d",
214
-
"font_style": "normal",
215
-
"font_weight": 600
216
-
},
217
-
"number": {
218
-
"color": "#4a443d",
219
-
"font_style": "normal",
220
-
"font_weight": 400
221
-
},
222
-
"string": {
223
-
"color": "#4a443d",
224
-
"font_style": "normal",
225
-
"font_weight": 400
226
-
},
227
-
"variable": {
228
-
"color": "#4a443d",
229
-
"font_style": "normal",
230
-
"font_weight": 400
231
-
},
232
-
"operator": {
233
-
"color": "#4a443d",
234
-
"font_style": "normal",
235
-
"font_weight": 400
236
-
},
237
-
"type": {
238
-
"color": "#4a443d",
239
-
"font_style": "normal",
240
-
"font_weight": 400
241
-
},
242
-
"punctuation": {
243
-
"color": "#4a443d",
244
-
"font_style": "normal",
245
197
"font_weight": 400
246
198
},
247
199
"error": {