// This file was generated by the `theme_importer`.
// Be careful when modifying it by hand.

use gpui::rgba;

#[allow(unused)]
use crate::{
    Appearance, PlayerColor, PlayerColors, StatusColorsRefinement, ThemeColorsRefinement,
    UserFontStyle, UserFontWeight, UserHighlightStyle, UserSyntaxTheme, UserTheme, UserThemeFamily,
    UserThemeStylesRefinement,
};

pub fn ayu() -> UserThemeFamily {
    UserThemeFamily {
        name: "Ayu".into(),
        author: "Zed Industries".into(),
        themes: vec![
            UserTheme {
                name: "Ayu Dark".into(),
                appearance: Appearance::Dark,
                styles: UserThemeStylesRefinement {
                    colors: ThemeColorsRefinement {
                        border: Some(rgba(0x3f4043ff).into()),
                        border_variant: Some(rgba(0x2d2f34ff).into()),
                        border_focused: Some(rgba(0x1b4a6eff).into()),
                        border_selected: Some(rgba(0x1b4a6eff).into()),
                        border_transparent: Some(rgba(0x00000000).into()),
                        border_disabled: Some(rgba(0x383a3eff).into()),
                        elevated_surface_background: Some(rgba(0x1f2127ff).into()),
                        surface_background: Some(rgba(0x1f2127ff).into()),
                        background: Some(rgba(0x313337ff).into()),
                        panel_background: Some(rgba(0x1f2127ff).into()),
                        element_background: Some(rgba(0x1f2127ff).into()),
                        element_hover: Some(rgba(0x2d2f34ff).into()),
                        element_active: Some(rgba(0x3e4043ff).into()),
                        element_selected: Some(rgba(0x3e4043ff).into()),
                        element_disabled: Some(rgba(0x1f2127ff).into()),
                        drop_target_background: Some(rgba(0x8a898680).into()),
                        ghost_element_background: Some(rgba(0x00000000).into()),
                        ghost_element_hover: Some(rgba(0x2d2f34ff).into()),
                        ghost_element_active: Some(rgba(0x3e4043ff).into()),
                        ghost_element_selected: Some(rgba(0x3e4043ff).into()),
                        ghost_element_disabled: Some(rgba(0x1f2127ff).into()),
                        text: Some(rgba(0xbfbdb6ff).into()),
                        text_muted: Some(rgba(0x8a8986ff).into()),
                        text_placeholder: Some(rgba(0x696a6aff).into()),
                        text_disabled: Some(rgba(0x696a6aff).into()),
                        text_accent: Some(rgba(0x5ac2feff).into()),
                        icon: Some(rgba(0xbfbdb6ff).into()),
                        icon_muted: Some(rgba(0x8a8986ff).into()),
                        icon_disabled: Some(rgba(0x696a6aff).into()),
                        icon_placeholder: Some(rgba(0x8a8986ff).into()),
                        icon_accent: Some(rgba(0x5ac2feff).into()),
                        status_bar_background: Some(rgba(0x313337ff).into()),
                        title_bar_background: Some(rgba(0x313337ff).into()),
                        toolbar_background: Some(rgba(0x0d1017ff).into()),
                        tab_bar_background: Some(rgba(0x1f2127ff).into()),
                        tab_inactive_background: Some(rgba(0x1f2127ff).into()),
                        tab_active_background: Some(rgba(0x0d1017ff).into()),
                        scrollbar_thumb_background: Some(rgba(0xbfbdb64c).into()),
                        scrollbar_thumb_hover_background: Some(rgba(0x2d2f34ff).into()),
                        scrollbar_thumb_border: Some(rgba(0x2d2f34ff).into()),
                        scrollbar_track_background: Some(rgba(0x00000000).into()),
                        scrollbar_track_border: Some(rgba(0x1b1e24ff).into()),
                        editor_foreground: Some(rgba(0xbfbdb6ff).into()),
                        editor_background: Some(rgba(0x0d1017ff).into()),
                        editor_gutter_background: Some(rgba(0x0d1017ff).into()),
                        editor_subheader_background: Some(rgba(0x1f2127ff).into()),
                        editor_active_line_background: Some(rgba(0x1f2127bf).into()),
                        editor_highlighted_line_background: Some(rgba(0x1f2127ff).into()),
                        editor_line_number: Some(rgba(0xbfbdb659).into()),
                        editor_active_line_number: Some(rgba(0xbfbdb6ff).into()),
                        editor_invisible: Some(rgba(0x666767ff).into()),
                        editor_wrap_guide: Some(rgba(0xbfbdb60d).into()),
                        editor_active_wrap_guide: Some(rgba(0xbfbdb61a).into()),
                        editor_document_highlight_read_background: Some(rgba(0x5ac2fe1a).into()),
                        editor_document_highlight_write_background: Some(rgba(0x66676766).into()),
                        terminal_background: Some(rgba(0x0d1017ff).into()),
                        terminal_foreground: Some(rgba(0xbfbdb6ff).into()),
                        terminal_bright_foreground: Some(rgba(0xbfbdb6ff).into()),
                        terminal_dim_foreground: Some(rgba(0x0d1017ff).into()),
                        terminal_ansi_black: Some(rgba(0x0d1017ff).into()),
                        terminal_ansi_bright_black: Some(rgba(0x545557ff).into()),
                        terminal_ansi_dim_black: Some(rgba(0xbfbdb6ff).into()),
                        terminal_ansi_red: Some(rgba(0xef7178ff).into()),
                        terminal_ansi_bright_red: Some(rgba(0x83363cff).into()),
                        terminal_ansi_dim_red: Some(rgba(0xfebab9ff).into()),
                        terminal_ansi_green: Some(rgba(0xaad84cff).into()),
                        terminal_ansi_bright_green: Some(rgba(0x567627ff).into()),
                        terminal_ansi_dim_green: Some(rgba(0xd8eca8ff).into()),
                        terminal_ansi_yellow: Some(rgba(0xfeb454ff).into()),
                        terminal_ansi_bright_yellow: Some(rgba(0x92592cff).into()),
                        terminal_ansi_dim_yellow: Some(rgba(0xffd9aaff).into()),
                        terminal_ansi_blue: Some(rgba(0x5ac2feff).into()),
                        terminal_ansi_bright_blue: Some(rgba(0x28628cff).into()),
                        terminal_ansi_dim_blue: Some(rgba(0xb8e0ffff).into()),
                        terminal_ansi_magenta: Some(rgba(0x3abae5ff).into()),
                        terminal_ansi_bright_magenta: Some(rgba(0x205b78ff).into()),
                        terminal_ansi_dim_magenta: Some(rgba(0xaddcf3ff).into()),
                        terminal_ansi_cyan: Some(rgba(0x95e5cbff).into()),
                        terminal_ansi_bright_cyan: Some(rgba(0x4c806fff).into()),
                        terminal_ansi_dim_cyan: Some(rgba(0xccf3e5ff).into()),
                        terminal_ansi_white: Some(rgba(0xbfbdb6ff).into()),
                        terminal_ansi_bright_white: Some(rgba(0xbfbdb6ff).into()),
                        terminal_ansi_dim_white: Some(rgba(0x787876ff).into()),
                        link_text_hover: Some(rgba(0x5ac2feff).into()),
                        ..Default::default()
                    },
                    status: StatusColorsRefinement {
                        conflict: Some(rgba(0xfeb454ff).into()),
                        conflict_background: Some(rgba(0x572916ff).into()),
                        conflict_border: Some(rgba(0x754221ff).into()),
                        created: Some(rgba(0xaad84cff).into()),
                        created_background: Some(rgba(0x294113ff).into()),
                        created_border: Some(rgba(0x405c1dff).into()),
                        deleted: Some(rgba(0xef7178ff).into()),
                        deleted_background: Some(rgba(0x48171cff).into()),
                        deleted_border: Some(rgba(0x66272dff).into()),
                        error: Some(rgba(0xef7178ff).into()),
                        error_background: Some(rgba(0x48171cff).into()),
                        error_border: Some(rgba(0x66272dff).into()),
                        hidden: Some(rgba(0x696a6aff).into()),
                        hidden_background: Some(rgba(0x313337ff).into()),
                        hidden_border: Some(rgba(0x383a3eff).into()),
                        hint: Some(rgba(0x638c81ff).into()),
                        hint_background: Some(rgba(0x0d304fff).into()),
                        hint_border: Some(rgba(0x1b4a6eff).into()),
                        ignored: Some(rgba(0x8a8986ff).into()),
                        ignored_background: Some(rgba(0x313337ff).into()),
                        ignored_border: Some(rgba(0x3f4043ff).into()),
                        info: Some(rgba(0x5ac2feff).into()),
                        info_background: Some(rgba(0x0d304fff).into()),
                        info_border: Some(rgba(0x1b4a6eff).into()),
                        modified: Some(rgba(0xfeb454ff).into()),
                        modified_background: Some(rgba(0x572916ff).into()),
                        modified_border: Some(rgba(0x754221ff).into()),
                        predictive: Some(rgba(0x5b728cff).into()),
                        predictive_background: Some(rgba(0x294113ff).into()),
                        predictive_border: Some(rgba(0x405c1dff).into()),
                        renamed: Some(rgba(0x5ac2feff).into()),
                        renamed_background: Some(rgba(0x0d304fff).into()),
                        renamed_border: Some(rgba(0x1b4a6eff).into()),
                        success: Some(rgba(0xaad84cff).into()),
                        success_background: Some(rgba(0x294113ff).into()),
                        success_border: Some(rgba(0x405c1dff).into()),
                        unreachable: Some(rgba(0x8a8986ff).into()),
                        unreachable_background: Some(rgba(0x313337ff).into()),
                        unreachable_border: Some(rgba(0x3f4043ff).into()),
                        warning: Some(rgba(0xfeb454ff).into()),
                        warning_background: Some(rgba(0x572916ff).into()),
                        warning_border: Some(rgba(0x754221ff).into()),
                        ..Default::default()
                    },
                    player: Some(PlayerColors(vec![
                        PlayerColor {
                            cursor: rgba(0x5ac2feff).into(),
                            background: rgba(0x5ac2feff).into(),
                            selection: rgba(0x5ac2fe3d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0x3abae5ff).into(),
                            background: rgba(0x3abae5ff).into(),
                            selection: rgba(0x3abae53d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0xfe8f40ff).into(),
                            background: rgba(0xfe8f40ff).into(),
                            selection: rgba(0xfe8f403d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0xd2a6feff).into(),
                            background: rgba(0xd2a6feff).into(),
                            selection: rgba(0xd2a6fe3d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0x95e5cbff).into(),
                            background: rgba(0x95e5cbff).into(),
                            selection: rgba(0x95e5cb3d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0xef7178ff).into(),
                            background: rgba(0xef7178ff).into(),
                            selection: rgba(0xef71783d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0xfeb454ff).into(),
                            background: rgba(0xfeb454ff).into(),
                            selection: rgba(0xfeb4543d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0xaad84cff).into(),
                            background: rgba(0xaad84cff).into(),
                            selection: rgba(0xaad84c3d).into(),
                        },
                    ])),
                    syntax: Some(UserSyntaxTheme {
                        highlights: vec![
                            (
                                "attribute".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x5ac2feff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "boolean".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xd2a6ffff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "comment".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xacb6bf8c).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "comment.doc".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x8c8b88ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "constant".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xd2a6ffff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "constructor".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x5ac2feff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "embedded".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xbfbdb6ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "emphasis".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x5ac2feff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "emphasis.strong".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x5ac2feff).into()),
                                    font_weight: Some(UserFontWeight(700.0)),
                                    ..Default::default()
                                },
                            ),
                            (
                                "enum".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xfe8f40ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "function".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xffb454ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "hint".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x638c81ff).into()),
                                    font_weight: Some(UserFontWeight(700.0)),
                                    ..Default::default()
                                },
                            ),
                            (
                                "keyword".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xff8f40ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "label".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x5ac2feff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "link_text".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xfe8f40ff).into()),
                                    font_style: Some(UserFontStyle::Italic),
                                    ..Default::default()
                                },
                            ),
                            (
                                "link_uri".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xaad84cff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "number".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xd2a6ffff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "operator".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xf29668ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "predictive".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x5b728cff).into()),
                                    font_style: Some(UserFontStyle::Italic),
                                    ..Default::default()
                                },
                            ),
                            (
                                "preproc".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xbfbdb6ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "primary".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xbfbdb6ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "property".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x5ac2feff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "punctuation".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xa6a5a0ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "punctuation.bracket".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xa6a5a0ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "punctuation.delimiter".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xa6a5a0ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "punctuation.list_marker".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xa6a5a0ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "punctuation.special".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xd2a6ffff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "string".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xaad94cff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "string.escape".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x8c8b88ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "string.regex".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x95e6cbff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "string.special".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xe6b673ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "string.special.symbol".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xfe8f40ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "tag".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x5ac2feff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "text.literal".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xfe8f40ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "title".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xbfbdb6ff).into()),
                                    font_weight: Some(UserFontWeight(700.0)),
                                    ..Default::default()
                                },
                            ),
                            (
                                "type".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x59c2ffff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "variable".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xbfbdb6ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "variant".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x5ac2feff).into()),
                                    ..Default::default()
                                },
                            ),
                        ],
                    }),
                },
            },
            UserTheme {
                name: "Ayu Light".into(),
                appearance: Appearance::Light,
                styles: UserThemeStylesRefinement {
                    colors: ThemeColorsRefinement {
                        border: Some(rgba(0xcfd1d2ff).into()),
                        border_variant: Some(rgba(0xdfe0e1ff).into()),
                        border_focused: Some(rgba(0xc4daf6ff).into()),
                        border_selected: Some(rgba(0xc4daf6ff).into()),
                        border_transparent: Some(rgba(0x00000000).into()),
                        border_disabled: Some(rgba(0xd5d6d8ff).into()),
                        elevated_surface_background: Some(rgba(0xececedff).into()),
                        surface_background: Some(rgba(0xececedff).into()),
                        background: Some(rgba(0xdcdddeff).into()),
                        panel_background: Some(rgba(0xececedff).into()),
                        element_background: Some(rgba(0xececedff).into()),
                        element_hover: Some(rgba(0xdfe0e1ff).into()),
                        element_active: Some(rgba(0xd0d1d3ff).into()),
                        element_selected: Some(rgba(0xd0d1d3ff).into()),
                        element_disabled: Some(rgba(0xececedff).into()),
                        drop_target_background: Some(rgba(0x8c8f9380).into()),
                        ghost_element_background: Some(rgba(0x00000000).into()),
                        ghost_element_hover: Some(rgba(0xdfe0e1ff).into()),
                        ghost_element_active: Some(rgba(0xd0d1d3ff).into()),
                        ghost_element_selected: Some(rgba(0xd0d1d3ff).into()),
                        ghost_element_disabled: Some(rgba(0xececedff).into()),
                        text: Some(rgba(0x5c6166ff).into()),
                        text_muted: Some(rgba(0x8c8f93ff).into()),
                        text_placeholder: Some(rgba(0xa9acaeff).into()),
                        text_disabled: Some(rgba(0xa9acaeff).into()),
                        text_accent: Some(rgba(0x3b9ee5ff).into()),
                        icon: Some(rgba(0x5c6166ff).into()),
                        icon_muted: Some(rgba(0x8c8f93ff).into()),
                        icon_disabled: Some(rgba(0xa9acaeff).into()),
                        icon_placeholder: Some(rgba(0x8c8f93ff).into()),
                        icon_accent: Some(rgba(0x3b9ee5ff).into()),
                        status_bar_background: Some(rgba(0xdcdddeff).into()),
                        title_bar_background: Some(rgba(0xdcdddeff).into()),
                        toolbar_background: Some(rgba(0xfcfcfcff).into()),
                        tab_bar_background: Some(rgba(0xececedff).into()),
                        tab_inactive_background: Some(rgba(0xececedff).into()),
                        tab_active_background: Some(rgba(0xfcfcfcff).into()),
                        scrollbar_thumb_background: Some(rgba(0x5c61664c).into()),
                        scrollbar_thumb_hover_background: Some(rgba(0xdfe0e1ff).into()),
                        scrollbar_thumb_border: Some(rgba(0xdfe0e1ff).into()),
                        scrollbar_track_background: Some(rgba(0x00000000).into()),
                        scrollbar_track_border: Some(rgba(0xefeff0ff).into()),
                        editor_foreground: Some(rgba(0x5c6166ff).into()),
                        editor_background: Some(rgba(0xfcfcfcff).into()),
                        editor_gutter_background: Some(rgba(0xfcfcfcff).into()),
                        editor_subheader_background: Some(rgba(0xececedff).into()),
                        editor_active_line_background: Some(rgba(0xececedbf).into()),
                        editor_highlighted_line_background: Some(rgba(0xececedff).into()),
                        editor_line_number: Some(rgba(0x5c616659).into()),
                        editor_active_line_number: Some(rgba(0x5c6166ff).into()),
                        editor_invisible: Some(rgba(0xacafb1ff).into()),
                        editor_wrap_guide: Some(rgba(0x5c61660d).into()),
                        editor_active_wrap_guide: Some(rgba(0x5c61661a).into()),
                        editor_document_highlight_read_background: Some(rgba(0x3b9ee51a).into()),
                        editor_document_highlight_write_background: Some(rgba(0xacafb166).into()),
                        terminal_background: Some(rgba(0xfcfcfcff).into()),
                        terminal_foreground: Some(rgba(0x5c6166ff).into()),
                        terminal_bright_foreground: Some(rgba(0x5c6166ff).into()),
                        terminal_dim_foreground: Some(rgba(0xfcfcfcff).into()),
                        terminal_ansi_black: Some(rgba(0xfcfcfcff).into()),
                        terminal_ansi_bright_black: Some(rgba(0xbcbec0ff).into()),
                        terminal_ansi_dim_black: Some(rgba(0x5c6166ff).into()),
                        terminal_ansi_red: Some(rgba(0xef7271ff).into()),
                        terminal_ansi_bright_red: Some(rgba(0xfebab6ff).into()),
                        terminal_ansi_dim_red: Some(rgba(0x833639ff).into()),
                        terminal_ansi_green: Some(rgba(0x86b305ff).into()),
                        terminal_ansi_bright_green: Some(rgba(0xc7d98fff).into()),
                        terminal_ansi_dim_green: Some(rgba(0x445614ff).into()),
                        terminal_ansi_yellow: Some(rgba(0xf1ae4aff).into()),
                        terminal_ansi_bright_yellow: Some(rgba(0xffd6a4ff).into()),
                        terminal_ansi_dim_yellow: Some(rgba(0x8a5328ff).into()),
                        terminal_ansi_blue: Some(rgba(0x3b9ee5ff).into()),
                        terminal_ansi_bright_blue: Some(rgba(0xaccef3ff).into()),
                        terminal_ansi_dim_blue: Some(rgba(0x214d76ff).into()),
                        terminal_ansi_magenta: Some(rgba(0x56b4d3ff).into()),
                        terminal_ansi_bright_magenta: Some(rgba(0xb2d9e9ff).into()),
                        terminal_ansi_dim_magenta: Some(rgba(0x2f5669ff).into()),
                        terminal_ansi_cyan: Some(rgba(0x4dbf99ff).into()),
                        terminal_ansi_bright_cyan: Some(rgba(0xace0cbff).into()),
                        terminal_ansi_dim_cyan: Some(rgba(0x2a5f4aff).into()),
                        terminal_ansi_white: Some(rgba(0x5c6166ff).into()),
                        terminal_ansi_bright_white: Some(rgba(0x5c6166ff).into()),
                        terminal_ansi_dim_white: Some(rgba(0x9c9fa2ff).into()),
                        link_text_hover: Some(rgba(0x3b9ee5ff).into()),
                        ..Default::default()
                    },
                    status: StatusColorsRefinement {
                        conflict: Some(rgba(0xf1ae4aff).into()),
                        conflict_background: Some(rgba(0xffeedaff).into()),
                        conflict_border: Some(rgba(0xffe1beff).into()),
                        created: Some(rgba(0x86b305ff).into()),
                        created_background: Some(rgba(0xe9efd2ff).into()),
                        created_border: Some(rgba(0xd7e3aeff).into()),
                        deleted: Some(rgba(0xef7271ff).into()),
                        deleted_background: Some(rgba(0xffe3e1ff).into()),
                        deleted_border: Some(rgba(0xffcdcaff).into()),
                        error: Some(rgba(0xef7271ff).into()),
                        error_background: Some(rgba(0xffe3e1ff).into()),
                        error_border: Some(rgba(0xffcdcaff).into()),
                        hidden: Some(rgba(0xa9acaeff).into()),
                        hidden_background: Some(rgba(0xdcdddeff).into()),
                        hidden_border: Some(rgba(0xd5d6d8ff).into()),
                        hint: Some(rgba(0x8ca7c2ff).into()),
                        hint_background: Some(rgba(0xdeebfaff).into()),
                        hint_border: Some(rgba(0xc4daf6ff).into()),
                        ignored: Some(rgba(0x8c8f93ff).into()),
                        ignored_background: Some(rgba(0xdcdddeff).into()),
                        ignored_border: Some(rgba(0xcfd1d2ff).into()),
                        info: Some(rgba(0x3b9ee5ff).into()),
                        info_background: Some(rgba(0xdeebfaff).into()),
                        info_border: Some(rgba(0xc4daf6ff).into()),
                        modified: Some(rgba(0xf1ae4aff).into()),
                        modified_background: Some(rgba(0xffeedaff).into()),
                        modified_border: Some(rgba(0xffe1beff).into()),
                        predictive: Some(rgba(0x9eb9d3ff).into()),
                        predictive_background: Some(rgba(0xe9efd2ff).into()),
                        predictive_border: Some(rgba(0xd7e3aeff).into()),
                        renamed: Some(rgba(0x3b9ee5ff).into()),
                        renamed_background: Some(rgba(0xdeebfaff).into()),
                        renamed_border: Some(rgba(0xc4daf6ff).into()),
                        success: Some(rgba(0x86b305ff).into()),
                        success_background: Some(rgba(0xe9efd2ff).into()),
                        success_border: Some(rgba(0xd7e3aeff).into()),
                        unreachable: Some(rgba(0x8c8f93ff).into()),
                        unreachable_background: Some(rgba(0xdcdddeff).into()),
                        unreachable_border: Some(rgba(0xcfd1d2ff).into()),
                        warning: Some(rgba(0xf1ae4aff).into()),
                        warning_background: Some(rgba(0xffeedaff).into()),
                        warning_border: Some(rgba(0xffe1beff).into()),
                        ..Default::default()
                    },
                    player: Some(PlayerColors(vec![
                        PlayerColor {
                            cursor: rgba(0x3b9ee5ff).into(),
                            background: rgba(0x3b9ee5ff).into(),
                            selection: rgba(0x3b9ee53d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0x56b4d3ff).into(),
                            background: rgba(0x56b4d3ff).into(),
                            selection: rgba(0x56b4d33d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0xf98d3fff).into(),
                            background: rgba(0xf98d3fff).into(),
                            selection: rgba(0xf98d3f3d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0xa37accff).into(),
                            background: rgba(0xa37accff).into(),
                            selection: rgba(0xa37acc3d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0x4dbf99ff).into(),
                            background: rgba(0x4dbf99ff).into(),
                            selection: rgba(0x4dbf993d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0xef7271ff).into(),
                            background: rgba(0xef7271ff).into(),
                            selection: rgba(0xef72713d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0xf1ae4aff).into(),
                            background: rgba(0xf1ae4aff).into(),
                            selection: rgba(0xf1ae4a3d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0x86b305ff).into(),
                            background: rgba(0x86b305ff).into(),
                            selection: rgba(0x86b3053d).into(),
                        },
                    ])),
                    syntax: Some(UserSyntaxTheme {
                        highlights: vec![
                            (
                                "attribute".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x3b9ee5ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "boolean".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xa37accff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "comment".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x787b8099).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "comment.doc".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x8a8e91ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "constant".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xa37accff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "constructor".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x3b9ee5ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "embedded".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x5c6166ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "emphasis".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x3b9ee5ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "emphasis.strong".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x3b9ee5ff).into()),
                                    font_weight: Some(UserFontWeight(700.0)),
                                    ..Default::default()
                                },
                            ),
                            (
                                "enum".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xf98d3fff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "function".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xf2ae49ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "hint".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x8ca7c2ff).into()),
                                    font_weight: Some(UserFontWeight(700.0)),
                                    ..Default::default()
                                },
                            ),
                            (
                                "keyword".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xfa8d3eff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "label".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x3b9ee5ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "link_text".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xf98d3fff).into()),
                                    font_style: Some(UserFontStyle::Italic),
                                    ..Default::default()
                                },
                            ),
                            (
                                "link_uri".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x86b305ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "number".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xa37accff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "operator".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xed9366ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "predictive".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x9eb9d3ff).into()),
                                    font_style: Some(UserFontStyle::Italic),
                                    ..Default::default()
                                },
                            ),
                            (
                                "preproc".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x5c6166ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "primary".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x5c6166ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "property".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x3b9ee5ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "punctuation".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x73777bff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "punctuation.bracket".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x73777bff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "punctuation.delimiter".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x73777bff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "punctuation.list_marker".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x73777bff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "punctuation.special".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xa37accff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "string".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x86b300ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "string.escape".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x8a8e91ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "string.regex".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x4cbf99ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "string.special".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xe6ba7eff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "string.special.symbol".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xf98d3fff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "tag".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x3b9ee5ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "text.literal".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xf98d3fff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "title".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x5c6166ff).into()),
                                    font_weight: Some(UserFontWeight(700.0)),
                                    ..Default::default()
                                },
                            ),
                            (
                                "type".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x399ee6ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "variable".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x5c6166ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "variant".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x3b9ee5ff).into()),
                                    ..Default::default()
                                },
                            ),
                        ],
                    }),
                },
            },
            UserTheme {
                name: "Ayu Mirage".into(),
                appearance: Appearance::Dark,
                styles: UserThemeStylesRefinement {
                    colors: ThemeColorsRefinement {
                        border: Some(rgba(0x53565dff).into()),
                        border_variant: Some(rgba(0x43464fff).into()),
                        border_focused: Some(rgba(0x24556fff).into()),
                        border_selected: Some(rgba(0x24556fff).into()),
                        border_transparent: Some(rgba(0x00000000).into()),
                        border_disabled: Some(rgba(0x4d5058ff).into()),
                        elevated_surface_background: Some(rgba(0x353944ff).into()),
                        surface_background: Some(rgba(0x353944ff).into()),
                        background: Some(rgba(0x464a52ff).into()),
                        panel_background: Some(rgba(0x353944ff).into()),
                        element_background: Some(rgba(0x353944ff).into()),
                        element_hover: Some(rgba(0x43464fff).into()),
                        element_active: Some(rgba(0x53565dff).into()),
                        element_selected: Some(rgba(0x53565dff).into()),
                        element_disabled: Some(rgba(0x353944ff).into()),
                        drop_target_background: Some(rgba(0x9a9a9880).into()),
                        ghost_element_background: Some(rgba(0x00000000).into()),
                        ghost_element_hover: Some(rgba(0x43464fff).into()),
                        ghost_element_active: Some(rgba(0x53565dff).into()),
                        ghost_element_selected: Some(rgba(0x53565dff).into()),
                        ghost_element_disabled: Some(rgba(0x353944ff).into()),
                        text: Some(rgba(0xcccac2ff).into()),
                        text_muted: Some(rgba(0x9a9a98ff).into()),
                        text_placeholder: Some(rgba(0x7b7d7fff).into()),
                        text_disabled: Some(rgba(0x7b7d7fff).into()),
                        text_accent: Some(rgba(0x73cffeff).into()),
                        icon: Some(rgba(0xcccac2ff).into()),
                        icon_muted: Some(rgba(0x9a9a98ff).into()),
                        icon_disabled: Some(rgba(0x7b7d7fff).into()),
                        icon_placeholder: Some(rgba(0x9a9a98ff).into()),
                        icon_accent: Some(rgba(0x73cffeff).into()),
                        status_bar_background: Some(rgba(0x464a52ff).into()),
                        title_bar_background: Some(rgba(0x464a52ff).into()),
                        toolbar_background: Some(rgba(0x242936ff).into()),
                        tab_bar_background: Some(rgba(0x353944ff).into()),
                        tab_inactive_background: Some(rgba(0x353944ff).into()),
                        tab_active_background: Some(rgba(0x242936ff).into()),
                        scrollbar_thumb_background: Some(rgba(0xcccac24c).into()),
                        scrollbar_thumb_hover_background: Some(rgba(0x43464fff).into()),
                        scrollbar_thumb_border: Some(rgba(0x43464fff).into()),
                        scrollbar_track_background: Some(rgba(0x00000000).into()),
                        scrollbar_track_border: Some(rgba(0x323641ff).into()),
                        editor_foreground: Some(rgba(0xcccac2ff).into()),
                        editor_background: Some(rgba(0x242936ff).into()),
                        editor_gutter_background: Some(rgba(0x242936ff).into()),
                        editor_subheader_background: Some(rgba(0x353944ff).into()),
                        editor_active_line_background: Some(rgba(0x353944bf).into()),
                        editor_highlighted_line_background: Some(rgba(0x353944ff).into()),
                        editor_line_number: Some(rgba(0xcccac259).into()),
                        editor_active_line_number: Some(rgba(0xcccac2ff).into()),
                        editor_invisible: Some(rgba(0x787a7cff).into()),
                        editor_wrap_guide: Some(rgba(0xcccac20d).into()),
                        editor_active_wrap_guide: Some(rgba(0xcccac21a).into()),
                        editor_document_highlight_read_background: Some(rgba(0x73cffe1a).into()),
                        editor_document_highlight_write_background: Some(rgba(0x787a7c66).into()),
                        terminal_background: Some(rgba(0x242936ff).into()),
                        terminal_foreground: Some(rgba(0xcccac2ff).into()),
                        terminal_bright_foreground: Some(rgba(0xcccac2ff).into()),
                        terminal_dim_foreground: Some(rgba(0x242936ff).into()),
                        terminal_ansi_black: Some(rgba(0x242936ff).into()),
                        terminal_ansi_bright_black: Some(rgba(0x67696eff).into()),
                        terminal_ansi_dim_black: Some(rgba(0xcccac2ff).into()),
                        terminal_ansi_red: Some(rgba(0xf18779ff).into()),
                        terminal_ansi_bright_red: Some(rgba(0x83403dff).into()),
                        terminal_ansi_dim_red: Some(rgba(0xfec4baff).into()),
                        terminal_ansi_green: Some(rgba(0xd5fe80ff).into()),
                        terminal_ansi_bright_green: Some(rgba(0x76993dff).into()),
                        terminal_ansi_dim_green: Some(rgba(0xecffc1ff).into()),
                        terminal_ansi_yellow: Some(rgba(0xfed073ff).into()),
                        terminal_ansi_bright_yellow: Some(rgba(0x937238ff).into()),
                        terminal_ansi_dim_yellow: Some(rgba(0xffe7b9ff).into()),
                        terminal_ansi_blue: Some(rgba(0x73cffeff).into()),
                        terminal_ansi_bright_blue: Some(rgba(0x346e8dff).into()),
                        terminal_ansi_dim_blue: Some(rgba(0xc1e7ffff).into()),
                        terminal_ansi_magenta: Some(rgba(0x5ccee5ff).into()),
                        terminal_ansi_bright_magenta: Some(rgba(0x2b6c7bff).into()),
                        terminal_ansi_dim_magenta: Some(rgba(0xb7e7f2ff).into()),
                        terminal_ansi_cyan: Some(rgba(0x95e5cbff).into()),
                        terminal_ansi_bright_cyan: Some(rgba(0x4c806fff).into()),
                        terminal_ansi_dim_cyan: Some(rgba(0xccf3e5ff).into()),
                        terminal_ansi_white: Some(rgba(0xcccac2ff).into()),
                        terminal_ansi_bright_white: Some(rgba(0xcccac2ff).into()),
                        terminal_ansi_dim_white: Some(rgba(0x898a8aff).into()),
                        link_text_hover: Some(rgba(0x73cffeff).into()),
                        ..Default::default()
                    },
                    status: StatusColorsRefinement {
                        conflict: Some(rgba(0xfed073ff).into()),
                        conflict_background: Some(rgba(0x584018ff).into()),
                        conflict_border: Some(rgba(0x765a29ff).into()),
                        created: Some(rgba(0xd5fe80ff).into()),
                        created_background: Some(rgba(0x426118ff).into()),
                        created_border: Some(rgba(0x5d7e2cff).into()),
                        deleted: Some(rgba(0xf18779ff).into()),
                        deleted_background: Some(rgba(0x481b1cff).into()),
                        deleted_border: Some(rgba(0x662e2dff).into()),
                        error: Some(rgba(0xf18779ff).into()),
                        error_background: Some(rgba(0x481b1cff).into()),
                        error_border: Some(rgba(0x662e2dff).into()),
                        hidden: Some(rgba(0x7b7d7fff).into()),
                        hidden_background: Some(rgba(0x464a52ff).into()),
                        hidden_border: Some(rgba(0x4d5058ff).into()),
                        hint: Some(rgba(0x7399a3ff).into()),
                        hint_background: Some(rgba(0x123a50ff).into()),
                        hint_border: Some(rgba(0x24556fff).into()),
                        ignored: Some(rgba(0x9a9a98ff).into()),
                        ignored_background: Some(rgba(0x464a52ff).into()),
                        ignored_border: Some(rgba(0x53565dff).into()),
                        info: Some(rgba(0x73cffeff).into()),
                        info_background: Some(rgba(0x123a50ff).into()),
                        info_border: Some(rgba(0x24556fff).into()),
                        modified: Some(rgba(0xfed073ff).into()),
                        modified_background: Some(rgba(0x584018ff).into()),
                        modified_border: Some(rgba(0x765a29ff).into()),
                        predictive: Some(rgba(0x6d839bff).into()),
                        predictive_background: Some(rgba(0x426118ff).into()),
                        predictive_border: Some(rgba(0x5d7e2cff).into()),
                        renamed: Some(rgba(0x73cffeff).into()),
                        renamed_background: Some(rgba(0x123a50ff).into()),
                        renamed_border: Some(rgba(0x24556fff).into()),
                        success: Some(rgba(0xd5fe80ff).into()),
                        success_background: Some(rgba(0x426118ff).into()),
                        success_border: Some(rgba(0x5d7e2cff).into()),
                        unreachable: Some(rgba(0x9a9a98ff).into()),
                        unreachable_background: Some(rgba(0x464a52ff).into()),
                        unreachable_border: Some(rgba(0x53565dff).into()),
                        warning: Some(rgba(0xfed073ff).into()),
                        warning_background: Some(rgba(0x584018ff).into()),
                        warning_border: Some(rgba(0x765a29ff).into()),
                        ..Default::default()
                    },
                    player: Some(PlayerColors(vec![
                        PlayerColor {
                            cursor: rgba(0x73cffeff).into(),
                            background: rgba(0x73cffeff).into(),
                            selection: rgba(0x73cffe3d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0x5ccee5ff).into(),
                            background: rgba(0x5ccee5ff).into(),
                            selection: rgba(0x5ccee53d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0xfead66ff).into(),
                            background: rgba(0xfead66ff).into(),
                            selection: rgba(0xfead663d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0xdebffeff).into(),
                            background: rgba(0xdebffeff).into(),
                            selection: rgba(0xdebffe3d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0x95e5cbff).into(),
                            background: rgba(0x95e5cbff).into(),
                            selection: rgba(0x95e5cb3d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0xf18779ff).into(),
                            background: rgba(0xf18779ff).into(),
                            selection: rgba(0xf187793d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0xfed073ff).into(),
                            background: rgba(0xfed073ff).into(),
                            selection: rgba(0xfed0733d).into(),
                        },
                        PlayerColor {
                            cursor: rgba(0xd5fe80ff).into(),
                            background: rgba(0xd5fe80ff).into(),
                            selection: rgba(0xd5fe803d).into(),
                        },
                    ])),
                    syntax: Some(UserSyntaxTheme {
                        highlights: vec![
                            (
                                "attribute".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x73cffeff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "boolean".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xdfbfffff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "comment".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xb8cfe680).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "comment.doc".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x9b9b99ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "constant".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xdfbfffff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "constructor".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x73cffeff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "embedded".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xcccac2ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "emphasis".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x73cffeff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "emphasis.strong".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x73cffeff).into()),
                                    font_weight: Some(UserFontWeight(700.0)),
                                    ..Default::default()
                                },
                            ),
                            (
                                "enum".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xfead66ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "function".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xffd173ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "hint".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x7399a3ff).into()),
                                    font_weight: Some(UserFontWeight(700.0)),
                                    ..Default::default()
                                },
                            ),
                            (
                                "keyword".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xffad66ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "label".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x73cffeff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "link_text".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xfead66ff).into()),
                                    font_style: Some(UserFontStyle::Italic),
                                    ..Default::default()
                                },
                            ),
                            (
                                "link_uri".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xd5fe80ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "number".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xdfbfffff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "operator".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xf29e74ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "predictive".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x6d839bff).into()),
                                    font_style: Some(UserFontStyle::Italic),
                                    ..Default::default()
                                },
                            ),
                            (
                                "preproc".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xcccac2ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "primary".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xcccac2ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "property".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x73cffeff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "punctuation".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xb4b3aeff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "punctuation.bracket".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xb4b3aeff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "punctuation.delimiter".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xb4b3aeff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "punctuation.list_marker".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xb4b3aeff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "punctuation.special".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xdfbfffff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "string".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xd5ff80ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "string.escape".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x9b9b99ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "string.regex".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x95e6cbff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "string.special".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xffdfb3ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "string.special.symbol".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xfead66ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "tag".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x73cffeff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "text.literal".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xfead66ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "title".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xcccac2ff).into()),
                                    font_weight: Some(UserFontWeight(700.0)),
                                    ..Default::default()
                                },
                            ),
                            (
                                "type".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x73d0ffff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "variable".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0xcccac2ff).into()),
                                    ..Default::default()
                                },
                            ),
                            (
                                "variant".into(),
                                UserHighlightStyle {
                                    color: Some(rgba(0x73cffeff).into()),
                                    ..Default::default()
                                },
                            ),
                        ],
                    }),
                },
            },
        ],
    }
}
