one.rs

  1// This file was generated by the `theme_importer`.
  2// Be careful when modifying it by hand.
  3
  4use gpui::rgba;
  5
  6#[allow(unused)]
  7use crate::{
  8    Appearance, PlayerColor, PlayerColors, StatusColorsRefinement, ThemeColorsRefinement,
  9    UserFontStyle, UserFontWeight, UserHighlightStyle, UserSyntaxTheme, UserTheme, UserThemeFamily,
 10    UserThemeStylesRefinement,
 11};
 12
 13pub fn one() -> UserThemeFamily {
 14    UserThemeFamily {
 15        name: "One".into(),
 16        author: "Zed Industries".into(),
 17        themes: vec![
 18            UserTheme {
 19                name: "One Light".into(),
 20                appearance: Appearance::Light,
 21                styles: UserThemeStylesRefinement {
 22                    colors: ThemeColorsRefinement {
 23                        border: Some(rgba(0xdfdfe0ff).into()),
 24                        border_variant: Some(rgba(0xeeeeeeff).into()),
 25                        elevated_surface_background: Some(rgba(0xdcdcddff).into()),
 26                        background: Some(rgba(0xdcdcddff).into()),
 27                        panel_background: Some(rgba(0xebebecff).into()),
 28                        element_hover: Some(rgba(0xc9c9ca80).into()),
 29                        element_selected: Some(rgba(0xafafaf80).into()),
 30                        text: Some(rgba(0x383a41ff).into()),
 31                        text_muted: Some(rgba(0x7f8188ff).into()),
 32                        text_placeholder: Some(rgba(0xa7a7a8ff).into()),
 33                        text_disabled: Some(rgba(0x383a41ff).into()),
 34                        text_accent: Some(rgba(0x5c79e2ff).into()),
 35                        status_bar_background: Some(rgba(0xdcdcddff).into()),
 36                        title_bar_background: Some(rgba(0xdcdcddff).into()),
 37                        toolbar_background: Some(rgba(0xfafafaff).into()),
 38                        tab_bar_background: Some(rgba(0xebebecff).into()),
 39                        tab_inactive_background: Some(rgba(0xebebecff).into()),
 40                        tab_active_background: Some(rgba(0xfafafaff).into()),
 41                        scrollbar_thumb_background: Some(rgba(0x383a414d).into()),
 42                        scrollbar_thumb_hover_background: Some(rgba(0x383a414d).into()),
 43                        scrollbar_thumb_border: Some(rgba(0xeeeeeeff).into()),
 44                        scrollbar_track_border: Some(rgba(0xeeeeeeff).into()),
 45                        editor_foreground: Some(rgba(0x383a41ff).into()),
 46                        editor_background: Some(rgba(0xfafafaff).into()),
 47                        editor_gutter_background: Some(rgba(0xfafafaff).into()),
 48                        editor_line_number: Some(rgba(0x383a4159).into()),
 49                        editor_active_line_number: Some(rgba(0x383a41ff).into()),
 50                        editor_wrap_guide: Some(rgba(0x383a410d).into()),
 51                        editor_active_wrap_guide: Some(rgba(0x383a411a).into()),
 52                        terminal_background: Some(rgba(0xfafafaff).into()),
 53                        terminal_ansi_bright_black: Some(rgba(0xaaaaaaff).into()),
 54                        terminal_ansi_bright_red: Some(rgba(0xf0b0a4ff).into()),
 55                        terminal_ansi_bright_green: Some(rgba(0xb2cfa9ff).into()),
 56                        terminal_ansi_bright_yellow: Some(rgba(0xf1dfc1ff).into()),
 57                        terminal_ansi_bright_blue: Some(rgba(0xb5baf2ff).into()),
 58                        terminal_ansi_bright_magenta: Some(rgba(0xcea6d3ff).into()),
 59                        terminal_ansi_bright_cyan: Some(rgba(0xa4bfdbff).into()),
 60                        terminal_ansi_bright_white: Some(rgba(0x383a41ff).into()),
 61                        terminal_ansi_black: Some(rgba(0xfafafaff).into()),
 62                        terminal_ansi_red: Some(rgba(0xd36151ff).into()),
 63                        terminal_ansi_green: Some(rgba(0x669f59ff).into()),
 64                        terminal_ansi_yellow: Some(rgba(0xdec184ff).into()),
 65                        terminal_ansi_blue: Some(rgba(0x5c79e2ff).into()),
 66                        terminal_ansi_magenta: Some(rgba(0x994fa6ff).into()),
 67                        terminal_ansi_cyan: Some(rgba(0x3b82b7ff).into()),
 68                        terminal_ansi_white: Some(rgba(0x383a41ff).into()),
 69                        ..Default::default()
 70                    },
 71                    status: StatusColorsRefinement {
 72                        created: Some(rgba(0x84b278ff).into()),
 73                        deleted: Some(rgba(0xd36151ff).into()),
 74                        error: Some(rgba(0xd36151ff).into()),
 75                        hint: Some(rgba(0x9295beff).into()),
 76                        modified: Some(rgba(0xdec184ff).into()),
 77                        success: Some(rgba(0x383a41ff).into()),
 78                        warning: Some(rgba(0xdec184ff).into()),
 79                        ..Default::default()
 80                    },
 81                    player: Some(PlayerColors(vec![
 82                        PlayerColor {
 83                            cursor: rgba(0x5c79e2ff).into(),
 84                            background: rgba(0x5c79e2ff).into(),
 85                            selection: rgba(0x5c79e23d).into(),
 86                        },
 87                        PlayerColor {
 88                            cursor: rgba(0x994fa6ff).into(),
 89                            background: rgba(0x994fa6ff).into(),
 90                            selection: rgba(0x994fa63d).into(),
 91                        },
 92                        PlayerColor {
 93                            cursor: rgba(0xad6f27ff).into(),
 94                            background: rgba(0xad6f27ff).into(),
 95                            selection: rgba(0xad6f273d).into(),
 96                        },
 97                        PlayerColor {
 98                            cursor: rgba(0xa44aabff).into(),
 99                            background: rgba(0xa44aabff).into(),
100                            selection: rgba(0xa44aab3d).into(),
101                        },
102                        PlayerColor {
103                            cursor: rgba(0x3b82b7ff).into(),
104                            background: rgba(0x3b82b7ff).into(),
105                            selection: rgba(0x3b82b73d).into(),
106                        },
107                        PlayerColor {
108                            cursor: rgba(0xd36151ff).into(),
109                            background: rgba(0xd36151ff).into(),
110                            selection: rgba(0xd361513d).into(),
111                        },
112                        PlayerColor {
113                            cursor: rgba(0xdec184ff).into(),
114                            background: rgba(0xdec184ff).into(),
115                            selection: rgba(0xdec1843d).into(),
116                        },
117                        PlayerColor {
118                            cursor: rgba(0x669f59ff).into(),
119                            background: rgba(0x669f59ff).into(),
120                            selection: rgba(0x669f593d).into(),
121                        },
122                    ])),
123                    syntax: Some(UserSyntaxTheme {
124                        highlights: vec![
125                            (
126                                "attribute".into(),
127                                UserHighlightStyle {
128                                    color: Some(rgba(0x5c79e2ff).into()),
129                                    ..Default::default()
130                                },
131                            ),
132                            (
133                                "boolean".into(),
134                                UserHighlightStyle {
135                                    color: Some(rgba(0xad6f26ff).into()),
136                                    ..Default::default()
137                                },
138                            ),
139                            (
140                                "comment".into(),
141                                UserHighlightStyle {
142                                    color: Some(rgba(0xa2a3a7ff).into()),
143                                    ..Default::default()
144                                },
145                            ),
146                            (
147                                "comment.doc".into(),
148                                UserHighlightStyle {
149                                    color: Some(rgba(0x7c7e86ff).into()),
150                                    ..Default::default()
151                                },
152                            ),
153                            (
154                                "constant".into(),
155                                UserHighlightStyle {
156                                    color: Some(rgba(0x669f59ff).into()),
157                                    ..Default::default()
158                                },
159                            ),
160                            (
161                                "constructor".into(),
162                                UserHighlightStyle {
163                                    color: Some(rgba(0x5c79e2ff).into()),
164                                    ..Default::default()
165                                },
166                            ),
167                            (
168                                "embedded".into(),
169                                UserHighlightStyle {
170                                    color: Some(rgba(0x383a41ff).into()),
171                                    ..Default::default()
172                                },
173                            ),
174                            (
175                                "emphasis".into(),
176                                UserHighlightStyle {
177                                    color: Some(rgba(0x5c79e2ff).into()),
178                                    ..Default::default()
179                                },
180                            ),
181                            (
182                                "emphasis.strong".into(),
183                                UserHighlightStyle {
184                                    color: Some(rgba(0xad6f26ff).into()),
185                                    font_weight: Some(UserFontWeight(700.0)),
186                                    ..Default::default()
187                                },
188                            ),
189                            (
190                                "enum".into(),
191                                UserHighlightStyle {
192                                    color: Some(rgba(0xd36050ff).into()),
193                                    ..Default::default()
194                                },
195                            ),
196                            (
197                                "function".into(),
198                                UserHighlightStyle {
199                                    color: Some(rgba(0x5b79e3ff).into()),
200                                    ..Default::default()
201                                },
202                            ),
203                            (
204                                "hint".into(),
205                                UserHighlightStyle {
206                                    color: Some(rgba(0x9295beff).into()),
207                                    font_weight: Some(UserFontWeight(700.0)),
208                                    ..Default::default()
209                                },
210                            ),
211                            (
212                                "keyword".into(),
213                                UserHighlightStyle {
214                                    color: Some(rgba(0xa449abff).into()),
215                                    ..Default::default()
216                                },
217                            ),
218                            (
219                                "label".into(),
220                                UserHighlightStyle {
221                                    color: Some(rgba(0x5c79e2ff).into()),
222                                    ..Default::default()
223                                },
224                            ),
225                            (
226                                "link_text".into(),
227                                UserHighlightStyle {
228                                    color: Some(rgba(0x5b79e3ff).into()),
229                                    font_style: Some(UserFontStyle::Italic),
230                                    ..Default::default()
231                                },
232                            ),
233                            (
234                                "link_uri".into(),
235                                UserHighlightStyle {
236                                    color: Some(rgba(0x3982b7ff).into()),
237                                    ..Default::default()
238                                },
239                            ),
240                            (
241                                "number".into(),
242                                UserHighlightStyle {
243                                    color: Some(rgba(0xad6f26ff).into()),
244                                    ..Default::default()
245                                },
246                            ),
247                            (
248                                "operator".into(),
249                                UserHighlightStyle {
250                                    color: Some(rgba(0x3982b7ff).into()),
251                                    ..Default::default()
252                                },
253                            ),
254                            (
255                                "predictive".into(),
256                                UserHighlightStyle {
257                                    color: Some(rgba(0x9c9fc7ff).into()),
258                                    font_style: Some(UserFontStyle::Italic),
259                                    ..Default::default()
260                                },
261                            ),
262                            (
263                                "preproc".into(),
264                                UserHighlightStyle {
265                                    color: Some(rgba(0x383a41ff).into()),
266                                    ..Default::default()
267                                },
268                            ),
269                            (
270                                "primary".into(),
271                                UserHighlightStyle {
272                                    color: Some(rgba(0x383a41ff).into()),
273                                    ..Default::default()
274                                },
275                            ),
276                            (
277                                "property".into(),
278                                UserHighlightStyle {
279                                    color: Some(rgba(0xd36050ff).into()),
280                                    ..Default::default()
281                                },
282                            ),
283                            (
284                                "punctuation".into(),
285                                UserHighlightStyle {
286                                    color: Some(rgba(0x383a41ff).into()),
287                                    ..Default::default()
288                                },
289                            ),
290                            (
291                                "punctuation.bracket".into(),
292                                UserHighlightStyle {
293                                    color: Some(rgba(0x4d4f52ff).into()),
294                                    ..Default::default()
295                                },
296                            ),
297                            (
298                                "punctuation.delimiter".into(),
299                                UserHighlightStyle {
300                                    color: Some(rgba(0x4d4f52ff).into()),
301                                    ..Default::default()
302                                },
303                            ),
304                            (
305                                "punctuation.list_marker".into(),
306                                UserHighlightStyle {
307                                    color: Some(rgba(0xd36050ff).into()),
308                                    ..Default::default()
309                                },
310                            ),
311                            (
312                                "punctuation.special".into(),
313                                UserHighlightStyle {
314                                    color: Some(rgba(0xb92c46ff).into()),
315                                    ..Default::default()
316                                },
317                            ),
318                            (
319                                "string".into(),
320                                UserHighlightStyle {
321                                    color: Some(rgba(0x659f58ff).into()),
322                                    ..Default::default()
323                                },
324                            ),
325                            (
326                                "string.escape".into(),
327                                UserHighlightStyle {
328                                    color: Some(rgba(0x7c7e86ff).into()),
329                                    ..Default::default()
330                                },
331                            ),
332                            (
333                                "string.regex".into(),
334                                UserHighlightStyle {
335                                    color: Some(rgba(0xad6f27ff).into()),
336                                    ..Default::default()
337                                },
338                            ),
339                            (
340                                "string.special".into(),
341                                UserHighlightStyle {
342                                    color: Some(rgba(0xad6f27ff).into()),
343                                    ..Default::default()
344                                },
345                            ),
346                            (
347                                "string.special.symbol".into(),
348                                UserHighlightStyle {
349                                    color: Some(rgba(0xad6f27ff).into()),
350                                    ..Default::default()
351                                },
352                            ),
353                            (
354                                "tag".into(),
355                                UserHighlightStyle {
356                                    color: Some(rgba(0x5c79e2ff).into()),
357                                    ..Default::default()
358                                },
359                            ),
360                            (
361                                "text.literal".into(),
362                                UserHighlightStyle {
363                                    color: Some(rgba(0x659f58ff).into()),
364                                    ..Default::default()
365                                },
366                            ),
367                            (
368                                "title".into(),
369                                UserHighlightStyle {
370                                    color: Some(rgba(0xd36050ff).into()),
371                                    font_weight: Some(UserFontWeight(400.0)),
372                                    ..Default::default()
373                                },
374                            ),
375                            (
376                                "type".into(),
377                                UserHighlightStyle {
378                                    color: Some(rgba(0x3982b7ff).into()),
379                                    ..Default::default()
380                                },
381                            ),
382                            (
383                                "variable".into(),
384                                UserHighlightStyle {
385                                    color: Some(rgba(0x383a41ff).into()),
386                                    ..Default::default()
387                                },
388                            ),
389                            (
390                                "variable.special".into(),
391                                UserHighlightStyle {
392                                    color: Some(rgba(0xad6f26ff).into()),
393                                    ..Default::default()
394                                },
395                            ),
396                            (
397                                "variant".into(),
398                                UserHighlightStyle {
399                                    color: Some(rgba(0x5b79e3ff).into()),
400                                    ..Default::default()
401                                },
402                            ),
403                        ],
404                    }),
405                },
406            },
407            UserTheme {
408                name: "One Dark".into(),
409                appearance: Appearance::Dark,
410                styles: UserThemeStylesRefinement {
411                    colors: ThemeColorsRefinement {
412                        border: Some(rgba(0x363c46ff).into()),
413                        border_variant: Some(rgba(0x2e333cff).into()),
414                        elevated_surface_background: Some(rgba(0x3b414dff).into()),
415                        background: Some(rgba(0x3b414dff).into()),
416                        panel_background: Some(rgba(0x2f343eff).into()),
417                        element_hover: Some(rgba(0x464b5780).into()),
418                        element_selected: Some(rgba(0x4f545e80).into()),
419                        text: Some(rgba(0xc8ccd4ff).into()),
420                        text_muted: Some(rgba(0x838994ff).into()),
421                        text_placeholder: Some(rgba(0x545862ff).into()),
422                        text_disabled: Some(rgba(0xc8ccd4ff).into()),
423                        text_accent: Some(rgba(0x74ade8ff).into()),
424                        status_bar_background: Some(rgba(0x3b414dff).into()),
425                        title_bar_background: Some(rgba(0x3b414dff).into()),
426                        toolbar_background: Some(rgba(0x282c34ff).into()),
427                        tab_bar_background: Some(rgba(0x2f343eff).into()),
428                        tab_inactive_background: Some(rgba(0x2f343eff).into()),
429                        tab_active_background: Some(rgba(0x282c34ff).into()),
430                        scrollbar_thumb_background: Some(rgba(0xc8ccd44d).into()),
431                        scrollbar_thumb_hover_background: Some(rgba(0xc8ccd44d).into()),
432                        scrollbar_thumb_border: Some(rgba(0x2e333cff).into()),
433                        scrollbar_track_border: Some(rgba(0x2e333cff).into()),
434                        editor_foreground: Some(rgba(0xacb2beff).into()),
435                        editor_background: Some(rgba(0x282c34ff).into()),
436                        editor_gutter_background: Some(rgba(0x282c34ff).into()),
437                        editor_line_number: Some(rgba(0xc8ccd459).into()),
438                        editor_active_line_number: Some(rgba(0xc8ccd4ff).into()),
439                        editor_wrap_guide: Some(rgba(0xc8ccd40d).into()),
440                        editor_active_wrap_guide: Some(rgba(0xc8ccd41a).into()),
441                        terminal_background: Some(rgba(0x282c34ff).into()),
442                        terminal_ansi_bright_black: Some(rgba(0x525661ff).into()),
443                        terminal_ansi_bright_red: Some(rgba(0x673a3cff).into()),
444                        terminal_ansi_bright_green: Some(rgba(0x4d6140ff).into()),
445                        terminal_ansi_bright_yellow: Some(rgba(0x786441ff).into()),
446                        terminal_ansi_bright_blue: Some(rgba(0x385378ff).into()),
447                        terminal_ansi_bright_magenta: Some(rgba(0x5e2b26ff).into()),
448                        terminal_ansi_bright_cyan: Some(rgba(0x3a565bff).into()),
449                        terminal_ansi_bright_white: Some(rgba(0xc8ccd4ff).into()),
450                        terminal_ansi_black: Some(rgba(0x282c34ff).into()),
451                        terminal_ansi_red: Some(rgba(0xd07277ff).into()),
452                        terminal_ansi_green: Some(rgba(0xa1c181ff).into()),
453                        terminal_ansi_yellow: Some(rgba(0xdec184ff).into()),
454                        terminal_ansi_blue: Some(rgba(0x74ade8ff).into()),
455                        terminal_ansi_magenta: Some(rgba(0xbe5046ff).into()),
456                        terminal_ansi_cyan: Some(rgba(0x6fb4c0ff).into()),
457                        terminal_ansi_white: Some(rgba(0xc8ccd4ff).into()),
458                        ..Default::default()
459                    },
460                    status: StatusColorsRefinement {
461                        created: Some(rgba(0xa1c181ff).into()),
462                        deleted: Some(rgba(0xa45a5eff).into()),
463                        error: Some(rgba(0xd07277ff).into()),
464                        hint: Some(rgba(0x5b708aff).into()),
465                        modified: Some(rgba(0xdec184ff).into()),
466                        success: Some(rgba(0xc8ccd4ff).into()),
467                        warning: Some(rgba(0xdec184ff).into()),
468                        ..Default::default()
469                    },
470                    player: Some(PlayerColors(vec![
471                        PlayerColor {
472                            cursor: rgba(0x74ade8ff).into(),
473                            background: rgba(0x74ade8ff).into(),
474                            selection: rgba(0x74ade83d).into(),
475                        },
476                        PlayerColor {
477                            cursor: rgba(0xbe5046ff).into(),
478                            background: rgba(0xbe5046ff).into(),
479                            selection: rgba(0xbe50463d).into(),
480                        },
481                        PlayerColor {
482                            cursor: rgba(0xc0966bff).into(),
483                            background: rgba(0xc0966bff).into(),
484                            selection: rgba(0xc0966b3d).into(),
485                        },
486                        PlayerColor {
487                            cursor: rgba(0xb478cfff).into(),
488                            background: rgba(0xb478cfff).into(),
489                            selection: rgba(0xb478cf3d).into(),
490                        },
491                        PlayerColor {
492                            cursor: rgba(0x6fb4c0ff).into(),
493                            background: rgba(0x6fb4c0ff).into(),
494                            selection: rgba(0x6fb4c03d).into(),
495                        },
496                        PlayerColor {
497                            cursor: rgba(0xd07277ff).into(),
498                            background: rgba(0xd07277ff).into(),
499                            selection: rgba(0xd072773d).into(),
500                        },
501                        PlayerColor {
502                            cursor: rgba(0xdec184ff).into(),
503                            background: rgba(0xdec184ff).into(),
504                            selection: rgba(0xdec1843d).into(),
505                        },
506                        PlayerColor {
507                            cursor: rgba(0xa1c181ff).into(),
508                            background: rgba(0xa1c181ff).into(),
509                            selection: rgba(0xa1c1813d).into(),
510                        },
511                    ])),
512                    syntax: Some(UserSyntaxTheme {
513                        highlights: vec![
514                            (
515                                "attribute".into(),
516                                UserHighlightStyle {
517                                    color: Some(rgba(0x74ade8ff).into()),
518                                    ..Default::default()
519                                },
520                            ),
521                            (
522                                "boolean".into(),
523                                UserHighlightStyle {
524                                    color: Some(rgba(0xc0966bff).into()),
525                                    ..Default::default()
526                                },
527                            ),
528                            (
529                                "comment".into(),
530                                UserHighlightStyle {
531                                    color: Some(rgba(0x5d636fff).into()),
532                                    ..Default::default()
533                                },
534                            ),
535                            (
536                                "comment.doc".into(),
537                                UserHighlightStyle {
538                                    color: Some(rgba(0x878e98ff).into()),
539                                    ..Default::default()
540                                },
541                            ),
542                            (
543                                "constant".into(),
544                                UserHighlightStyle {
545                                    color: Some(rgba(0xdfc184ff).into()),
546                                    ..Default::default()
547                                },
548                            ),
549                            (
550                                "constructor".into(),
551                                UserHighlightStyle {
552                                    color: Some(rgba(0x74ade9ff).into()),
553                                    ..Default::default()
554                                },
555                            ),
556                            (
557                                "embedded".into(),
558                                UserHighlightStyle {
559                                    color: Some(rgba(0xc8ccd4ff).into()),
560                                    ..Default::default()
561                                },
562                            ),
563                            (
564                                "emphasis".into(),
565                                UserHighlightStyle {
566                                    color: Some(rgba(0x74ade8ff).into()),
567                                    ..Default::default()
568                                },
569                            ),
570                            (
571                                "emphasis.strong".into(),
572                                UserHighlightStyle {
573                                    color: Some(rgba(0xc0966bff).into()),
574                                    font_weight: Some(UserFontWeight(700.0)),
575                                    ..Default::default()
576                                },
577                            ),
578                            (
579                                "enum".into(),
580                                UserHighlightStyle {
581                                    color: Some(rgba(0xd07277ff).into()),
582                                    ..Default::default()
583                                },
584                            ),
585                            (
586                                "function".into(),
587                                UserHighlightStyle {
588                                    color: Some(rgba(0x74ade9ff).into()),
589                                    ..Default::default()
590                                },
591                            ),
592                            (
593                                "hint".into(),
594                                UserHighlightStyle {
595                                    color: Some(rgba(0x5b708aff).into()),
596                                    font_weight: Some(UserFontWeight(700.0)),
597                                    ..Default::default()
598                                },
599                            ),
600                            (
601                                "keyword".into(),
602                                UserHighlightStyle {
603                                    color: Some(rgba(0xb478cfff).into()),
604                                    ..Default::default()
605                                },
606                            ),
607                            (
608                                "label".into(),
609                                UserHighlightStyle {
610                                    color: Some(rgba(0x74ade8ff).into()),
611                                    ..Default::default()
612                                },
613                            ),
614                            (
615                                "link_text".into(),
616                                UserHighlightStyle {
617                                    color: Some(rgba(0x74ade9ff).into()),
618                                    font_style: Some(UserFontStyle::Normal),
619                                    ..Default::default()
620                                },
621                            ),
622                            (
623                                "link_uri".into(),
624                                UserHighlightStyle {
625                                    color: Some(rgba(0x6fb4c0ff).into()),
626                                    ..Default::default()
627                                },
628                            ),
629                            (
630                                "number".into(),
631                                UserHighlightStyle {
632                                    color: Some(rgba(0xc0966bff).into()),
633                                    ..Default::default()
634                                },
635                            ),
636                            (
637                                "operator".into(),
638                                UserHighlightStyle {
639                                    color: Some(rgba(0x6fb4c0ff).into()),
640                                    ..Default::default()
641                                },
642                            ),
643                            (
644                                "predictive".into(),
645                                UserHighlightStyle {
646                                    color: Some(rgba(0x5b6b88ff).into()),
647                                    font_style: Some(UserFontStyle::Italic),
648                                    ..Default::default()
649                                },
650                            ),
651                            (
652                                "preproc".into(),
653                                UserHighlightStyle {
654                                    color: Some(rgba(0xc8ccd4ff).into()),
655                                    ..Default::default()
656                                },
657                            ),
658                            (
659                                "primary".into(),
660                                UserHighlightStyle {
661                                    color: Some(rgba(0xacb2beff).into()),
662                                    ..Default::default()
663                                },
664                            ),
665                            (
666                                "property".into(),
667                                UserHighlightStyle {
668                                    color: Some(rgba(0xd07277ff).into()),
669                                    ..Default::default()
670                                },
671                            ),
672                            (
673                                "punctuation".into(),
674                                UserHighlightStyle {
675                                    color: Some(rgba(0xacb2beff).into()),
676                                    ..Default::default()
677                                },
678                            ),
679                            (
680                                "punctuation.bracket".into(),
681                                UserHighlightStyle {
682                                    color: Some(rgba(0xb2b9c6ff).into()),
683                                    ..Default::default()
684                                },
685                            ),
686                            (
687                                "punctuation.delimiter".into(),
688                                UserHighlightStyle {
689                                    color: Some(rgba(0xb2b9c6ff).into()),
690                                    ..Default::default()
691                                },
692                            ),
693                            (
694                                "punctuation.list_marker".into(),
695                                UserHighlightStyle {
696                                    color: Some(rgba(0xd07277ff).into()),
697                                    ..Default::default()
698                                },
699                            ),
700                            (
701                                "punctuation.special".into(),
702                                UserHighlightStyle {
703                                    color: Some(rgba(0xb1574bff).into()),
704                                    ..Default::default()
705                                },
706                            ),
707                            (
708                                "string".into(),
709                                UserHighlightStyle {
710                                    color: Some(rgba(0xa1c181ff).into()),
711                                    ..Default::default()
712                                },
713                            ),
714                            (
715                                "string.escape".into(),
716                                UserHighlightStyle {
717                                    color: Some(rgba(0x878e98ff).into()),
718                                    ..Default::default()
719                                },
720                            ),
721                            (
722                                "string.regex".into(),
723                                UserHighlightStyle {
724                                    color: Some(rgba(0xc0966bff).into()),
725                                    ..Default::default()
726                                },
727                            ),
728                            (
729                                "string.special".into(),
730                                UserHighlightStyle {
731                                    color: Some(rgba(0xc0966bff).into()),
732                                    ..Default::default()
733                                },
734                            ),
735                            (
736                                "string.special.symbol".into(),
737                                UserHighlightStyle {
738                                    color: Some(rgba(0xc0966bff).into()),
739                                    ..Default::default()
740                                },
741                            ),
742                            (
743                                "tag".into(),
744                                UserHighlightStyle {
745                                    color: Some(rgba(0x74ade8ff).into()),
746                                    ..Default::default()
747                                },
748                            ),
749                            (
750                                "text.literal".into(),
751                                UserHighlightStyle {
752                                    color: Some(rgba(0xa1c181ff).into()),
753                                    ..Default::default()
754                                },
755                            ),
756                            (
757                                "title".into(),
758                                UserHighlightStyle {
759                                    color: Some(rgba(0xd07277ff).into()),
760                                    font_weight: Some(UserFontWeight(400.0)),
761                                    ..Default::default()
762                                },
763                            ),
764                            (
765                                "type".into(),
766                                UserHighlightStyle {
767                                    color: Some(rgba(0x6fb4c0ff).into()),
768                                    ..Default::default()
769                                },
770                            ),
771                            (
772                                "variable".into(),
773                                UserHighlightStyle {
774                                    color: Some(rgba(0xc8ccd4ff).into()),
775                                    ..Default::default()
776                                },
777                            ),
778                            (
779                                "variable.special".into(),
780                                UserHighlightStyle {
781                                    color: Some(rgba(0xc0966bff).into()),
782                                    ..Default::default()
783                                },
784                            ),
785                            (
786                                "variant".into(),
787                                UserHighlightStyle {
788                                    color: Some(rgba(0x74ade9ff).into()),
789                                    ..Default::default()
790                                },
791                            ),
792                        ],
793                    }),
794                },
795            },
796        ],
797    }
798}