andromeda.json

  1{
  2  "name": "Andromeda",
  3  "author": "Zed Industries",
  4  "themes": [
  5    {
  6      "name": "Andromeda",
  7      "appearance": "dark",
  8      "style": {
  9        "border": "#2b2f38ff",
 10        "border.variant": "#252931ff",
 11        "border.focused": "#183934ff",
 12        "border.selected": "#183934ff",
 13        "border.transparent": "#00000000",
 14        "border.disabled": "#292d37ff",
 15        "elevated_surface.background": "#21242bff",
 16        "surface.background": "#21242bff",
 17        "background": "#262933ff",
 18        "element.background": "#21242bff",
 19        "element.hover": "#252931ff",
 20        "element.active": "#2a2f39ff",
 21        "element.selected": "#2a2f39ff",
 22        "element.disabled": "#21242bff",
 23        "drop_target.background": "#aca8ae80",
 24        "ghost_element.background": "#00000000",
 25        "ghost_element.hover": "#252931ff",
 26        "ghost_element.active": "#2a2f39ff",
 27        "ghost_element.selected": "#2a2f39ff",
 28        "ghost_element.disabled": "#21242bff",
 29        "text": "#f7f7f8ff",
 30        "text.muted": "#aca8aeff",
 31        "text.placeholder": "#6b6b73ff",
 32        "text.disabled": "#6b6b73ff",
 33        "text.accent": "#10a793ff",
 34        "icon": "#f7f7f8ff",
 35        "icon.muted": "#aca8aeff",
 36        "icon.disabled": "#6b6b73ff",
 37        "icon.placeholder": "#aca8aeff",
 38        "icon.accent": "#10a793ff",
 39        "status_bar.background": "#262933ff",
 40        "title_bar.background": "#262933ff",
 41        "title_bar.inactive_background": "#21242bff",
 42        "toolbar.background": "#1e2025ff",
 43        "tab_bar.background": "#21242bff",
 44        "tab.inactive_background": "#21242bff",
 45        "tab.active_background": "#1e2025ff",
 46        "search.match_background": "#11a79366",
 47        "panel.background": "#21242bff",
 48        "panel.focused_border": null,
 49        "pane.focused_border": null,
 50        "scrollbar.thumb.background": "#f7f7f84c",
 51        "scrollbar.thumb.hover_background": "#252931ff",
 52        "scrollbar.thumb.border": "#252931ff",
 53        "scrollbar.track.background": "#00000000",
 54        "scrollbar.track.border": "#21232aff",
 55        "editor.foreground": "#f7f7f8ff",
 56        "editor.background": "#1e2025ff",
 57        "editor.gutter.background": "#1e2025ff",
 58        "editor.subheader.background": "#21242bff",
 59        "editor.active_line.background": "#21242bbf",
 60        "editor.highlighted_line.background": "#21242bff",
 61        "editor.line_number": "#f7f7f859",
 62        "editor.active_line_number": "#f7f7f8ff",
 63        "editor.invisible": "#64646dff",
 64        "editor.wrap_guide": "#f7f7f80d",
 65        "editor.active_wrap_guide": "#f7f7f81a",
 66        "editor.document_highlight.read_background": "#10a7931a",
 67        "editor.document_highlight.write_background": "#64646d66",
 68        "terminal.background": "#1e2025ff",
 69        "terminal.foreground": "#f7f7f8ff",
 70        "terminal.bright_foreground": "#f7f7f8ff",
 71        "terminal.dim_foreground": "#1e2025ff",
 72        "terminal.ansi.black": "#1e2025ff",
 73        "terminal.ansi.bright_black": "#40434cff",
 74        "terminal.ansi.dim_black": "#f7f7f8ff",
 75        "terminal.ansi.red": "#f82871ff",
 76        "terminal.ansi.bright_red": "#8e0f3aff",
 77        "terminal.ansi.dim_red": "#ffa3b5ff",
 78        "terminal.ansi.green": "#96df71ff",
 79        "terminal.ansi.bright_green": "#457c38ff",
 80        "terminal.ansi.dim_green": "#cef0b9ff",
 81        "terminal.ansi.yellow": "#fee56cff",
 82        "terminal.ansi.bright_yellow": "#958334ff",
 83        "terminal.ansi.dim_yellow": "#fef1b7ff",
 84        "terminal.ansi.blue": "#10a793ff",
 85        "terminal.ansi.bright_blue": "#1a5148ff",
 86        "terminal.ansi.dim_blue": "#9cd4c7ff",
 87        "terminal.ansi.magenta": "#c74cecff",
 88        "terminal.ansi.bright_magenta": "#682681ff",
 89        "terminal.ansi.dim_magenta": "#e7abf7ff",
 90        "terminal.ansi.cyan": "#08e7c5ff",
 91        "terminal.ansi.bright_cyan": "#008169ff",
 92        "terminal.ansi.dim_cyan": "#a9f4e1ff",
 93        "terminal.ansi.white": "#f7f7f8ff",
 94        "terminal.ansi.bright_white": "#f7f7f8ff",
 95        "terminal.ansi.dim_white": "#87858cff",
 96        "link_text.hover": "#10a793ff",
 97        "conflict": "#fee56cff",
 98        "conflict.background": "#5c5014ff",
 99        "conflict.border": "#796b26ff",
100        "created": "#96df71ff",
101        "created.background": "#184618ff",
102        "created.border": "#306129ff",
103        "deleted": "#f82871ff",
104        "deleted.background": "#54051bff",
105        "deleted.border": "#72092aff",
106        "error": "#f82871ff",
107        "error.background": "#54051bff",
108        "error.border": "#72092aff",
109        "hidden": "#6b6b73ff",
110        "hidden.background": "#262933ff",
111        "hidden.border": "#292d37ff",
112        "hint": "#618399ff",
113        "hint.background": "#12231fff",
114        "hint.border": "#183934ff",
115        "ignored": "#6b6b73ff",
116        "ignored.background": "#262933ff",
117        "ignored.border": "#2b2f38ff",
118        "info": "#10a793ff",
119        "info.background": "#12231fff",
120        "info.border": "#183934ff",
121        "modified": "#fee56cff",
122        "modified.background": "#5c5014ff",
123        "modified.border": "#796b26ff",
124        "predictive": "#315f70ff",
125        "predictive.background": "#184618ff",
126        "predictive.border": "#306129ff",
127        "renamed": "#10a793ff",
128        "renamed.background": "#12231fff",
129        "renamed.border": "#183934ff",
130        "success": "#96df71ff",
131        "success.background": "#184618ff",
132        "success.border": "#306129ff",
133        "unreachable": "#aca8aeff",
134        "unreachable.background": "#262933ff",
135        "unreachable.border": "#2b2f38ff",
136        "warning": "#fee56cff",
137        "warning.background": "#5c5014ff",
138        "warning.border": "#796b26ff",
139        "players": [
140          {
141            "cursor": "#10a793ff",
142            "background": "#10a793ff",
143            "selection": "#10a7933d"
144          },
145          {
146            "cursor": "#c74cecff",
147            "background": "#c74cecff",
148            "selection": "#c74cec3d"
149          },
150          {
151            "cursor": "#f29c14ff",
152            "background": "#f29c14ff",
153            "selection": "#f29c143d"
154          },
155          {
156            "cursor": "#893ea6ff",
157            "background": "#893ea6ff",
158            "selection": "#893ea63d"
159          },
160          {
161            "cursor": "#08e7c5ff",
162            "background": "#08e7c5ff",
163            "selection": "#08e7c53d"
164          },
165          {
166            "cursor": "#f82871ff",
167            "background": "#f82871ff",
168            "selection": "#f828713d"
169          },
170          {
171            "cursor": "#fee56cff",
172            "background": "#fee56cff",
173            "selection": "#fee56c3d"
174          },
175          {
176            "cursor": "#96df71ff",
177            "background": "#96df71ff",
178            "selection": "#96df713d"
179          }
180        ],
181        "syntax": {
182          "attribute": {
183            "color": "#10a793ff",
184            "font_style": null,
185            "font_weight": null
186          },
187          "boolean": {
188            "color": "#96df71ff",
189            "font_style": null,
190            "font_weight": null
191          },
192          "comment": {
193            "color": "#afabb1ff",
194            "font_style": null,
195            "font_weight": null
196          },
197          "comment.doc": {
198            "color": "#afabb1ff",
199            "font_style": null,
200            "font_weight": null
201          },
202          "constant": {
203            "color": "#96df71ff",
204            "font_style": null,
205            "font_weight": null
206          },
207          "constructor": {
208            "color": "#10a793ff",
209            "font_style": null,
210            "font_weight": null
211          },
212          "embedded": {
213            "color": "#f7f7f8ff",
214            "font_style": null,
215            "font_weight": null
216          },
217          "emphasis": {
218            "color": "#10a793ff",
219            "font_style": null,
220            "font_weight": null
221          },
222          "emphasis.strong": {
223            "color": "#10a793ff",
224            "font_style": null,
225            "font_weight": 700
226          },
227          "enum": {
228            "color": "#f29c14ff",
229            "font_style": null,
230            "font_weight": null
231          },
232          "function": {
233            "color": "#fee56cff",
234            "font_style": null,
235            "font_weight": null
236          },
237          "hint": {
238            "color": "#618399ff",
239            "font_style": null,
240            "font_weight": 700
241          },
242          "keyword": {
243            "color": "#10a793ff",
244            "font_style": null,
245            "font_weight": null
246          },
247          "label": {
248            "color": "#10a793ff",
249            "font_style": null,
250            "font_weight": null
251          },
252          "link_text": {
253            "color": "#f29c14ff",
254            "font_style": "italic",
255            "font_weight": null
256          },
257          "link_uri": {
258            "color": "#96df71ff",
259            "font_style": null,
260            "font_weight": null
261          },
262          "number": {
263            "color": "#96df71ff",
264            "font_style": null,
265            "font_weight": null
266          },
267          "operator": {
268            "color": "#f29c14ff",
269            "font_style": null,
270            "font_weight": null
271          },
272          "predictive": {
273            "color": "#315f70ff",
274            "font_style": "italic",
275            "font_weight": null
276          },
277          "preproc": {
278            "color": "#f7f7f8ff",
279            "font_style": null,
280            "font_weight": null
281          },
282          "primary": {
283            "color": "#f7f7f8ff",
284            "font_style": null,
285            "font_weight": null
286          },
287          "property": {
288            "color": "#10a793ff",
289            "font_style": null,
290            "font_weight": null
291          },
292          "punctuation": {
293            "color": "#d8d5dbff",
294            "font_style": null,
295            "font_weight": null
296          },
297          "punctuation.bracket": {
298            "color": "#d8d5dbff",
299            "font_style": null,
300            "font_weight": null
301          },
302          "punctuation.delimiter": {
303            "color": "#d8d5dbff",
304            "font_style": null,
305            "font_weight": null
306          },
307          "punctuation.list_marker": {
308            "color": "#d8d5dbff",
309            "font_style": null,
310            "font_weight": null
311          },
312          "punctuation.special": {
313            "color": "#d8d5dbff",
314            "font_style": null,
315            "font_weight": null
316          },
317          "string": {
318            "color": "#f29c14ff",
319            "font_style": null,
320            "font_weight": null
321          },
322          "string.escape": {
323            "color": "#afabb1ff",
324            "font_style": null,
325            "font_weight": null
326          },
327          "string.regex": {
328            "color": "#f29c14ff",
329            "font_style": null,
330            "font_weight": null
331          },
332          "string.special": {
333            "color": "#f29c14ff",
334            "font_style": null,
335            "font_weight": null
336          },
337          "string.special.symbol": {
338            "color": "#f29c14ff",
339            "font_style": null,
340            "font_weight": null
341          },
342          "tag": {
343            "color": "#10a793ff",
344            "font_style": null,
345            "font_weight": null
346          },
347          "text.literal": {
348            "color": "#f29c14ff",
349            "font_style": null,
350            "font_weight": null
351          },
352          "title": {
353            "color": "#f7f7f8ff",
354            "font_style": null,
355            "font_weight": 700
356          },
357          "type": {
358            "color": "#08e7c5ff",
359            "font_style": null,
360            "font_weight": null
361          },
362          "variable": {
363            "color": "#f7f7f8ff",
364            "font_style": null,
365            "font_weight": null
366          },
367          "variant": {
368            "color": "#10a793ff",
369            "font_style": null,
370            "font_weight": null
371          }
372        }
373      }
374    }
375  ]
376}