Format code with prettier

This commit is contained in:
deepsource-autofix[bot] 2022-08-03 02:09:40 +00:00 committed by GitHub
parent 610ae16bda
commit e36fa870c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 2079 additions and 2079 deletions

View file

@ -1,6 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}
autoprefixer: {},
},
};

View file

@ -3,493 +3,493 @@
/* global chrome */
defaultColorScheme = {
__color_canvas_default_transparent: 'rgba(13, 17, 23, 0)',
__color_page_header_bg: '#0d1117',
__color_marketing_icon_primary: '#79c0ff',
__color_marketing_icon_secondary: '#1f6feb',
__color_diff_blob_addition_num_text: '#c9d1d9',
__color_diff_blob_addition_fg: '#c9d1d9',
__color_diff_blob_addition_num_bg: 'rgba(63, 185, 80, 0.3)',
__color_diff_blob_addition_line_bg: 'rgba(46, 160, 67, 0.15)',
__color_diff_blob_addition_word_bg: 'rgba(46, 160, 67, 0.4)',
__color_diff_blob_deletion_num_text: '#c9d1d9',
__color_diff_blob_deletion_fg: '#c9d1d9',
__color_diff_blob_deletion_num_bg: 'rgba(248, 81, 73, 0.3)',
__color_diff_blob_deletion_line_bg: 'rgba(248, 81, 73, 0.15)',
__color_diff_blob_deletion_word_bg: 'rgba(248, 81, 73, 0.4)',
__color_diff_blob_hunk_num_bg: 'rgba(56, 139, 253, 0.4)',
__color_diff_blob_expander_icon: '#8b949e',
__color_diff_blob_selected_line_highlight_mix_blend_mode: 'screen',
__color_diffstat_deletion_border: 'rgba(240, 246, 252, 0.1)',
__color_diffstat_addition_border: 'rgba(240, 246, 252, 0.1)',
__color_diffstat_addition_bg: '#3fb950',
__color_search_keyword_hl: 'rgba(210, 153, 34, 0.4)',
__color_prettylights_syntax_comment: '#8b949e',
__color_prettylights_syntax_constant: '#79c0ff',
__color_prettylights_syntax_entity: '#d2a8ff',
__color_prettylights_syntax_storage_modifier_import: '#c9d1d9',
__color_prettylights_syntax_entity_tag: '#7ee787',
__color_prettylights_syntax_keyword: '#ff7b72',
__color_prettylights_syntax_string: '#a5d6ff',
__color_prettylights_syntax_variable: '#ffa657',
__color_prettylights_syntax_brackethighlighter_unmatched: '#f85149',
__color_prettylights_syntax_invalid_illegal_text: '#f0f6fc',
__color_prettylights_syntax_invalid_illegal_bg: '#8e1519',
__color_prettylights_syntax_carriage_return_text: '#f0f6fc',
__color_prettylights_syntax_carriage_return_bg: '#b62324',
__color_prettylights_syntax_string_regexp: '#7ee787',
__color_prettylights_syntax_markup_list: '#f2cc60',
__color_prettylights_syntax_markup_heading: '#1f6feb',
__color_prettylights_syntax_markup_italic: '#c9d1d9',
__color_prettylights_syntax_markup_bold: '#c9d1d9',
__color_prettylights_syntax_markup_deleted_text: '#ffdcd7',
__color_prettylights_syntax_markup_deleted_bg: '#67060c',
__color_prettylights_syntax_markup_inserted_text: '#aff5b4',
__color_prettylights_syntax_markup_inserted_bg: '#033a16',
__color_prettylights_syntax_markup_changed_text: '#ffdfb6',
__color_prettylights_syntax_markup_changed_bg: '#5a1e02',
__color_prettylights_syntax_markup_ignored_text: '#c9d1d9',
__color_prettylights_syntax_markup_ignored_bg: '#1158c7',
__color_prettylights_syntax_meta_diff_range: '#d2a8ff',
__color_prettylights_syntax_brackethighlighter_angle: '#8b949e',
__color_prettylights_syntax_sublimelinter_gutter_mark: '#484f58',
__color_prettylights_syntax_constant_other_reference_link: '#a5d6ff',
__color_codemirror_text: '#c9d1d9',
__color_codemirror_bg: '#0d1117',
__color_codemirror_gutters_bg: '#0d1117',
__color_codemirror_guttermarker_text: '#0d1117',
__color_codemirror_guttermarker_subtle_text: '#6e7681',
__color_codemirror_linenumber_text: '#8b949e',
__color_codemirror_cursor: '#c9d1d9',
__color_codemirror_selection_bg: 'rgba(56, 139, 253, 0.4)',
__color_codemirror_activeline_bg: 'rgba(110, 118, 129, 0.1)',
__color_codemirror_matchingbracket_text: '#c9d1d9',
__color_codemirror_lines_bg: '#0d1117',
__color_codemirror_syntax_comment: '#8b949e',
__color_codemirror_syntax_constant: '#79c0ff',
__color_codemirror_syntax_entity: '#d2a8ff',
__color_codemirror_syntax_keyword: '#ff7b72',
__color_codemirror_syntax_storage: '#ff7b72',
__color_codemirror_syntax_string: '#a5d6ff',
__color_codemirror_syntax_support: '#79c0ff',
__color_codemirror_syntax_variable: '#ffa657',
__color_checks_bg: '#010409',
__color_checks_run_border_width: '1px',
__color_checks_container_border_width: '1px',
__color_checks_text_primary: '#c9d1d9',
__color_checks_text_secondary: '#8b949e',
__color_checks_text_link: '#58a6ff',
__color_checks_btn_icon: '#8b949e',
__color_checks_btn_hover_icon: '#c9d1d9',
__color_checks_btn_hover_bg: 'rgba(110, 118, 129, 0.1)',
__color_checks_input_text: '#8b949e',
__color_checks_input_placeholder_text: '#6e7681',
__color_checks_input_focus_text: '#c9d1d9',
__color_checks_input_bg: '#161b22',
__color_checks_input_shadow: '0 0 0 1px (obj) => get_1.default(obj, path)',
__color_checks_donut_error: '#f85149',
__color_checks_donut_pending: '#d29922',
__color_checks_donut_success: '#2ea043',
__color_checks_donut_neutral: '#8b949e',
__color_checks_dropdown_text: '#c9d1d9',
__color_checks_dropdown_bg: '#161b22',
__color_checks_dropdown_border: '#30363d',
__color_checks_dropdown_shadow: 'rgba(1, 4, 9, 0.3)',
__color_checks_dropdown_hover_text: '#c9d1d9',
__color_checks_dropdown_hover_bg: 'rgba(110, 118, 129, 0.1)',
__color_checks_dropdown_btn_hover_text: '#c9d1d9',
__color_checks_dropdown_btn_hover_bg: 'rgba(110, 118, 129, 0.1)',
__color_checks_scrollbar_thumb_bg: 'rgba(110, 118, 129, 0.4)',
__color_checks_header_label_text: '#8b949e',
__color_checks_header_label_open_text: '#c9d1d9',
__color_checks_header_border: '#21262d',
__color_checks_header_icon: '#8b949e',
__color_checks_line_text: '#8b949e',
__color_checks_line_num_text: '#6e7681',
__color_checks_line_timestamp_text: '#6e7681',
__color_checks_line_hover_bg: 'rgba(110, 118, 129, 0.1)',
__color_checks_line_selected_bg: 'rgba(56, 139, 253, 0.15)',
__color_checks_line_selected_num_text: '#58a6ff',
__color_checks_line_dt_fm_text: '#ffffff',
__color_checks_line_dt_fm_bg: '#9e6a03',
__color_checks_gate_bg: 'rgba(187, 128, 9, 0.15)',
__color_checks_gate_text: '#8b949e',
__color_checks_gate_waiting_text: '#d29922',
__color_checks_step_header_open_bg: '#161b22',
__color_checks_step_error_text: '#f85149',
__color_checks_step_warning_text: '#d29922',
__color_checks_logline_text: '#8b949e',
__color_checks_logline_num_text: '#6e7681',
__color_checks_logline_debug_text: '#a371f7',
__color_checks_logline_error_text: '#8b949e',
__color_checks_logline_error_num_text: '#6e7681',
__color_checks_logline_error_bg: 'rgba(248, 81, 73, 0.15)',
__color_checks_logline_warning_text: '#8b949e',
__color_checks_logline_warning_num_text: '#d29922',
__color_checks_logline_warning_bg: 'rgba(187, 128, 9, 0.15)',
__color_checks_logline_command_text: '#58a6ff',
__color_checks_logline_section_text: '#3fb950',
__color_checks_ans_Iblack: '#0d1117',
__color_checks_ans_Iblack_bright: '#161b22',
__color_checks_ans_Iwhite: '#b1bac4',
__color_checks_ans_Iwhite_bright: '#b1bac4',
__color_checks_ans_Igray: '#6e7681',
__color_checks_ans_Ired: '#ff7b72',
__color_checks_ans_Ired_bright: '#ffa198',
__color_checks_ans_Igreen: '#3fb950',
__color_checks_ans_Igreen_bright: '#56d364',
__color_checks_ans_Iyellow: '#d29922',
__color_checks_ans_Iyellow_bright: '#e3b341',
__color_checks_ans_Iblue: '#58a6ff',
__color_checks_ans_Iblue_bright: '#79c0ff',
__color_checks_ans_Imagenta: '#bc8cff',
__color_checks_ans_Imagenta_bright: '#d2a8ff',
__color_checks_ans_Icyan: '#76e3ea',
__color_checks_ans_Icyan_bright: '#b3f0ff',
__color_project_header_bg: '#0d1117',
__color_project_sidebar_bg: '#161b22',
__color_project_gradient_in: '#161b22',
__color_project_gradient_out: 'rgba(22, 27, 34, 0)',
__color_mktg_btn_bg: '#f6f8fa',
__color_mktg_btn_shadow_outline: 'rgb(255 255 255 / 25%) 0 0 0 1px inset',
__color_mktg_btn_shadow_focus: 'rgb(255 255 255 / 25%) 0 0 0 4px',
__color_canvas_default_transparent: "rgba(13, 17, 23, 0)",
__color_page_header_bg: "#0d1117",
__color_marketing_icon_primary: "#79c0ff",
__color_marketing_icon_secondary: "#1f6feb",
__color_diff_blob_addition_num_text: "#c9d1d9",
__color_diff_blob_addition_fg: "#c9d1d9",
__color_diff_blob_addition_num_bg: "rgba(63, 185, 80, 0.3)",
__color_diff_blob_addition_line_bg: "rgba(46, 160, 67, 0.15)",
__color_diff_blob_addition_word_bg: "rgba(46, 160, 67, 0.4)",
__color_diff_blob_deletion_num_text: "#c9d1d9",
__color_diff_blob_deletion_fg: "#c9d1d9",
__color_diff_blob_deletion_num_bg: "rgba(248, 81, 73, 0.3)",
__color_diff_blob_deletion_line_bg: "rgba(248, 81, 73, 0.15)",
__color_diff_blob_deletion_word_bg: "rgba(248, 81, 73, 0.4)",
__color_diff_blob_hunk_num_bg: "rgba(56, 139, 253, 0.4)",
__color_diff_blob_expander_icon: "#8b949e",
__color_diff_blob_selected_line_highlight_mix_blend_mode: "screen",
__color_diffstat_deletion_border: "rgba(240, 246, 252, 0.1)",
__color_diffstat_addition_border: "rgba(240, 246, 252, 0.1)",
__color_diffstat_addition_bg: "#3fb950",
__color_search_keyword_hl: "rgba(210, 153, 34, 0.4)",
__color_prettylights_syntax_comment: "#8b949e",
__color_prettylights_syntax_constant: "#79c0ff",
__color_prettylights_syntax_entity: "#d2a8ff",
__color_prettylights_syntax_storage_modifier_import: "#c9d1d9",
__color_prettylights_syntax_entity_tag: "#7ee787",
__color_prettylights_syntax_keyword: "#ff7b72",
__color_prettylights_syntax_string: "#a5d6ff",
__color_prettylights_syntax_variable: "#ffa657",
__color_prettylights_syntax_brackethighlighter_unmatched: "#f85149",
__color_prettylights_syntax_invalid_illegal_text: "#f0f6fc",
__color_prettylights_syntax_invalid_illegal_bg: "#8e1519",
__color_prettylights_syntax_carriage_return_text: "#f0f6fc",
__color_prettylights_syntax_carriage_return_bg: "#b62324",
__color_prettylights_syntax_string_regexp: "#7ee787",
__color_prettylights_syntax_markup_list: "#f2cc60",
__color_prettylights_syntax_markup_heading: "#1f6feb",
__color_prettylights_syntax_markup_italic: "#c9d1d9",
__color_prettylights_syntax_markup_bold: "#c9d1d9",
__color_prettylights_syntax_markup_deleted_text: "#ffdcd7",
__color_prettylights_syntax_markup_deleted_bg: "#67060c",
__color_prettylights_syntax_markup_inserted_text: "#aff5b4",
__color_prettylights_syntax_markup_inserted_bg: "#033a16",
__color_prettylights_syntax_markup_changed_text: "#ffdfb6",
__color_prettylights_syntax_markup_changed_bg: "#5a1e02",
__color_prettylights_syntax_markup_ignored_text: "#c9d1d9",
__color_prettylights_syntax_markup_ignored_bg: "#1158c7",
__color_prettylights_syntax_meta_diff_range: "#d2a8ff",
__color_prettylights_syntax_brackethighlighter_angle: "#8b949e",
__color_prettylights_syntax_sublimelinter_gutter_mark: "#484f58",
__color_prettylights_syntax_constant_other_reference_link: "#a5d6ff",
__color_codemirror_text: "#c9d1d9",
__color_codemirror_bg: "#0d1117",
__color_codemirror_gutters_bg: "#0d1117",
__color_codemirror_guttermarker_text: "#0d1117",
__color_codemirror_guttermarker_subtle_text: "#6e7681",
__color_codemirror_linenumber_text: "#8b949e",
__color_codemirror_cursor: "#c9d1d9",
__color_codemirror_selection_bg: "rgba(56, 139, 253, 0.4)",
__color_codemirror_activeline_bg: "rgba(110, 118, 129, 0.1)",
__color_codemirror_matchingbracket_text: "#c9d1d9",
__color_codemirror_lines_bg: "#0d1117",
__color_codemirror_syntax_comment: "#8b949e",
__color_codemirror_syntax_constant: "#79c0ff",
__color_codemirror_syntax_entity: "#d2a8ff",
__color_codemirror_syntax_keyword: "#ff7b72",
__color_codemirror_syntax_storage: "#ff7b72",
__color_codemirror_syntax_string: "#a5d6ff",
__color_codemirror_syntax_support: "#79c0ff",
__color_codemirror_syntax_variable: "#ffa657",
__color_checks_bg: "#010409",
__color_checks_run_border_width: "1px",
__color_checks_container_border_width: "1px",
__color_checks_text_primary: "#c9d1d9",
__color_checks_text_secondary: "#8b949e",
__color_checks_text_link: "#58a6ff",
__color_checks_btn_icon: "#8b949e",
__color_checks_btn_hover_icon: "#c9d1d9",
__color_checks_btn_hover_bg: "rgba(110, 118, 129, 0.1)",
__color_checks_input_text: "#8b949e",
__color_checks_input_placeholder_text: "#6e7681",
__color_checks_input_focus_text: "#c9d1d9",
__color_checks_input_bg: "#161b22",
__color_checks_input_shadow: "0 0 0 1px (obj) => get_1.default(obj, path)",
__color_checks_donut_error: "#f85149",
__color_checks_donut_pending: "#d29922",
__color_checks_donut_success: "#2ea043",
__color_checks_donut_neutral: "#8b949e",
__color_checks_dropdown_text: "#c9d1d9",
__color_checks_dropdown_bg: "#161b22",
__color_checks_dropdown_border: "#30363d",
__color_checks_dropdown_shadow: "rgba(1, 4, 9, 0.3)",
__color_checks_dropdown_hover_text: "#c9d1d9",
__color_checks_dropdown_hover_bg: "rgba(110, 118, 129, 0.1)",
__color_checks_dropdown_btn_hover_text: "#c9d1d9",
__color_checks_dropdown_btn_hover_bg: "rgba(110, 118, 129, 0.1)",
__color_checks_scrollbar_thumb_bg: "rgba(110, 118, 129, 0.4)",
__color_checks_header_label_text: "#8b949e",
__color_checks_header_label_open_text: "#c9d1d9",
__color_checks_header_border: "#21262d",
__color_checks_header_icon: "#8b949e",
__color_checks_line_text: "#8b949e",
__color_checks_line_num_text: "#6e7681",
__color_checks_line_timestamp_text: "#6e7681",
__color_checks_line_hover_bg: "rgba(110, 118, 129, 0.1)",
__color_checks_line_selected_bg: "rgba(56, 139, 253, 0.15)",
__color_checks_line_selected_num_text: "#58a6ff",
__color_checks_line_dt_fm_text: "#ffffff",
__color_checks_line_dt_fm_bg: "#9e6a03",
__color_checks_gate_bg: "rgba(187, 128, 9, 0.15)",
__color_checks_gate_text: "#8b949e",
__color_checks_gate_waiting_text: "#d29922",
__color_checks_step_header_open_bg: "#161b22",
__color_checks_step_error_text: "#f85149",
__color_checks_step_warning_text: "#d29922",
__color_checks_logline_text: "#8b949e",
__color_checks_logline_num_text: "#6e7681",
__color_checks_logline_debug_text: "#a371f7",
__color_checks_logline_error_text: "#8b949e",
__color_checks_logline_error_num_text: "#6e7681",
__color_checks_logline_error_bg: "rgba(248, 81, 73, 0.15)",
__color_checks_logline_warning_text: "#8b949e",
__color_checks_logline_warning_num_text: "#d29922",
__color_checks_logline_warning_bg: "rgba(187, 128, 9, 0.15)",
__color_checks_logline_command_text: "#58a6ff",
__color_checks_logline_section_text: "#3fb950",
__color_checks_ans_Iblack: "#0d1117",
__color_checks_ans_Iblack_bright: "#161b22",
__color_checks_ans_Iwhite: "#b1bac4",
__color_checks_ans_Iwhite_bright: "#b1bac4",
__color_checks_ans_Igray: "#6e7681",
__color_checks_ans_Ired: "#ff7b72",
__color_checks_ans_Ired_bright: "#ffa198",
__color_checks_ans_Igreen: "#3fb950",
__color_checks_ans_Igreen_bright: "#56d364",
__color_checks_ans_Iyellow: "#d29922",
__color_checks_ans_Iyellow_bright: "#e3b341",
__color_checks_ans_Iblue: "#58a6ff",
__color_checks_ans_Iblue_bright: "#79c0ff",
__color_checks_ans_Imagenta: "#bc8cff",
__color_checks_ans_Imagenta_bright: "#d2a8ff",
__color_checks_ans_Icyan: "#76e3ea",
__color_checks_ans_Icyan_bright: "#b3f0ff",
__color_project_header_bg: "#0d1117",
__color_project_sidebar_bg: "#161b22",
__color_project_gradient_in: "#161b22",
__color_project_gradient_out: "rgba(22, 27, 34, 0)",
__color_mktg_btn_bg: "#f6f8fa",
__color_mktg_btn_shadow_outline: "rgb(255 255 255 / 25%) 0 0 0 1px inset",
__color_mktg_btn_shadow_focus: "rgb(255 255 255 / 25%) 0 0 0 4px",
__color_mktg_btn_shadow_hover:
'0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07)',
__color_mktg_btn_shadow_hover_muted: 'rgb(255 255 255) 0 0 0 2px inset',
__color_avatar_bg: 'rgba(255, 255, 255, 0.1)',
__color_avatar_border: 'rgba(240, 246, 252, 0.1)',
__color_avatar_stack_fade: '#30363d',
__color_avatar_stack_fade_more: '#21262d',
__color_avatar_child_shadow: '_2px _2px 0 #0d1117',
__color_topic_tag_border: 'rgba(0, 0, 0, 0)',
__color_counter_border: 'rgba(0, 0, 0, 0)',
__color_select_menu_backdrop_border: '#484f58',
__color_select_menu_tap_highlight: 'rgba(48, 54, 61, 0.5)',
__color_select_menu_tap_focus_bg: '#0c2d6b',
__color_overlay_shadow: '0 0 0 1px #30363d, 0 16px 32px rgba(1, 4, 9, 0.85)',
__color_header_text: 'rgba(255, 255, 255, 0.7)',
__color_header_bg: '#161b22',
__color_header_divider: '#8b949e',
__color_header_logo: '#f0f6fc',
__color_header_search_bg: '#0d1117',
__color_header_search_border: '#30363d',
__color_sidenav_selected_bg: '#21262d',
__color_menu_bg_active: '#161b22',
__color_input_disabled_bg: 'rgba(110, 118, 129, 0)',
__color_timeline_badge_bg: '#21262d',
__color_ans_Iblack: '#484f58',
__color_ans_Iblack_bright: '#6e7681',
__color_ans_Iwhite: '#b1bac4',
__color_ans_Iwhite_bright: '#ffffff',
__color_ans_Igray: '#6e7681',
__color_ans_Ired: '#ff7b72',
__color_ans_Ired_bright: '#ffa198',
__color_ans_Igreen: '#3fb950',
__color_ans_Igreen_bright: '#56d364',
__color_ans_Iyellow: '#d29922',
__color_ans_Iyellow_bright: '#e3b341',
__color_ans_Iblue: '#58a6ff',
__color_ans_Iblue_bright: '#79c0ff',
__color_ans_Imagenta: '#bc8cff',
__color_ans_Imagenta_bright: '#d2a8ff',
__color_ans_Icyan: '#39c5cf',
__color_ans_Icyan_bright: '#56d4dd',
__color_btn_text: '#c9d1d9',
__color_btn_bg: '#21262d',
__color_btn_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_shadow: '0 0 transparent',
__color_btn_inset_shadow: '0 0 transparent',
__color_btn_hover_bg: '#30363d',
__color_btn_hover_border: '#8b949e',
__color_btn_active_bg: 'hsla(212, 12%, 18%, 1)',
__color_btn_active_border: '#6e7681',
__color_btn_selected_bg: '#161b22',
__color_btn_focus_bg: '#21262d',
__color_btn_focus_border: '#8b949e',
__color_btn_focus_shadow: '0 0 0 3px rgba(139, 148, 158, 0.3)',
__color_btn_shadow_active: 'inset 0 0.15em 0.3em rgba(1, 4, 9, 0.15)',
__color_btn_shadow_input_focus: '0 0 0 0.2em rgba(31, 111, 235, 0.3)',
__color_btn_counter_bg: '#30363d',
__color_btn_primary_text: '#ffffff',
__color_btn_primary_bg: '#238636',
__color_btn_primary_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_primary_shadow: '0 0 transparent',
__color_btn_primary_inset_shadow: '0 0 transparent',
__color_btn_primary_hover_bg: '#2ea043',
__color_btn_primary_hover_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_primary_selected_bg: '#238636',
__color_btn_primary_selected_shadow: '0 0 transparent',
__color_btn_primary_disabled_text: 'rgba(255, 255, 255, 0.5)',
__color_btn_primary_disabled_bg: 'rgba(35, 134, 54, 0.6)',
__color_btn_primary_disabled_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_primary_focus_bg: '#238636',
__color_btn_primary_focus_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_primary_focus_shadow: '0 0 0 3px rgba(46, 164, 79, 0.4)',
__color_btn_primary_icon: '#ffffff',
__color_btn_primary_counter_bg: 'rgba(255, 255, 255, 0.2)',
__color_btn_outline_text: '#58a6ff',
__color_btn_outline_hover_text: '#58a6ff',
__color_btn_outline_hover_bg: '#30363d',
__color_btn_outline_hover_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_outline_hover_shadow: '0 1px 0 rgba(1, 4, 9, 0.1)',
"0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07)",
__color_mktg_btn_shadow_hover_muted: "rgb(255 255 255) 0 0 0 2px inset",
__color_avatar_bg: "rgba(255, 255, 255, 0.1)",
__color_avatar_border: "rgba(240, 246, 252, 0.1)",
__color_avatar_stack_fade: "#30363d",
__color_avatar_stack_fade_more: "#21262d",
__color_avatar_child_shadow: "_2px _2px 0 #0d1117",
__color_topic_tag_border: "rgba(0, 0, 0, 0)",
__color_counter_border: "rgba(0, 0, 0, 0)",
__color_select_menu_backdrop_border: "#484f58",
__color_select_menu_tap_highlight: "rgba(48, 54, 61, 0.5)",
__color_select_menu_tap_focus_bg: "#0c2d6b",
__color_overlay_shadow: "0 0 0 1px #30363d, 0 16px 32px rgba(1, 4, 9, 0.85)",
__color_header_text: "rgba(255, 255, 255, 0.7)",
__color_header_bg: "#161b22",
__color_header_divider: "#8b949e",
__color_header_logo: "#f0f6fc",
__color_header_search_bg: "#0d1117",
__color_header_search_border: "#30363d",
__color_sidenav_selected_bg: "#21262d",
__color_menu_bg_active: "#161b22",
__color_input_disabled_bg: "rgba(110, 118, 129, 0)",
__color_timeline_badge_bg: "#21262d",
__color_ans_Iblack: "#484f58",
__color_ans_Iblack_bright: "#6e7681",
__color_ans_Iwhite: "#b1bac4",
__color_ans_Iwhite_bright: "#ffffff",
__color_ans_Igray: "#6e7681",
__color_ans_Ired: "#ff7b72",
__color_ans_Ired_bright: "#ffa198",
__color_ans_Igreen: "#3fb950",
__color_ans_Igreen_bright: "#56d364",
__color_ans_Iyellow: "#d29922",
__color_ans_Iyellow_bright: "#e3b341",
__color_ans_Iblue: "#58a6ff",
__color_ans_Iblue_bright: "#79c0ff",
__color_ans_Imagenta: "#bc8cff",
__color_ans_Imagenta_bright: "#d2a8ff",
__color_ans_Icyan: "#39c5cf",
__color_ans_Icyan_bright: "#56d4dd",
__color_btn_text: "#c9d1d9",
__color_btn_bg: "#21262d",
__color_btn_border: "rgba(240, 246, 252, 0.1)",
__color_btn_shadow: "0 0 transparent",
__color_btn_inset_shadow: "0 0 transparent",
__color_btn_hover_bg: "#30363d",
__color_btn_hover_border: "#8b949e",
__color_btn_active_bg: "hsla(212, 12%, 18%, 1)",
__color_btn_active_border: "#6e7681",
__color_btn_selected_bg: "#161b22",
__color_btn_focus_bg: "#21262d",
__color_btn_focus_border: "#8b949e",
__color_btn_focus_shadow: "0 0 0 3px rgba(139, 148, 158, 0.3)",
__color_btn_shadow_active: "inset 0 0.15em 0.3em rgba(1, 4, 9, 0.15)",
__color_btn_shadow_input_focus: "0 0 0 0.2em rgba(31, 111, 235, 0.3)",
__color_btn_counter_bg: "#30363d",
__color_btn_primary_text: "#ffffff",
__color_btn_primary_bg: "#238636",
__color_btn_primary_border: "rgba(240, 246, 252, 0.1)",
__color_btn_primary_shadow: "0 0 transparent",
__color_btn_primary_inset_shadow: "0 0 transparent",
__color_btn_primary_hover_bg: "#2ea043",
__color_btn_primary_hover_border: "rgba(240, 246, 252, 0.1)",
__color_btn_primary_selected_bg: "#238636",
__color_btn_primary_selected_shadow: "0 0 transparent",
__color_btn_primary_disabled_text: "rgba(255, 255, 255, 0.5)",
__color_btn_primary_disabled_bg: "rgba(35, 134, 54, 0.6)",
__color_btn_primary_disabled_border: "rgba(240, 246, 252, 0.1)",
__color_btn_primary_focus_bg: "#238636",
__color_btn_primary_focus_border: "rgba(240, 246, 252, 0.1)",
__color_btn_primary_focus_shadow: "0 0 0 3px rgba(46, 164, 79, 0.4)",
__color_btn_primary_icon: "#ffffff",
__color_btn_primary_counter_bg: "rgba(255, 255, 255, 0.2)",
__color_btn_outline_text: "#58a6ff",
__color_btn_outline_hover_text: "#58a6ff",
__color_btn_outline_hover_bg: "#30363d",
__color_btn_outline_hover_border: "rgba(240, 246, 252, 0.1)",
__color_btn_outline_hover_shadow: "0 1px 0 rgba(1, 4, 9, 0.1)",
__color_btn_outline_hover_inset_shadow:
'inset 0 1px 0 rgba(255, 255, 255, 0.03)',
__color_btn_outline_hover_counter_bg: 'rgba(255, 255, 255, 0.2)',
__color_btn_outline_selected_text: '#ffffff',
__color_btn_outline_selected_bg: '#0d419d',
__color_btn_outline_selected_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_outline_selected_shadow: '0 0 transparent',
__color_btn_outline_disabled_text: 'rgba(88, 166, 255, 0.5)',
__color_btn_outline_disabled_bg: '#0d1117',
__color_btn_outline_disabled_counter_bg: 'rgba(31, 111, 235, 0.05)',
__color_btn_outline_focus_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_outline_focus_shadow: '0 0 0 3px rgba(17, 88, 199, 0.4)',
__color_btn_outline_counter_bg: 'rgba(31, 111, 235, 0.1)',
__color_btn_danger_text: '#f85149',
__color_btn_danger_hover_text: '#ffffff',
__color_btn_danger_hover_bg: '#da3633',
__color_btn_danger_hover_border: '#f85149',
__color_btn_danger_hover_shadow: '0 0 transparent',
__color_btn_danger_hover_inset_shadow: '0 0 transparent',
__color_btn_danger_hover_icon: '#ffffff',
__color_btn_danger_hover_counter_bg: 'rgba(255, 255, 255, 0.2)',
__color_btn_danger_selected_text: '#ffffff',
__color_btn_danger_selected_bg: '#b62324',
__color_btn_danger_selected_border: '#ff7b72',
__color_btn_danger_selected_shadow: '0 0 transparent',
__color_btn_danger_disabled_text: 'rgba(248, 81, 73, 0.5)',
__color_btn_danger_disabled_bg: '#0d1117',
__color_btn_danger_disabled_counter_bg: 'rgba(218, 54, 51, 0.05)',
__color_btn_danger_focus_border: '#f85149',
__color_btn_danger_focus_shadow: '0 0 0 3px rgba(248, 81, 73, 0.4)',
__color_btn_danger_counter_bg: 'rgba(218, 54, 51, 0.1)',
__color_btn_danger_icon: '#f85149',
__color_underlinenav_icon: '#6e7681',
__color_underlinenav_border_hover: 'rgba(110, 118, 129, 0.4)',
__color_action_list_item_inline_divider: 'rgba(48, 54, 61, 0.48)',
__color_action_list_item_default_hover_bg: 'rgba(177, 186, 196, 0.12)',
__color_action_list_item_default_hover_border: 'rgba(0, 0, 0, 0)',
__color_action_list_item_default_active_bg: 'rgba(177, 186, 196, 0.2)',
__color_action_list_item_default_active_border: 'rgba(0, 0, 0, 0)',
__color_action_list_item_default_selected_bg: 'rgba(177, 186, 196, 0.08)',
__color_action_list_item_danger_hover_bg: 'rgba(248, 81, 73, 0.16)',
__color_action_list_item_danger_active_bg: 'rgba(248, 81, 73, 0.24)',
__color_action_list_item_danger_hover_text: '#ff7b72',
__color_switch_track_bg: '#010409',
__color_switch_track_border: '#6e7681',
__color_switch_track_checked_bg: 'rgba(31, 111, 235, 0.35)',
__color_switch_track_checked_hover_bg: 'rgba(31, 111, 235, 0.5)',
__color_switch_track_checked_active_bg: 'rgba(31, 111, 235, 0.65)',
__color_switch_track_checked_border: '#58a6ff',
__color_switch_knob_checked_bg: '#1f6feb',
__color_switch_knob_checked_disabled_bg: '#484f58',
__color_fg_default: '#c9d1d9',
__color_fg_muted: '#8b949e',
__color_fg_subtle: '#6e7681',
__color_fg_on_emphasis: '#ffffff',
__color_canvas_default: '#0d1117',
__color_canvas_overlay: '#161b22',
__color_canvas_inset: '#010409',
__color_canvas_subtle: '#161b22',
__color_border_default: '#30363d',
__color_border_muted: '#21262d',
__color_border_subtle: 'rgba(240, 246, 252, 0.1)',
__color_shadow_small: '0 0 transparent',
__color_shadow_medium: '0 3px 6px #010409',
__color_shadow_large: '0 8px 24px #010409',
__color_shadow_extra_large: '0 12px 48px #010409',
__color_neutral_emphasis_plus: '#6e7681',
__color_neutral_emphasis: '#6e7681',
__color_neutral_muted: 'rgba(110, 118, 129, 0.4)',
__color_neutral_subtle: 'rgba(110, 118, 129, 0.1)',
__color_accent_fg: '#58a6ff',
__color_accent_emphasis: '#1f6feb',
__color_accent_muted: 'rgba(56, 139, 253, 0.4)',
__color_accent_subtle: 'rgba(56, 139, 253, 0.15)',
__color_success_fg: '#3fb950',
__color_success_emphasis: '#238636',
__color_success_muted: 'rgba(46, 160, 67, 0.4)',
__color_success_subtle: 'rgba(46, 160, 67, 0.15)',
__color_attention_fg: '#d29922',
__color_attention_emphasis: '#9e6a03',
__color_attention_muted: 'rgba(187, 128, 9, 0.4)',
__color_attention_subtle: 'rgba(187, 128, 9, 0.15)',
__color_severe_fg: '#db6d28',
__color_severe_emphasis: '#bd561d',
__color_severe_muted: 'rgba(219, 109, 40, 0.4)',
__color_severe_subtle: 'rgba(219, 109, 40, 0.15)',
__color_danger_fg: '#f85149',
__color_danger_emphasis: '#da3633',
__color_danger_muted: 'rgba(248, 81, 73, 0.4)',
__color_danger_subtle: 'rgba(248, 81, 73, 0.15)',
__color_open_fg: '#3fb950',
__color_open_emphasis: '#238636',
__color_open_muted: 'rgba(46, 160, 67, 0.4)',
__color_open_subtle: 'rgba(46, 160, 67, 0.15)',
__color_closed_fg: '#f85149',
__color_closed_emphasis: '#da3633',
__color_closed_muted: 'rgba(248, 81, 73, 0.4)',
__color_closed_subtle: 'rgba(248, 81, 73, 0.15)',
__color_done_fg: '#a371f7',
__color_done_emphasis: '#8957e5',
__color_done_muted: 'rgba(163, 113, 247, 0.4)',
__color_done_subtle: 'rgba(163, 113, 247, 0.15)',
__color_sponsors_fg: '#db61a2',
__color_sponsors_emphasis: '#bf4b8a',
__color_sponsors_muted: 'rgba(219, 97, 162, 0.4)',
__color_sponsors_subtle: 'rgba(219, 97, 162, 0.15)',
__color_primer_fg_disabled: '#484f58',
__color_primer_canvas_backdrop: 'rgba(1, 4, 9, 0.8)',
__color_primer_canvas_sticky: 'rgba(13, 17, 23, 0.95)',
__color_primer_border_active: '#F78166',
__color_primer_border_contrast: 'rgba(255, 255, 255, 0.2)',
__color_primer_shadow_highlight: '0 0 transparent',
__color_primer_shadow_inset: '0 0 transparent',
__color_primer_shadow_focus: '0 0 0 3px #0c2d6b',
__color_scale_black: '#010409',
__color_scale_white: '#ffffff',
__color_scale_gray_0: '#f0f6fc',
__color_scale_gray_1: '#c9d1d9',
__color_scale_gray_2: '#b1bac4',
__color_scale_gray_3: '#8b949e',
__color_scale_gray_4: '#6e7681',
__color_scale_gray_5: '#484f58',
__color_scale_gray_6: '#30363d',
__color_scale_gray_7: '#21262d',
__color_scale_gray_8: '#161b22',
__color_scale_gray_9: '#0d1117',
__color_scale_blue_0: '#cae8ff',
__color_scale_blue_1: '#a5d6ff',
__color_scale_blue_2: '#79c0ff',
__color_scale_blue_3: '#58a6ff',
__color_scale_blue_4: '#388bfd',
__color_scale_blue_5: '#1f6feb',
__color_scale_blue_6: '#1158c7',
__color_scale_blue_7: '#0d419d',
__color_scale_blue_8: '#0c2d6b',
__color_scale_blue_9: '#051d4d',
__color_scale_green_0: '#aff5b4',
__color_scale_green_1: '#7ee787',
__color_scale_green_2: '#56d364',
__color_scale_green_3: '#3fb950',
__color_scale_green_4: '#2ea043',
__color_scale_green_5: '#238636',
__color_scale_green_6: '#196c2e',
__color_scale_green_7: '#0f5323',
__color_scale_green_8: '#033a16',
__color_scale_green_9: '#04260f',
__color_scale_yellow_0: '#f8e3a1',
__color_scale_yellow_1: '#f2cc60',
__color_scale_yellow_2: '#e3b341',
__color_scale_yellow_3: '#d29922',
__color_scale_yellow_4: '#bb8009',
__color_scale_yellow_5: '#9e6a03',
__color_scale_yellow_6: '#845306',
__color_scale_yellow_7: '#693e00',
__color_scale_yellow_8: '#4b2900',
__color_scale_yellow_9: '#341a00',
__color_scale_orange_0: '#ffdfb6',
__color_scale_orange_1: '#ffc680',
__color_scale_orange_2: '#ffa657',
__color_scale_orange_3: '#f0883e',
__color_scale_orange_4: '#db6d28',
__color_scale_orange_5: '#bd561d',
__color_scale_orange_6: '#9b4215',
__color_scale_orange_7: '#762d0a',
__color_scale_orange_8: '#5a1e02',
__color_scale_orange_9: '#3d1300',
__color_scale_red_0: '#ffdcd7',
__color_scale_red_1: '#ffc1ba',
__color_scale_red_2: '#ffa198',
__color_scale_red_3: '#ff7b72',
__color_scale_red_4: '#f85149',
__color_scale_red_5: '#da3633',
__color_scale_red_6: '#b62324',
__color_scale_red_7: '#8e1519',
__color_scale_red_8: '#67060c',
__color_scale_red_9: '#490202',
__color_scale_purple_0: '#eddeff',
__color_scale_purple_1: '#e2c5ff',
__color_scale_purple_2: '#d2a8ff',
__color_scale_purple_3: '#bc8cff',
__color_scale_purple_4: '#a371f7',
__color_scale_purple_5: '#8957e5',
__color_scale_purple_6: '#6e40c9',
__color_scale_purple_7: '#553098',
__color_scale_purple_8: '#3c1e70',
__color_scale_purple_9: '#271052',
__color_scale_pink_0: '#ffdaec',
__color_scale_pink_1: '#ffbedd',
__color_scale_pink_2: '#ff9bce',
__color_scale_pink_3: '#f778ba',
__color_scale_pink_4: '#db61a2',
__color_scale_pink_5: '#bf4b8a',
__color_scale_pink_6: '#9e3670',
__color_scale_pink_7: '#7d2457',
__color_scale_pink_8: '#5e103e',
__color_scale_pink_9: '#42062a',
__color_scale_coral_0: '#FFDDD2',
__color_scale_coral_1: '#FFC2B2',
__color_scale_coral_2: '#FFA28B',
__color_scale_coral_3: '#F78166',
__color_scale_coral_4: '#EA6045',
__color_scale_coral_5: '#CF462D',
__color_scale_coral_6: '#AC3220',
__color_scale_coral_7: '#872012',
__color_scale_coral_8: '#640D04',
__color_scale_coral_9: '#460701',
__color_workflow_card_header_shadow: 'rgba(27, 31, 35, 0.04)',
__color_calendar_halloween_graph_day_L1_bg: '#631c03',
__color_calendar_halloween_graph_day_L2_bg: '#bd561d',
__color_calendar_halloween_graph_day_L3_bg: '#fa7a18',
__color_calendar_halloween_graph_day_L4_bg: '#fddf68',
__color_calendar_graph_day_border: 'rgba(27, 31, 35, 0.06)',
__color_calendar_graph_day_bg: 'rgba(0,0,0,0.1)',
__color_calendar_graph_day_L1_bg: '#0e4429',
__color_calendar_graph_day_L2_bg: '#006d32',
__color_calendar_graph_day_L3_bg: '#26a641',
__color_calendar_graph_day_L4_bg: '#39d353',
__color_calendar_graph_day_L1_border: 'rgba(255, 255, 255, 0.05)',
__color_calendar_graph_day_L2_border: 'rgba(255, 255, 255, 0.05)',
__color_calendar_graph_day_L3_border: 'rgba(255, 255, 255, 0.05)',
__color_calendar_graph_day_L4_border: 'rgba(255, 255, 255, 0.05)',
__color_text_disabled: '#6e7681',
scheme: 'analogic',
variation: 'default',
hiddenQS: 'true'
}
"inset 0 1px 0 rgba(255, 255, 255, 0.03)",
__color_btn_outline_hover_counter_bg: "rgba(255, 255, 255, 0.2)",
__color_btn_outline_selected_text: "#ffffff",
__color_btn_outline_selected_bg: "#0d419d",
__color_btn_outline_selected_border: "rgba(240, 246, 252, 0.1)",
__color_btn_outline_selected_shadow: "0 0 transparent",
__color_btn_outline_disabled_text: "rgba(88, 166, 255, 0.5)",
__color_btn_outline_disabled_bg: "#0d1117",
__color_btn_outline_disabled_counter_bg: "rgba(31, 111, 235, 0.05)",
__color_btn_outline_focus_border: "rgba(240, 246, 252, 0.1)",
__color_btn_outline_focus_shadow: "0 0 0 3px rgba(17, 88, 199, 0.4)",
__color_btn_outline_counter_bg: "rgba(31, 111, 235, 0.1)",
__color_btn_danger_text: "#f85149",
__color_btn_danger_hover_text: "#ffffff",
__color_btn_danger_hover_bg: "#da3633",
__color_btn_danger_hover_border: "#f85149",
__color_btn_danger_hover_shadow: "0 0 transparent",
__color_btn_danger_hover_inset_shadow: "0 0 transparent",
__color_btn_danger_hover_icon: "#ffffff",
__color_btn_danger_hover_counter_bg: "rgba(255, 255, 255, 0.2)",
__color_btn_danger_selected_text: "#ffffff",
__color_btn_danger_selected_bg: "#b62324",
__color_btn_danger_selected_border: "#ff7b72",
__color_btn_danger_selected_shadow: "0 0 transparent",
__color_btn_danger_disabled_text: "rgba(248, 81, 73, 0.5)",
__color_btn_danger_disabled_bg: "#0d1117",
__color_btn_danger_disabled_counter_bg: "rgba(218, 54, 51, 0.05)",
__color_btn_danger_focus_border: "#f85149",
__color_btn_danger_focus_shadow: "0 0 0 3px rgba(248, 81, 73, 0.4)",
__color_btn_danger_counter_bg: "rgba(218, 54, 51, 0.1)",
__color_btn_danger_icon: "#f85149",
__color_underlinenav_icon: "#6e7681",
__color_underlinenav_border_hover: "rgba(110, 118, 129, 0.4)",
__color_action_list_item_inline_divider: "rgba(48, 54, 61, 0.48)",
__color_action_list_item_default_hover_bg: "rgba(177, 186, 196, 0.12)",
__color_action_list_item_default_hover_border: "rgba(0, 0, 0, 0)",
__color_action_list_item_default_active_bg: "rgba(177, 186, 196, 0.2)",
__color_action_list_item_default_active_border: "rgba(0, 0, 0, 0)",
__color_action_list_item_default_selected_bg: "rgba(177, 186, 196, 0.08)",
__color_action_list_item_danger_hover_bg: "rgba(248, 81, 73, 0.16)",
__color_action_list_item_danger_active_bg: "rgba(248, 81, 73, 0.24)",
__color_action_list_item_danger_hover_text: "#ff7b72",
__color_switch_track_bg: "#010409",
__color_switch_track_border: "#6e7681",
__color_switch_track_checked_bg: "rgba(31, 111, 235, 0.35)",
__color_switch_track_checked_hover_bg: "rgba(31, 111, 235, 0.5)",
__color_switch_track_checked_active_bg: "rgba(31, 111, 235, 0.65)",
__color_switch_track_checked_border: "#58a6ff",
__color_switch_knob_checked_bg: "#1f6feb",
__color_switch_knob_checked_disabled_bg: "#484f58",
__color_fg_default: "#c9d1d9",
__color_fg_muted: "#8b949e",
__color_fg_subtle: "#6e7681",
__color_fg_on_emphasis: "#ffffff",
__color_canvas_default: "#0d1117",
__color_canvas_overlay: "#161b22",
__color_canvas_inset: "#010409",
__color_canvas_subtle: "#161b22",
__color_border_default: "#30363d",
__color_border_muted: "#21262d",
__color_border_subtle: "rgba(240, 246, 252, 0.1)",
__color_shadow_small: "0 0 transparent",
__color_shadow_medium: "0 3px 6px #010409",
__color_shadow_large: "0 8px 24px #010409",
__color_shadow_extra_large: "0 12px 48px #010409",
__color_neutral_emphasis_plus: "#6e7681",
__color_neutral_emphasis: "#6e7681",
__color_neutral_muted: "rgba(110, 118, 129, 0.4)",
__color_neutral_subtle: "rgba(110, 118, 129, 0.1)",
__color_accent_fg: "#58a6ff",
__color_accent_emphasis: "#1f6feb",
__color_accent_muted: "rgba(56, 139, 253, 0.4)",
__color_accent_subtle: "rgba(56, 139, 253, 0.15)",
__color_success_fg: "#3fb950",
__color_success_emphasis: "#238636",
__color_success_muted: "rgba(46, 160, 67, 0.4)",
__color_success_subtle: "rgba(46, 160, 67, 0.15)",
__color_attention_fg: "#d29922",
__color_attention_emphasis: "#9e6a03",
__color_attention_muted: "rgba(187, 128, 9, 0.4)",
__color_attention_subtle: "rgba(187, 128, 9, 0.15)",
__color_severe_fg: "#db6d28",
__color_severe_emphasis: "#bd561d",
__color_severe_muted: "rgba(219, 109, 40, 0.4)",
__color_severe_subtle: "rgba(219, 109, 40, 0.15)",
__color_danger_fg: "#f85149",
__color_danger_emphasis: "#da3633",
__color_danger_muted: "rgba(248, 81, 73, 0.4)",
__color_danger_subtle: "rgba(248, 81, 73, 0.15)",
__color_open_fg: "#3fb950",
__color_open_emphasis: "#238636",
__color_open_muted: "rgba(46, 160, 67, 0.4)",
__color_open_subtle: "rgba(46, 160, 67, 0.15)",
__color_closed_fg: "#f85149",
__color_closed_emphasis: "#da3633",
__color_closed_muted: "rgba(248, 81, 73, 0.4)",
__color_closed_subtle: "rgba(248, 81, 73, 0.15)",
__color_done_fg: "#a371f7",
__color_done_emphasis: "#8957e5",
__color_done_muted: "rgba(163, 113, 247, 0.4)",
__color_done_subtle: "rgba(163, 113, 247, 0.15)",
__color_sponsors_fg: "#db61a2",
__color_sponsors_emphasis: "#bf4b8a",
__color_sponsors_muted: "rgba(219, 97, 162, 0.4)",
__color_sponsors_subtle: "rgba(219, 97, 162, 0.15)",
__color_primer_fg_disabled: "#484f58",
__color_primer_canvas_backdrop: "rgba(1, 4, 9, 0.8)",
__color_primer_canvas_sticky: "rgba(13, 17, 23, 0.95)",
__color_primer_border_active: "#F78166",
__color_primer_border_contrast: "rgba(255, 255, 255, 0.2)",
__color_primer_shadow_highlight: "0 0 transparent",
__color_primer_shadow_inset: "0 0 transparent",
__color_primer_shadow_focus: "0 0 0 3px #0c2d6b",
__color_scale_black: "#010409",
__color_scale_white: "#ffffff",
__color_scale_gray_0: "#f0f6fc",
__color_scale_gray_1: "#c9d1d9",
__color_scale_gray_2: "#b1bac4",
__color_scale_gray_3: "#8b949e",
__color_scale_gray_4: "#6e7681",
__color_scale_gray_5: "#484f58",
__color_scale_gray_6: "#30363d",
__color_scale_gray_7: "#21262d",
__color_scale_gray_8: "#161b22",
__color_scale_gray_9: "#0d1117",
__color_scale_blue_0: "#cae8ff",
__color_scale_blue_1: "#a5d6ff",
__color_scale_blue_2: "#79c0ff",
__color_scale_blue_3: "#58a6ff",
__color_scale_blue_4: "#388bfd",
__color_scale_blue_5: "#1f6feb",
__color_scale_blue_6: "#1158c7",
__color_scale_blue_7: "#0d419d",
__color_scale_blue_8: "#0c2d6b",
__color_scale_blue_9: "#051d4d",
__color_scale_green_0: "#aff5b4",
__color_scale_green_1: "#7ee787",
__color_scale_green_2: "#56d364",
__color_scale_green_3: "#3fb950",
__color_scale_green_4: "#2ea043",
__color_scale_green_5: "#238636",
__color_scale_green_6: "#196c2e",
__color_scale_green_7: "#0f5323",
__color_scale_green_8: "#033a16",
__color_scale_green_9: "#04260f",
__color_scale_yellow_0: "#f8e3a1",
__color_scale_yellow_1: "#f2cc60",
__color_scale_yellow_2: "#e3b341",
__color_scale_yellow_3: "#d29922",
__color_scale_yellow_4: "#bb8009",
__color_scale_yellow_5: "#9e6a03",
__color_scale_yellow_6: "#845306",
__color_scale_yellow_7: "#693e00",
__color_scale_yellow_8: "#4b2900",
__color_scale_yellow_9: "#341a00",
__color_scale_orange_0: "#ffdfb6",
__color_scale_orange_1: "#ffc680",
__color_scale_orange_2: "#ffa657",
__color_scale_orange_3: "#f0883e",
__color_scale_orange_4: "#db6d28",
__color_scale_orange_5: "#bd561d",
__color_scale_orange_6: "#9b4215",
__color_scale_orange_7: "#762d0a",
__color_scale_orange_8: "#5a1e02",
__color_scale_orange_9: "#3d1300",
__color_scale_red_0: "#ffdcd7",
__color_scale_red_1: "#ffc1ba",
__color_scale_red_2: "#ffa198",
__color_scale_red_3: "#ff7b72",
__color_scale_red_4: "#f85149",
__color_scale_red_5: "#da3633",
__color_scale_red_6: "#b62324",
__color_scale_red_7: "#8e1519",
__color_scale_red_8: "#67060c",
__color_scale_red_9: "#490202",
__color_scale_purple_0: "#eddeff",
__color_scale_purple_1: "#e2c5ff",
__color_scale_purple_2: "#d2a8ff",
__color_scale_purple_3: "#bc8cff",
__color_scale_purple_4: "#a371f7",
__color_scale_purple_5: "#8957e5",
__color_scale_purple_6: "#6e40c9",
__color_scale_purple_7: "#553098",
__color_scale_purple_8: "#3c1e70",
__color_scale_purple_9: "#271052",
__color_scale_pink_0: "#ffdaec",
__color_scale_pink_1: "#ffbedd",
__color_scale_pink_2: "#ff9bce",
__color_scale_pink_3: "#f778ba",
__color_scale_pink_4: "#db61a2",
__color_scale_pink_5: "#bf4b8a",
__color_scale_pink_6: "#9e3670",
__color_scale_pink_7: "#7d2457",
__color_scale_pink_8: "#5e103e",
__color_scale_pink_9: "#42062a",
__color_scale_coral_0: "#FFDDD2",
__color_scale_coral_1: "#FFC2B2",
__color_scale_coral_2: "#FFA28B",
__color_scale_coral_3: "#F78166",
__color_scale_coral_4: "#EA6045",
__color_scale_coral_5: "#CF462D",
__color_scale_coral_6: "#AC3220",
__color_scale_coral_7: "#872012",
__color_scale_coral_8: "#640D04",
__color_scale_coral_9: "#460701",
__color_workflow_card_header_shadow: "rgba(27, 31, 35, 0.04)",
__color_calendar_halloween_graph_day_L1_bg: "#631c03",
__color_calendar_halloween_graph_day_L2_bg: "#bd561d",
__color_calendar_halloween_graph_day_L3_bg: "#fa7a18",
__color_calendar_halloween_graph_day_L4_bg: "#fddf68",
__color_calendar_graph_day_border: "rgba(27, 31, 35, 0.06)",
__color_calendar_graph_day_bg: "rgba(0,0,0,0.1)",
__color_calendar_graph_day_L1_bg: "#0e4429",
__color_calendar_graph_day_L2_bg: "#006d32",
__color_calendar_graph_day_L3_bg: "#26a641",
__color_calendar_graph_day_L4_bg: "#39d353",
__color_calendar_graph_day_L1_border: "rgba(255, 255, 255, 0.05)",
__color_calendar_graph_day_L2_border: "rgba(255, 255, 255, 0.05)",
__color_calendar_graph_day_L3_border: "rgba(255, 255, 255, 0.05)",
__color_calendar_graph_day_L4_border: "rgba(255, 255, 255, 0.05)",
__color_text_disabled: "#6e7681",
scheme: "analogic",
variation: "default",
hiddenQS: "true",
};
colorSettings = Object.keys(defaultColorScheme)
colorSettings = Object.keys(defaultColorScheme);
// function initialize() {
console.log('Pulling Data from Local Storage')
console.log("Pulling Data from Local Storage");
colorSettings.forEach((colorSetting) => {
// replace all underscore with dash
const colorSettingVar = colorSetting.replace(/_/g, '-')
const colorSettingPersist = colorSetting
const colorSettingVar = colorSetting.replace(/_/g, "-");
const colorSettingPersist = colorSetting;
chrome.storage.local.get([`${colorSetting}`], function (result) {
if (result[colorSetting] === undefined) {
console.log(
`Key not In Place - ${colorSettingVar}: Defaulting ${defaultColorScheme[colorSettingPersist]}`
)
const key = {}
key[`${colorSetting}`] = defaultColorScheme[colorSetting]
chrome.storage.local.set(key)
);
const key = {};
key[`${colorSetting}`] = defaultColorScheme[colorSetting];
chrome.storage.local.set(key);
document.documentElement.style.setProperty(
`${colorSettingVar}`,
defaultColorScheme[colorSettingPersist],
'important'
)
"important"
);
} else {
console.log(`Setting ${colorSettingVar}: ${result[colorSetting]}`)
console.log(`Setting ${colorSettingVar}: ${result[colorSetting]}`);
document
.querySelector(':root')
.querySelector(":root")
.style.setProperty(
`${colorSettingVar}`,
`${result[colorSetting]}`,
'important'
)
"important"
);
}
})
})
});
});

View file

@ -3,482 +3,482 @@
/* global chrome */
defaultColorScheme = {
__color_accent_emphasis: '#1f6feb',
__color_accent_fg: '#58a6ff',
__color_accent_muted: 'rgba(56, 139, 253, 0.4)',
__color_accent_subtle: 'rgba(56, 139, 253, 0.15)',
__color_action_list_item_danger_active_bg: 'rgba(248, 81, 73, 0.24)',
__color_action_list_item_danger_hover_bg: 'rgba(248, 81, 73, 0.16)',
__color_action_list_item_danger_hover_text: '#ff7b72',
__color_action_list_item_default_active_bg: 'rgba(177, 186, 196, 0.2)',
__color_action_list_item_default_active_border: 'rgba(0, 0, 0, 0)',
__color_action_list_item_default_hover_bg: 'rgba(177, 186, 196, 0.12)',
__color_action_list_item_default_hover_border: 'rgba(0, 0, 0, 0)',
__color_action_list_item_default_selected_bg: 'rgba(177, 186, 196, 0.08)',
__color_action_list_item_inline_divider: 'rgba(48, 54, 61, 0.48)',
__color_ans_Iblack_bright: '#6e7681',
__color_ans_Iblack: '#484f58',
__color_ans_Iblue_bright: '#79c0ff',
__color_ans_Iblue: '#58a6ff',
__color_ans_Icyan_bright: '#56d4dd',
__color_ans_Icyan: '#39c5cf',
__color_ans_Igray: '#6e7681',
__color_ans_Igreen_bright: '#56d364',
__color_ans_Igreen: '#3fb950',
__color_ans_Imagenta_bright: '#d2a8ff',
__color_ans_Imagenta: '#bc8cff',
__color_ans_Ired_bright: '#ffa198',
__color_ans_Ired: '#ff7b72',
__color_ans_Iwhite_bright: '#ffffff',
__color_ans_Iwhite: '#b1bac4',
__color_ans_Iyellow_bright: '#e3b341',
__color_ans_Iyellow: '#d29922',
__color_attention_emphasis: '#9e6a03',
__color_attention_fg: '#d29922',
__color_attention_muted: 'rgba(187, 128, 9, 0.4)',
__color_attention_subtle: 'rgba(187, 128, 9, 0.15)',
__color_avatar_bg: 'rgba(255, 255, 255, 0.1)',
__color_avatar_border: 'rgba(240, 246, 252, 0.1)',
__color_avatar_child_shadow: '_2px _2px 0 #0d1117',
__color_avatar_stack_fade_more: '#21262d',
__color_avatar_stack_fade: '#30363d',
__color_border_default: '#30363d',
__color_border_muted: '#21262d',
__color_border_subtle: 'rgba(240, 246, 252, 0.1)',
__color_btn_active_bg: 'hsla(212, 12%, 18%, 1)',
__color_btn_active_border: '#6e7681',
__color_btn_bg: '#21262d',
__color_btn_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_counter_bg: '#30363d',
__color_btn_danger_counter_bg: 'rgba(218, 54, 51, 0.1)',
__color_btn_danger_disabled_bg: '#0d1117',
__color_btn_danger_disabled_counter_bg: 'rgba(218, 54, 51, 0.05)',
__color_btn_danger_disabled_text: 'rgba(248, 81, 73, 0.5)',
__color_btn_danger_focus_border: '#f85149',
__color_btn_danger_focus_shadow: '0 0 0 3px rgba(248, 81, 73, 0.4)',
__color_btn_danger_hover_bg: '#da3633',
__color_btn_danger_hover_border: '#f85149',
__color_btn_danger_hover_counter_bg: 'rgba(255, 255, 255, 0.2)',
__color_btn_danger_hover_icon: '#ffffff',
__color_btn_danger_hover_inset_shadow: '0 0 transparent',
__color_btn_danger_hover_shadow: '0 0 transparent',
__color_btn_danger_hover_text: '#ffffff',
__color_btn_danger_icon: '#f85149',
__color_btn_danger_selected_bg: '#b62324',
__color_btn_danger_selected_border: '#ff7b72',
__color_btn_danger_selected_shadow: '0 0 transparent',
__color_btn_danger_selected_text: '#ffffff',
__color_btn_danger_text: '#f85149',
__color_btn_focus_bg: '#21262d',
__color_btn_focus_border: '#8b949e',
__color_btn_focus_shadow: '0 0 0 3px rgba(139, 148, 158, 0.3)',
__color_btn_hover_bg: '#30363d',
__color_btn_hover_border: '#8b949e',
__color_btn_inset_shadow: '0 0 transparent',
__color_btn_outline_counter_bg: 'rgba(31, 111, 235, 0.1)',
__color_btn_outline_disabled_bg: '#0d1117',
__color_btn_outline_disabled_counter_bg: 'rgba(31, 111, 235, 0.05)',
__color_btn_outline_disabled_text: 'rgba(88, 166, 255, 0.5)',
__color_btn_outline_focus_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_outline_focus_shadow: '0 0 0 3px rgba(17, 88, 199, 0.4)',
__color_btn_outline_hover_bg: '#30363d',
__color_btn_outline_hover_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_outline_hover_counter_bg: 'rgba(255, 255, 255, 0.2)',
__color_accent_emphasis: "#1f6feb",
__color_accent_fg: "#58a6ff",
__color_accent_muted: "rgba(56, 139, 253, 0.4)",
__color_accent_subtle: "rgba(56, 139, 253, 0.15)",
__color_action_list_item_danger_active_bg: "rgba(248, 81, 73, 0.24)",
__color_action_list_item_danger_hover_bg: "rgba(248, 81, 73, 0.16)",
__color_action_list_item_danger_hover_text: "#ff7b72",
__color_action_list_item_default_active_bg: "rgba(177, 186, 196, 0.2)",
__color_action_list_item_default_active_border: "rgba(0, 0, 0, 0)",
__color_action_list_item_default_hover_bg: "rgba(177, 186, 196, 0.12)",
__color_action_list_item_default_hover_border: "rgba(0, 0, 0, 0)",
__color_action_list_item_default_selected_bg: "rgba(177, 186, 196, 0.08)",
__color_action_list_item_inline_divider: "rgba(48, 54, 61, 0.48)",
__color_ans_Iblack_bright: "#6e7681",
__color_ans_Iblack: "#484f58",
__color_ans_Iblue_bright: "#79c0ff",
__color_ans_Iblue: "#58a6ff",
__color_ans_Icyan_bright: "#56d4dd",
__color_ans_Icyan: "#39c5cf",
__color_ans_Igray: "#6e7681",
__color_ans_Igreen_bright: "#56d364",
__color_ans_Igreen: "#3fb950",
__color_ans_Imagenta_bright: "#d2a8ff",
__color_ans_Imagenta: "#bc8cff",
__color_ans_Ired_bright: "#ffa198",
__color_ans_Ired: "#ff7b72",
__color_ans_Iwhite_bright: "#ffffff",
__color_ans_Iwhite: "#b1bac4",
__color_ans_Iyellow_bright: "#e3b341",
__color_ans_Iyellow: "#d29922",
__color_attention_emphasis: "#9e6a03",
__color_attention_fg: "#d29922",
__color_attention_muted: "rgba(187, 128, 9, 0.4)",
__color_attention_subtle: "rgba(187, 128, 9, 0.15)",
__color_avatar_bg: "rgba(255, 255, 255, 0.1)",
__color_avatar_border: "rgba(240, 246, 252, 0.1)",
__color_avatar_child_shadow: "_2px _2px 0 #0d1117",
__color_avatar_stack_fade_more: "#21262d",
__color_avatar_stack_fade: "#30363d",
__color_border_default: "#30363d",
__color_border_muted: "#21262d",
__color_border_subtle: "rgba(240, 246, 252, 0.1)",
__color_btn_active_bg: "hsla(212, 12%, 18%, 1)",
__color_btn_active_border: "#6e7681",
__color_btn_bg: "#21262d",
__color_btn_border: "rgba(240, 246, 252, 0.1)",
__color_btn_counter_bg: "#30363d",
__color_btn_danger_counter_bg: "rgba(218, 54, 51, 0.1)",
__color_btn_danger_disabled_bg: "#0d1117",
__color_btn_danger_disabled_counter_bg: "rgba(218, 54, 51, 0.05)",
__color_btn_danger_disabled_text: "rgba(248, 81, 73, 0.5)",
__color_btn_danger_focus_border: "#f85149",
__color_btn_danger_focus_shadow: "0 0 0 3px rgba(248, 81, 73, 0.4)",
__color_btn_danger_hover_bg: "#da3633",
__color_btn_danger_hover_border: "#f85149",
__color_btn_danger_hover_counter_bg: "rgba(255, 255, 255, 0.2)",
__color_btn_danger_hover_icon: "#ffffff",
__color_btn_danger_hover_inset_shadow: "0 0 transparent",
__color_btn_danger_hover_shadow: "0 0 transparent",
__color_btn_danger_hover_text: "#ffffff",
__color_btn_danger_icon: "#f85149",
__color_btn_danger_selected_bg: "#b62324",
__color_btn_danger_selected_border: "#ff7b72",
__color_btn_danger_selected_shadow: "0 0 transparent",
__color_btn_danger_selected_text: "#ffffff",
__color_btn_danger_text: "#f85149",
__color_btn_focus_bg: "#21262d",
__color_btn_focus_border: "#8b949e",
__color_btn_focus_shadow: "0 0 0 3px rgba(139, 148, 158, 0.3)",
__color_btn_hover_bg: "#30363d",
__color_btn_hover_border: "#8b949e",
__color_btn_inset_shadow: "0 0 transparent",
__color_btn_outline_counter_bg: "rgba(31, 111, 235, 0.1)",
__color_btn_outline_disabled_bg: "#0d1117",
__color_btn_outline_disabled_counter_bg: "rgba(31, 111, 235, 0.05)",
__color_btn_outline_disabled_text: "rgba(88, 166, 255, 0.5)",
__color_btn_outline_focus_border: "rgba(240, 246, 252, 0.1)",
__color_btn_outline_focus_shadow: "0 0 0 3px rgba(17, 88, 199, 0.4)",
__color_btn_outline_hover_bg: "#30363d",
__color_btn_outline_hover_border: "rgba(240, 246, 252, 0.1)",
__color_btn_outline_hover_counter_bg: "rgba(255, 255, 255, 0.2)",
__color_btn_outline_hover_inset_shadow:
'inset 0 1px 0 rgba(255, 255, 255, 0.03)',
__color_btn_outline_hover_shadow: '0 1px 0 rgba(1, 4, 9, 0.1)',
__color_btn_outline_hover_text: '#58a6ff',
__color_btn_outline_selected_bg: '#0d419d',
__color_btn_outline_selected_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_outline_selected_shadow: '0 0 transparent',
__color_btn_outline_selected_text: '#ffffff',
__color_btn_outline_text: '#58a6ff',
__color_btn_primary_bg: '#238636',
__color_btn_primary_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_primary_counter_bg: 'rgba(255, 255, 255, 0.2)',
__color_btn_primary_disabled_bg: 'rgba(35, 134, 54, 0.6)',
__color_btn_primary_disabled_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_primary_disabled_text: 'rgba(255, 255, 255, 0.5)',
__color_btn_primary_focus_bg: '#238636',
__color_btn_primary_focus_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_primary_focus_shadow: '0 0 0 3px rgba(46, 164, 79, 0.4)',
__color_btn_primary_hover_bg: '#2ea043',
__color_btn_primary_hover_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_primary_icon: '#ffffff',
__color_btn_primary_inset_shadow: '0 0 transparent',
__color_btn_primary_selected_bg: '#238636',
__color_btn_primary_selected_shadow: '0 0 transparent',
__color_btn_primary_shadow: '0 0 transparent',
__color_btn_primary_text: '#ffffff',
__color_btn_selected_bg: '#161b22',
__color_btn_shadow_active: 'inset 0 0.15em 0.3em rgba(1, 4, 9, 0.15)',
__color_btn_shadow_input_focus: '0 0 0 0.2em rgba(31, 111, 235, 0.3)',
__color_btn_shadow: '0 0 transparent',
__color_btn_text: '#c9d1d9',
__color_calendar_graph_day_bg: 'rgba(0,0,0,0.1)',
__color_calendar_graph_day_border: 'rgba(27, 31, 35, 0.06)',
__color_calendar_graph_day_L1_bg: '#0e4429',
__color_calendar_graph_day_L1_border: 'rgba(255, 255, 255, 0.05)',
__color_calendar_graph_day_L2_bg: '#006d32',
__color_calendar_graph_day_L2_border: 'rgba(255, 255, 255, 0.05)',
__color_calendar_graph_day_L3_bg: '#26a641',
__color_calendar_graph_day_L3_border: 'rgba(255, 255, 255, 0.05)',
__color_calendar_graph_day_L4_bg: '#39d353',
__color_calendar_graph_day_L4_border: 'rgba(255, 255, 255, 0.05)',
__color_calendar_halloween_graph_day_L1_bg: '#631c03',
__color_calendar_halloween_graph_day_L2_bg: '#bd561d',
__color_calendar_halloween_graph_day_L3_bg: '#fa7a18',
__color_calendar_halloween_graph_day_L4_bg: '#fddf68',
__color_canvas_default_transparent: 'rgba(13, 17, 23, 0)',
__color_canvas_default: '#0d1117',
__color_canvas_inset: '#010409',
__color_canvas_overlay: '#161b22',
__color_canvas_subtle: '#161b22',
__color_checks_ans_Iblack_bright: '#161b22',
__color_checks_ans_Iblack: '#0d1117',
__color_checks_ans_Iblue_bright: '#79c0ff',
__color_checks_ans_Iblue: '#58a6ff',
__color_checks_ans_Icyan_bright: '#b3f0ff',
__color_checks_ans_Icyan: '#76e3ea',
__color_checks_ans_Igray: '#6e7681',
__color_checks_ans_Igreen_bright: '#56d364',
__color_checks_ans_Igreen: '#3fb950',
__color_checks_ans_Imagenta_bright: '#d2a8ff',
__color_checks_ans_Imagenta: '#bc8cff',
__color_checks_ans_Ired_bright: '#ffa198',
__color_checks_ans_Ired: '#ff7b72',
__color_checks_ans_Iwhite_bright: '#b1bac4',
__color_checks_ans_Iwhite: '#b1bac4',
__color_checks_ans_Iyellow_bright: '#e3b341',
__color_checks_ans_Iyellow: '#d29922',
__color_checks_bg: '#010409',
__color_checks_btn_hover_bg: 'rgba(110, 118, 129, 0.1)',
__color_checks_btn_hover_icon: '#c9d1d9',
__color_checks_btn_icon: '#8b949e',
__color_checks_container_border_width: '1px',
__color_checks_donut_error: '#f85149',
__color_checks_donut_neutral: '#8b949e',
__color_checks_donut_pending: '#d29922',
__color_checks_donut_success: '#2ea043',
__color_checks_dropdown_bg: '#161b22',
__color_checks_dropdown_border: '#30363d',
__color_checks_dropdown_btn_hover_bg: 'rgba(110, 118, 129, 0.1)',
__color_checks_dropdown_btn_hover_text: '#c9d1d9',
__color_checks_dropdown_hover_bg: 'rgba(110, 118, 129, 0.1)',
__color_checks_dropdown_hover_text: '#c9d1d9',
__color_checks_dropdown_shadow: 'rgba(1, 4, 9, 0.3)',
__color_checks_dropdown_text: '#c9d1d9',
__color_checks_gate_bg: 'rgba(187, 128, 9, 0.15)',
__color_checks_gate_text: '#8b949e',
__color_checks_gate_waiting_text: '#d29922',
__color_checks_header_border: '#21262d',
__color_checks_header_icon: '#8b949e',
__color_checks_header_label_open_text: '#c9d1d9',
__color_checks_header_label_text: '#8b949e',
__color_checks_input_bg: '#161b22',
__color_checks_input_focus_text: '#c9d1d9',
__color_checks_input_placeholder_text: '#6e7681',
__color_checks_input_shadow: '0 0 0 1px (obj) => get_1.default(obj, path)',
__color_checks_input_text: '#8b949e',
__color_checks_line_dt_fm_bg: '#9e6a03',
__color_checks_line_dt_fm_text: '#ffffff',
__color_checks_line_hover_bg: 'rgba(110, 118, 129, 0.1)',
__color_checks_line_num_text: '#6e7681',
__color_checks_line_selected_bg: 'rgba(56, 139, 253, 0.15)',
__color_checks_line_selected_num_text: '#58a6ff',
__color_checks_line_text: '#8b949e',
__color_checks_line_timestamp_text: '#6e7681',
__color_checks_logline_command_text: '#58a6ff',
__color_checks_logline_debug_text: '#a371f7',
__color_checks_logline_error_bg: 'rgba(248, 81, 73, 0.15)',
__color_checks_logline_error_num_text: '#6e7681',
__color_checks_logline_error_text: '#8b949e',
__color_checks_logline_num_text: '#6e7681',
__color_checks_logline_section_text: '#3fb950',
__color_checks_logline_text: '#8b949e',
__color_checks_logline_warning_bg: 'rgba(187, 128, 9, 0.15)',
__color_checks_logline_warning_num_text: '#d29922',
__color_checks_logline_warning_text: '#8b949e',
__color_checks_run_border_width: '1px',
__color_checks_scrollbar_thumb_bg: 'rgba(110, 118, 129, 0.4)',
__color_checks_step_error_text: '#f85149',
__color_checks_step_header_open_bg: '#161b22',
__color_checks_step_warning_text: '#d29922',
__color_checks_text_link: '#58a6ff',
__color_checks_text_primary: '#c9d1d9',
__color_checks_text_secondary: '#8b949e',
__color_closed_emphasis: '#da3633',
__color_closed_fg: '#f85149',
__color_closed_muted: 'rgba(248, 81, 73, 0.4)',
__color_closed_subtle: 'rgba(248, 81, 73, 0.15)',
__color_codemirror_activeline_bg: 'rgba(110, 118, 129, 0.1)',
__color_codemirror_bg: '#0d1117',
__color_codemirror_cursor: '#c9d1d9',
__color_codemirror_guttermarker_subtle_text: '#6e7681',
__color_codemirror_guttermarker_text: '#0d1117',
__color_codemirror_gutters_bg: '#0d1117',
__color_codemirror_linenumber_text: '#8b949e',
__color_codemirror_lines_bg: '#0d1117',
__color_codemirror_matchingbracket_text: '#c9d1d9',
__color_codemirror_selection_bg: 'rgba(56, 139, 253, 0.4)',
__color_codemirror_syntax_comment: '#8b949e',
__color_codemirror_syntax_constant: '#79c0ff',
__color_codemirror_syntax_entity: '#d2a8ff',
__color_codemirror_syntax_keyword: '#ff7b72',
__color_codemirror_syntax_storage: '#ff7b72',
__color_codemirror_syntax_string: '#a5d6ff',
__color_codemirror_syntax_support: '#79c0ff',
__color_codemirror_syntax_variable: '#ffa657',
__color_codemirror_text: '#c9d1d9',
__color_counter_border: 'rgba(0, 0, 0, 0)',
__color_danger_emphasis: '#da3633',
__color_danger_fg: '#f85149',
__color_danger_muted: 'rgba(248, 81, 73, 0.4)',
__color_danger_subtle: 'rgba(248, 81, 73, 0.15)',
__color_diff_blob_addition_fg: '#c9d1d9',
__color_diff_blob_addition_line_bg: 'rgba(46, 160, 67, 0.15)',
__color_diff_blob_addition_num_bg: 'rgba(63, 185, 80, 0.3)',
__color_diff_blob_addition_num_text: '#c9d1d9',
__color_diff_blob_addition_word_bg: 'rgba(46, 160, 67, 0.4)',
__color_diff_blob_deletion_fg: '#c9d1d9',
__color_diff_blob_deletion_line_bg: 'rgba(248, 81, 73, 0.15)',
__color_diff_blob_deletion_num_bg: 'rgba(248, 81, 73, 0.3)',
__color_diff_blob_deletion_num_text: '#c9d1d9',
__color_diff_blob_deletion_word_bg: 'rgba(248, 81, 73, 0.4)',
__color_diff_blob_expander_icon: '#8b949e',
__color_diff_blob_hunk_num_bg: 'rgba(56, 139, 253, 0.4)',
__color_diff_blob_selected_line_highlight_mix_blend_mode: 'screen',
__color_diffstat_addition_bg: '#3fb950',
__color_diffstat_addition_border: 'rgba(240, 246, 252, 0.1)',
__color_diffstat_deletion_border: 'rgba(240, 246, 252, 0.1)',
__color_done_emphasis: '#8957e5',
__color_done_fg: '#a371f7',
__color_done_muted: 'rgba(163, 113, 247, 0.4)',
__color_done_subtle: 'rgba(163, 113, 247, 0.15)',
__color_fg_default: '#c9d1d9',
__color_fg_muted: '#8b949e',
__color_fg_on_emphasis: '#ffffff',
__color_fg_subtle: '#6e7681',
__color_header_bg: '#161b22',
__color_header_divider: '#8b949e',
__color_header_logo: '#f0f6fc',
__color_header_search_bg: '#0d1117',
__color_header_search_border: '#30363d',
__color_header_text: 'rgba(255, 255, 255, 0.7)',
__color_input_disabled_bg: 'rgba(110, 118, 129, 0)',
__color_marketing_icon_primary: '#79c0ff',
__color_marketing_icon_secondary: '#1f6feb',
__color_menu_bg_active: '#161b22',
__color_mktg_btn_bg: '#f6f8fa',
__color_mktg_btn_shadow_focus: 'rgb(255 255 255 / 25%) 0 0 0 4px',
__color_mktg_btn_shadow_hover_muted: 'rgb(255 255 255) 0 0 0 2px inset',
"inset 0 1px 0 rgba(255, 255, 255, 0.03)",
__color_btn_outline_hover_shadow: "0 1px 0 rgba(1, 4, 9, 0.1)",
__color_btn_outline_hover_text: "#58a6ff",
__color_btn_outline_selected_bg: "#0d419d",
__color_btn_outline_selected_border: "rgba(240, 246, 252, 0.1)",
__color_btn_outline_selected_shadow: "0 0 transparent",
__color_btn_outline_selected_text: "#ffffff",
__color_btn_outline_text: "#58a6ff",
__color_btn_primary_bg: "#238636",
__color_btn_primary_border: "rgba(240, 246, 252, 0.1)",
__color_btn_primary_counter_bg: "rgba(255, 255, 255, 0.2)",
__color_btn_primary_disabled_bg: "rgba(35, 134, 54, 0.6)",
__color_btn_primary_disabled_border: "rgba(240, 246, 252, 0.1)",
__color_btn_primary_disabled_text: "rgba(255, 255, 255, 0.5)",
__color_btn_primary_focus_bg: "#238636",
__color_btn_primary_focus_border: "rgba(240, 246, 252, 0.1)",
__color_btn_primary_focus_shadow: "0 0 0 3px rgba(46, 164, 79, 0.4)",
__color_btn_primary_hover_bg: "#2ea043",
__color_btn_primary_hover_border: "rgba(240, 246, 252, 0.1)",
__color_btn_primary_icon: "#ffffff",
__color_btn_primary_inset_shadow: "0 0 transparent",
__color_btn_primary_selected_bg: "#238636",
__color_btn_primary_selected_shadow: "0 0 transparent",
__color_btn_primary_shadow: "0 0 transparent",
__color_btn_primary_text: "#ffffff",
__color_btn_selected_bg: "#161b22",
__color_btn_shadow_active: "inset 0 0.15em 0.3em rgba(1, 4, 9, 0.15)",
__color_btn_shadow_input_focus: "0 0 0 0.2em rgba(31, 111, 235, 0.3)",
__color_btn_shadow: "0 0 transparent",
__color_btn_text: "#c9d1d9",
__color_calendar_graph_day_bg: "rgba(0,0,0,0.1)",
__color_calendar_graph_day_border: "rgba(27, 31, 35, 0.06)",
__color_calendar_graph_day_L1_bg: "#0e4429",
__color_calendar_graph_day_L1_border: "rgba(255, 255, 255, 0.05)",
__color_calendar_graph_day_L2_bg: "#006d32",
__color_calendar_graph_day_L2_border: "rgba(255, 255, 255, 0.05)",
__color_calendar_graph_day_L3_bg: "#26a641",
__color_calendar_graph_day_L3_border: "rgba(255, 255, 255, 0.05)",
__color_calendar_graph_day_L4_bg: "#39d353",
__color_calendar_graph_day_L4_border: "rgba(255, 255, 255, 0.05)",
__color_calendar_halloween_graph_day_L1_bg: "#631c03",
__color_calendar_halloween_graph_day_L2_bg: "#bd561d",
__color_calendar_halloween_graph_day_L3_bg: "#fa7a18",
__color_calendar_halloween_graph_day_L4_bg: "#fddf68",
__color_canvas_default_transparent: "rgba(13, 17, 23, 0)",
__color_canvas_default: "#0d1117",
__color_canvas_inset: "#010409",
__color_canvas_overlay: "#161b22",
__color_canvas_subtle: "#161b22",
__color_checks_ans_Iblack_bright: "#161b22",
__color_checks_ans_Iblack: "#0d1117",
__color_checks_ans_Iblue_bright: "#79c0ff",
__color_checks_ans_Iblue: "#58a6ff",
__color_checks_ans_Icyan_bright: "#b3f0ff",
__color_checks_ans_Icyan: "#76e3ea",
__color_checks_ans_Igray: "#6e7681",
__color_checks_ans_Igreen_bright: "#56d364",
__color_checks_ans_Igreen: "#3fb950",
__color_checks_ans_Imagenta_bright: "#d2a8ff",
__color_checks_ans_Imagenta: "#bc8cff",
__color_checks_ans_Ired_bright: "#ffa198",
__color_checks_ans_Ired: "#ff7b72",
__color_checks_ans_Iwhite_bright: "#b1bac4",
__color_checks_ans_Iwhite: "#b1bac4",
__color_checks_ans_Iyellow_bright: "#e3b341",
__color_checks_ans_Iyellow: "#d29922",
__color_checks_bg: "#010409",
__color_checks_btn_hover_bg: "rgba(110, 118, 129, 0.1)",
__color_checks_btn_hover_icon: "#c9d1d9",
__color_checks_btn_icon: "#8b949e",
__color_checks_container_border_width: "1px",
__color_checks_donut_error: "#f85149",
__color_checks_donut_neutral: "#8b949e",
__color_checks_donut_pending: "#d29922",
__color_checks_donut_success: "#2ea043",
__color_checks_dropdown_bg: "#161b22",
__color_checks_dropdown_border: "#30363d",
__color_checks_dropdown_btn_hover_bg: "rgba(110, 118, 129, 0.1)",
__color_checks_dropdown_btn_hover_text: "#c9d1d9",
__color_checks_dropdown_hover_bg: "rgba(110, 118, 129, 0.1)",
__color_checks_dropdown_hover_text: "#c9d1d9",
__color_checks_dropdown_shadow: "rgba(1, 4, 9, 0.3)",
__color_checks_dropdown_text: "#c9d1d9",
__color_checks_gate_bg: "rgba(187, 128, 9, 0.15)",
__color_checks_gate_text: "#8b949e",
__color_checks_gate_waiting_text: "#d29922",
__color_checks_header_border: "#21262d",
__color_checks_header_icon: "#8b949e",
__color_checks_header_label_open_text: "#c9d1d9",
__color_checks_header_label_text: "#8b949e",
__color_checks_input_bg: "#161b22",
__color_checks_input_focus_text: "#c9d1d9",
__color_checks_input_placeholder_text: "#6e7681",
__color_checks_input_shadow: "0 0 0 1px (obj) => get_1.default(obj, path)",
__color_checks_input_text: "#8b949e",
__color_checks_line_dt_fm_bg: "#9e6a03",
__color_checks_line_dt_fm_text: "#ffffff",
__color_checks_line_hover_bg: "rgba(110, 118, 129, 0.1)",
__color_checks_line_num_text: "#6e7681",
__color_checks_line_selected_bg: "rgba(56, 139, 253, 0.15)",
__color_checks_line_selected_num_text: "#58a6ff",
__color_checks_line_text: "#8b949e",
__color_checks_line_timestamp_text: "#6e7681",
__color_checks_logline_command_text: "#58a6ff",
__color_checks_logline_debug_text: "#a371f7",
__color_checks_logline_error_bg: "rgba(248, 81, 73, 0.15)",
__color_checks_logline_error_num_text: "#6e7681",
__color_checks_logline_error_text: "#8b949e",
__color_checks_logline_num_text: "#6e7681",
__color_checks_logline_section_text: "#3fb950",
__color_checks_logline_text: "#8b949e",
__color_checks_logline_warning_bg: "rgba(187, 128, 9, 0.15)",
__color_checks_logline_warning_num_text: "#d29922",
__color_checks_logline_warning_text: "#8b949e",
__color_checks_run_border_width: "1px",
__color_checks_scrollbar_thumb_bg: "rgba(110, 118, 129, 0.4)",
__color_checks_step_error_text: "#f85149",
__color_checks_step_header_open_bg: "#161b22",
__color_checks_step_warning_text: "#d29922",
__color_checks_text_link: "#58a6ff",
__color_checks_text_primary: "#c9d1d9",
__color_checks_text_secondary: "#8b949e",
__color_closed_emphasis: "#da3633",
__color_closed_fg: "#f85149",
__color_closed_muted: "rgba(248, 81, 73, 0.4)",
__color_closed_subtle: "rgba(248, 81, 73, 0.15)",
__color_codemirror_activeline_bg: "rgba(110, 118, 129, 0.1)",
__color_codemirror_bg: "#0d1117",
__color_codemirror_cursor: "#c9d1d9",
__color_codemirror_guttermarker_subtle_text: "#6e7681",
__color_codemirror_guttermarker_text: "#0d1117",
__color_codemirror_gutters_bg: "#0d1117",
__color_codemirror_linenumber_text: "#8b949e",
__color_codemirror_lines_bg: "#0d1117",
__color_codemirror_matchingbracket_text: "#c9d1d9",
__color_codemirror_selection_bg: "rgba(56, 139, 253, 0.4)",
__color_codemirror_syntax_comment: "#8b949e",
__color_codemirror_syntax_constant: "#79c0ff",
__color_codemirror_syntax_entity: "#d2a8ff",
__color_codemirror_syntax_keyword: "#ff7b72",
__color_codemirror_syntax_storage: "#ff7b72",
__color_codemirror_syntax_string: "#a5d6ff",
__color_codemirror_syntax_support: "#79c0ff",
__color_codemirror_syntax_variable: "#ffa657",
__color_codemirror_text: "#c9d1d9",
__color_counter_border: "rgba(0, 0, 0, 0)",
__color_danger_emphasis: "#da3633",
__color_danger_fg: "#f85149",
__color_danger_muted: "rgba(248, 81, 73, 0.4)",
__color_danger_subtle: "rgba(248, 81, 73, 0.15)",
__color_diff_blob_addition_fg: "#c9d1d9",
__color_diff_blob_addition_line_bg: "rgba(46, 160, 67, 0.15)",
__color_diff_blob_addition_num_bg: "rgba(63, 185, 80, 0.3)",
__color_diff_blob_addition_num_text: "#c9d1d9",
__color_diff_blob_addition_word_bg: "rgba(46, 160, 67, 0.4)",
__color_diff_blob_deletion_fg: "#c9d1d9",
__color_diff_blob_deletion_line_bg: "rgba(248, 81, 73, 0.15)",
__color_diff_blob_deletion_num_bg: "rgba(248, 81, 73, 0.3)",
__color_diff_blob_deletion_num_text: "#c9d1d9",
__color_diff_blob_deletion_word_bg: "rgba(248, 81, 73, 0.4)",
__color_diff_blob_expander_icon: "#8b949e",
__color_diff_blob_hunk_num_bg: "rgba(56, 139, 253, 0.4)",
__color_diff_blob_selected_line_highlight_mix_blend_mode: "screen",
__color_diffstat_addition_bg: "#3fb950",
__color_diffstat_addition_border: "rgba(240, 246, 252, 0.1)",
__color_diffstat_deletion_border: "rgba(240, 246, 252, 0.1)",
__color_done_emphasis: "#8957e5",
__color_done_fg: "#a371f7",
__color_done_muted: "rgba(163, 113, 247, 0.4)",
__color_done_subtle: "rgba(163, 113, 247, 0.15)",
__color_fg_default: "#c9d1d9",
__color_fg_muted: "#8b949e",
__color_fg_on_emphasis: "#ffffff",
__color_fg_subtle: "#6e7681",
__color_header_bg: "#161b22",
__color_header_divider: "#8b949e",
__color_header_logo: "#f0f6fc",
__color_header_search_bg: "#0d1117",
__color_header_search_border: "#30363d",
__color_header_text: "rgba(255, 255, 255, 0.7)",
__color_input_disabled_bg: "rgba(110, 118, 129, 0)",
__color_marketing_icon_primary: "#79c0ff",
__color_marketing_icon_secondary: "#1f6feb",
__color_menu_bg_active: "#161b22",
__color_mktg_btn_bg: "#f6f8fa",
__color_mktg_btn_shadow_focus: "rgb(255 255 255 / 25%) 0 0 0 4px",
__color_mktg_btn_shadow_hover_muted: "rgb(255 255 255) 0 0 0 2px inset",
__color_mktg_btn_shadow_hover:
'0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07)',
__color_mktg_btn_shadow_outline: 'rgb(255 255 255 / 25%) 0 0 0 1px inset',
__color_neutral_emphasis_plus: '#6e7681',
__color_neutral_emphasis: '#6e7681',
__color_neutral_muted: 'rgba(110, 118, 129, 0.4)',
__color_neutral_subtle: 'rgba(110, 118, 129, 0.1)',
__color_open_emphasis: '#238636',
__color_open_fg: '#3fb950',
__color_open_muted: 'rgba(46, 160, 67, 0.4)',
__color_open_subtle: 'rgba(46, 160, 67, 0.15)',
__color_overlay_shadow: '0 0 0 1px #30363d, 0 16px 32px rgba(1, 4, 9, 0.85)',
__color_page_header_bg: '#0d1117',
__color_prettylights_syntax_brackethighlighter_angle: '#8b949e',
__color_prettylights_syntax_brackethighlighter_unmatched: '#f85149',
__color_prettylights_syntax_carriage_return_bg: '#b62324',
__color_prettylights_syntax_carriage_return_text: '#f0f6fc',
__color_prettylights_syntax_comment: '#8b949e',
__color_prettylights_syntax_constant_other_reference_link: '#a5d6ff',
__color_prettylights_syntax_constant: '#79c0ff',
__color_prettylights_syntax_entity_tag: '#7ee787',
__color_prettylights_syntax_entity: '#d2a8ff',
__color_prettylights_syntax_invalid_illegal_bg: '#8e1519',
__color_prettylights_syntax_invalid_illegal_text: '#f0f6fc',
__color_prettylights_syntax_keyword: '#ff7b72',
__color_prettylights_syntax_markup_bold: '#c9d1d9',
__color_prettylights_syntax_markup_changed_bg: '#5a1e02',
__color_prettylights_syntax_markup_changed_text: '#ffdfb6',
__color_prettylights_syntax_markup_deleted_bg: '#67060c',
__color_prettylights_syntax_markup_deleted_text: '#ffdcd7',
__color_prettylights_syntax_markup_heading: '#1f6feb',
__color_prettylights_syntax_markup_ignored_bg: '#1158c7',
__color_prettylights_syntax_markup_ignored_text: '#c9d1d9',
__color_prettylights_syntax_markup_inserted_bg: '#033a16',
__color_prettylights_syntax_markup_inserted_text: '#aff5b4',
__color_prettylights_syntax_markup_italic: '#c9d1d9',
__color_prettylights_syntax_markup_list: '#f2cc60',
__color_prettylights_syntax_meta_diff_range: '#d2a8ff',
__color_prettylights_syntax_storage_modifier_import: '#c9d1d9',
__color_prettylights_syntax_string_regexp: '#7ee787',
__color_prettylights_syntax_string: '#a5d6ff',
__color_prettylights_syntax_sublimelinter_gutter_mark: '#484f58',
__color_prettylights_syntax_variable: '#ffa657',
__color_primer_border_active: '#F78166',
__color_primer_border_contrast: 'rgba(255, 255, 255, 0.2)',
__color_primer_canvas_backdrop: 'rgba(1, 4, 9, 0.8)',
__color_primer_canvas_sticky: 'rgba(13, 17, 23, 0.95)',
__color_primer_fg_disabled: '#484f58',
__color_primer_shadow_focus: '0 0 0 3px #0c2d6b',
__color_primer_shadow_highlight: '0 0 transparent',
__color_primer_shadow_inset: '0 0 transparent',
__color_project_gradient_in: '#161b22',
__color_project_gradient_out: 'rgba(22, 27, 34, 0)',
__color_project_header_bg: '#0d1117',
__color_project_sidebar_bg: '#161b22',
__color_scale_black: '#010409',
__color_scale_blue_0: '#cae8ff',
__color_scale_blue_1: '#a5d6ff',
__color_scale_blue_2: '#79c0ff',
__color_scale_blue_3: '#58a6ff',
__color_scale_blue_4: '#388bfd',
__color_scale_blue_5: '#1f6feb',
__color_scale_blue_6: '#1158c7',
__color_scale_blue_7: '#0d419d',
__color_scale_blue_8: '#0c2d6b',
__color_scale_blue_9: '#051d4d',
__color_scale_coral_0: '#FFDDD2',
__color_scale_coral_1: '#FFC2B2',
__color_scale_coral_2: '#FFA28B',
__color_scale_coral_3: '#F78166',
__color_scale_coral_4: '#EA6045',
__color_scale_coral_5: '#CF462D',
__color_scale_coral_6: '#AC3220',
__color_scale_coral_7: '#872012',
__color_scale_coral_8: '#640D04',
__color_scale_coral_9: '#460701',
__color_scale_gray_0: '#f0f6fc',
__color_scale_gray_1: '#c9d1d9',
__color_scale_gray_2: '#b1bac4',
__color_scale_gray_3: '#8b949e',
__color_scale_gray_4: '#6e7681',
__color_scale_gray_5: '#484f58',
__color_scale_gray_6: '#30363d',
__color_scale_gray_7: '#21262d',
__color_scale_gray_8: '#161b22',
__color_scale_gray_9: '#0d1117',
__color_scale_green_0: '#aff5b4',
__color_scale_green_1: '#7ee787',
__color_scale_green_2: '#56d364',
__color_scale_green_3: '#3fb950',
__color_scale_green_4: '#2ea043',
__color_scale_green_5: '#238636',
__color_scale_green_6: '#196c2e',
__color_scale_green_7: '#0f5323',
__color_scale_green_8: '#033a16',
__color_scale_green_9: '#04260f',
__color_scale_orange_0: '#ffdfb6',
__color_scale_orange_1: '#ffc680',
__color_scale_orange_2: '#ffa657',
__color_scale_orange_3: '#f0883e',
__color_scale_orange_4: '#db6d28',
__color_scale_orange_5: '#bd561d',
__color_scale_orange_6: '#9b4215',
__color_scale_orange_7: '#762d0a',
__color_scale_orange_8: '#5a1e02',
__color_scale_orange_9: '#3d1300',
__color_scale_pink_0: '#ffdaec',
__color_scale_pink_1: '#ffbedd',
__color_scale_pink_2: '#ff9bce',
__color_scale_pink_3: '#f778ba',
__color_scale_pink_4: '#db61a2',
__color_scale_pink_5: '#bf4b8a',
__color_scale_pink_6: '#9e3670',
__color_scale_pink_7: '#7d2457',
__color_scale_pink_8: '#5e103e',
__color_scale_pink_9: '#42062a',
__color_scale_purple_0: '#eddeff',
__color_scale_purple_1: '#e2c5ff',
__color_scale_purple_2: '#d2a8ff',
__color_scale_purple_3: '#bc8cff',
__color_scale_purple_4: '#a371f7',
__color_scale_purple_5: '#8957e5',
__color_scale_purple_6: '#6e40c9',
__color_scale_purple_7: '#553098',
__color_scale_purple_8: '#3c1e70',
__color_scale_purple_9: '#271052',
__color_scale_red_0: '#ffdcd7',
__color_scale_red_1: '#ffc1ba',
__color_scale_red_2: '#ffa198',
__color_scale_red_3: '#ff7b72',
__color_scale_red_4: '#f85149',
__color_scale_red_5: '#da3633',
__color_scale_red_6: '#b62324',
__color_scale_red_7: '#8e1519',
__color_scale_red_8: '#67060c',
__color_scale_red_9: '#490202',
__color_scale_white: '#ffffff',
__color_scale_yellow_0: '#f8e3a1',
__color_scale_yellow_1: '#f2cc60',
__color_scale_yellow_2: '#e3b341',
__color_scale_yellow_3: '#d29922',
__color_scale_yellow_4: '#bb8009',
__color_scale_yellow_5: '#9e6a03',
__color_scale_yellow_6: '#845306',
__color_scale_yellow_7: '#693e00',
__color_scale_yellow_8: '#4b2900',
__color_scale_yellow_9: '#341a00',
__color_search_keyword_hl: 'rgba(210, 153, 34, 0.4)',
__color_select_menu_backdrop_border: '#484f58',
__color_select_menu_tap_focus_bg: '#0c2d6b',
__color_select_menu_tap_highlight: 'rgba(48, 54, 61, 0.5)',
__color_severe_emphasis: '#bd561d',
__color_severe_fg: '#db6d28',
__color_severe_muted: 'rgba(219, 109, 40, 0.4)',
__color_severe_subtle: 'rgba(219, 109, 40, 0.15)',
__color_shadow_extra_large: '0 12px 48px #010409',
__color_shadow_large: '0 8px 24px #010409',
__color_shadow_medium: '0 3px 6px #010409',
__color_shadow_small: '0 0 transparent',
__color_sidenav_selected_bg: '#21262d',
__color_sponsors_emphasis: '#bf4b8a',
__color_sponsors_fg: '#db61a2',
__color_sponsors_muted: 'rgba(219, 97, 162, 0.4)',
__color_sponsors_subtle: 'rgba(219, 97, 162, 0.15)',
__color_success_emphasis: '#238636',
__color_success_fg: '#3fb950',
__color_success_muted: 'rgba(46, 160, 67, 0.4)',
__color_success_subtle: 'rgba(46, 160, 67, 0.15)',
__color_switch_knob_checked_bg: '#1f6feb',
__color_switch_knob_checked_disabled_bg: '#484f58',
__color_switch_track_bg: '#010409',
__color_switch_track_border: '#6e7681',
__color_switch_track_checked_active_bg: 'rgba(31, 111, 235, 0.65)',
__color_switch_track_checked_bg: 'rgba(31, 111, 235, 0.35)',
__color_switch_track_checked_border: '#58a6ff',
__color_switch_track_checked_hover_bg: 'rgba(31, 111, 235, 0.5)',
__color_timeline_badge_bg: '#21262d',
__color_topic_tag_border: 'rgba(0, 0, 0, 0)',
__color_underlinenav_border_hover: 'rgba(110, 118, 129, 0.4)',
__color_underlinenav_icon: '#6e7681',
__color_workflow_card_header_shadow: 'rgba(27, 31, 35, 0.04)',
__color_text_disabled: '#6e7681',
scheme: 'analogic',
variation: 'default',
hiddenQS: 'true'
}
"0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07)",
__color_mktg_btn_shadow_outline: "rgb(255 255 255 / 25%) 0 0 0 1px inset",
__color_neutral_emphasis_plus: "#6e7681",
__color_neutral_emphasis: "#6e7681",
__color_neutral_muted: "rgba(110, 118, 129, 0.4)",
__color_neutral_subtle: "rgba(110, 118, 129, 0.1)",
__color_open_emphasis: "#238636",
__color_open_fg: "#3fb950",
__color_open_muted: "rgba(46, 160, 67, 0.4)",
__color_open_subtle: "rgba(46, 160, 67, 0.15)",
__color_overlay_shadow: "0 0 0 1px #30363d, 0 16px 32px rgba(1, 4, 9, 0.85)",
__color_page_header_bg: "#0d1117",
__color_prettylights_syntax_brackethighlighter_angle: "#8b949e",
__color_prettylights_syntax_brackethighlighter_unmatched: "#f85149",
__color_prettylights_syntax_carriage_return_bg: "#b62324",
__color_prettylights_syntax_carriage_return_text: "#f0f6fc",
__color_prettylights_syntax_comment: "#8b949e",
__color_prettylights_syntax_constant_other_reference_link: "#a5d6ff",
__color_prettylights_syntax_constant: "#79c0ff",
__color_prettylights_syntax_entity_tag: "#7ee787",
__color_prettylights_syntax_entity: "#d2a8ff",
__color_prettylights_syntax_invalid_illegal_bg: "#8e1519",
__color_prettylights_syntax_invalid_illegal_text: "#f0f6fc",
__color_prettylights_syntax_keyword: "#ff7b72",
__color_prettylights_syntax_markup_bold: "#c9d1d9",
__color_prettylights_syntax_markup_changed_bg: "#5a1e02",
__color_prettylights_syntax_markup_changed_text: "#ffdfb6",
__color_prettylights_syntax_markup_deleted_bg: "#67060c",
__color_prettylights_syntax_markup_deleted_text: "#ffdcd7",
__color_prettylights_syntax_markup_heading: "#1f6feb",
__color_prettylights_syntax_markup_ignored_bg: "#1158c7",
__color_prettylights_syntax_markup_ignored_text: "#c9d1d9",
__color_prettylights_syntax_markup_inserted_bg: "#033a16",
__color_prettylights_syntax_markup_inserted_text: "#aff5b4",
__color_prettylights_syntax_markup_italic: "#c9d1d9",
__color_prettylights_syntax_markup_list: "#f2cc60",
__color_prettylights_syntax_meta_diff_range: "#d2a8ff",
__color_prettylights_syntax_storage_modifier_import: "#c9d1d9",
__color_prettylights_syntax_string_regexp: "#7ee787",
__color_prettylights_syntax_string: "#a5d6ff",
__color_prettylights_syntax_sublimelinter_gutter_mark: "#484f58",
__color_prettylights_syntax_variable: "#ffa657",
__color_primer_border_active: "#F78166",
__color_primer_border_contrast: "rgba(255, 255, 255, 0.2)",
__color_primer_canvas_backdrop: "rgba(1, 4, 9, 0.8)",
__color_primer_canvas_sticky: "rgba(13, 17, 23, 0.95)",
__color_primer_fg_disabled: "#484f58",
__color_primer_shadow_focus: "0 0 0 3px #0c2d6b",
__color_primer_shadow_highlight: "0 0 transparent",
__color_primer_shadow_inset: "0 0 transparent",
__color_project_gradient_in: "#161b22",
__color_project_gradient_out: "rgba(22, 27, 34, 0)",
__color_project_header_bg: "#0d1117",
__color_project_sidebar_bg: "#161b22",
__color_scale_black: "#010409",
__color_scale_blue_0: "#cae8ff",
__color_scale_blue_1: "#a5d6ff",
__color_scale_blue_2: "#79c0ff",
__color_scale_blue_3: "#58a6ff",
__color_scale_blue_4: "#388bfd",
__color_scale_blue_5: "#1f6feb",
__color_scale_blue_6: "#1158c7",
__color_scale_blue_7: "#0d419d",
__color_scale_blue_8: "#0c2d6b",
__color_scale_blue_9: "#051d4d",
__color_scale_coral_0: "#FFDDD2",
__color_scale_coral_1: "#FFC2B2",
__color_scale_coral_2: "#FFA28B",
__color_scale_coral_3: "#F78166",
__color_scale_coral_4: "#EA6045",
__color_scale_coral_5: "#CF462D",
__color_scale_coral_6: "#AC3220",
__color_scale_coral_7: "#872012",
__color_scale_coral_8: "#640D04",
__color_scale_coral_9: "#460701",
__color_scale_gray_0: "#f0f6fc",
__color_scale_gray_1: "#c9d1d9",
__color_scale_gray_2: "#b1bac4",
__color_scale_gray_3: "#8b949e",
__color_scale_gray_4: "#6e7681",
__color_scale_gray_5: "#484f58",
__color_scale_gray_6: "#30363d",
__color_scale_gray_7: "#21262d",
__color_scale_gray_8: "#161b22",
__color_scale_gray_9: "#0d1117",
__color_scale_green_0: "#aff5b4",
__color_scale_green_1: "#7ee787",
__color_scale_green_2: "#56d364",
__color_scale_green_3: "#3fb950",
__color_scale_green_4: "#2ea043",
__color_scale_green_5: "#238636",
__color_scale_green_6: "#196c2e",
__color_scale_green_7: "#0f5323",
__color_scale_green_8: "#033a16",
__color_scale_green_9: "#04260f",
__color_scale_orange_0: "#ffdfb6",
__color_scale_orange_1: "#ffc680",
__color_scale_orange_2: "#ffa657",
__color_scale_orange_3: "#f0883e",
__color_scale_orange_4: "#db6d28",
__color_scale_orange_5: "#bd561d",
__color_scale_orange_6: "#9b4215",
__color_scale_orange_7: "#762d0a",
__color_scale_orange_8: "#5a1e02",
__color_scale_orange_9: "#3d1300",
__color_scale_pink_0: "#ffdaec",
__color_scale_pink_1: "#ffbedd",
__color_scale_pink_2: "#ff9bce",
__color_scale_pink_3: "#f778ba",
__color_scale_pink_4: "#db61a2",
__color_scale_pink_5: "#bf4b8a",
__color_scale_pink_6: "#9e3670",
__color_scale_pink_7: "#7d2457",
__color_scale_pink_8: "#5e103e",
__color_scale_pink_9: "#42062a",
__color_scale_purple_0: "#eddeff",
__color_scale_purple_1: "#e2c5ff",
__color_scale_purple_2: "#d2a8ff",
__color_scale_purple_3: "#bc8cff",
__color_scale_purple_4: "#a371f7",
__color_scale_purple_5: "#8957e5",
__color_scale_purple_6: "#6e40c9",
__color_scale_purple_7: "#553098",
__color_scale_purple_8: "#3c1e70",
__color_scale_purple_9: "#271052",
__color_scale_red_0: "#ffdcd7",
__color_scale_red_1: "#ffc1ba",
__color_scale_red_2: "#ffa198",
__color_scale_red_3: "#ff7b72",
__color_scale_red_4: "#f85149",
__color_scale_red_5: "#da3633",
__color_scale_red_6: "#b62324",
__color_scale_red_7: "#8e1519",
__color_scale_red_8: "#67060c",
__color_scale_red_9: "#490202",
__color_scale_white: "#ffffff",
__color_scale_yellow_0: "#f8e3a1",
__color_scale_yellow_1: "#f2cc60",
__color_scale_yellow_2: "#e3b341",
__color_scale_yellow_3: "#d29922",
__color_scale_yellow_4: "#bb8009",
__color_scale_yellow_5: "#9e6a03",
__color_scale_yellow_6: "#845306",
__color_scale_yellow_7: "#693e00",
__color_scale_yellow_8: "#4b2900",
__color_scale_yellow_9: "#341a00",
__color_search_keyword_hl: "rgba(210, 153, 34, 0.4)",
__color_select_menu_backdrop_border: "#484f58",
__color_select_menu_tap_focus_bg: "#0c2d6b",
__color_select_menu_tap_highlight: "rgba(48, 54, 61, 0.5)",
__color_severe_emphasis: "#bd561d",
__color_severe_fg: "#db6d28",
__color_severe_muted: "rgba(219, 109, 40, 0.4)",
__color_severe_subtle: "rgba(219, 109, 40, 0.15)",
__color_shadow_extra_large: "0 12px 48px #010409",
__color_shadow_large: "0 8px 24px #010409",
__color_shadow_medium: "0 3px 6px #010409",
__color_shadow_small: "0 0 transparent",
__color_sidenav_selected_bg: "#21262d",
__color_sponsors_emphasis: "#bf4b8a",
__color_sponsors_fg: "#db61a2",
__color_sponsors_muted: "rgba(219, 97, 162, 0.4)",
__color_sponsors_subtle: "rgba(219, 97, 162, 0.15)",
__color_success_emphasis: "#238636",
__color_success_fg: "#3fb950",
__color_success_muted: "rgba(46, 160, 67, 0.4)",
__color_success_subtle: "rgba(46, 160, 67, 0.15)",
__color_switch_knob_checked_bg: "#1f6feb",
__color_switch_knob_checked_disabled_bg: "#484f58",
__color_switch_track_bg: "#010409",
__color_switch_track_border: "#6e7681",
__color_switch_track_checked_active_bg: "rgba(31, 111, 235, 0.65)",
__color_switch_track_checked_bg: "rgba(31, 111, 235, 0.35)",
__color_switch_track_checked_border: "#58a6ff",
__color_switch_track_checked_hover_bg: "rgba(31, 111, 235, 0.5)",
__color_timeline_badge_bg: "#21262d",
__color_topic_tag_border: "rgba(0, 0, 0, 0)",
__color_underlinenav_border_hover: "rgba(110, 118, 129, 0.4)",
__color_underlinenav_icon: "#6e7681",
__color_workflow_card_header_shadow: "rgba(27, 31, 35, 0.04)",
__color_text_disabled: "#6e7681",
scheme: "analogic",
variation: "default",
hiddenQS: "true",
};
initialSettings = Object.keys(defaultColorScheme)
initialSettings = Object.keys(defaultColorScheme);
// loop through all the keys in the defaultColorScheme object
// and set the value of the key to the value of the key in the
// defaultColorScheme object
chrome.runtime.onInstalled.addListener(() => {
initialSettings.forEach((initialSetting) => {
const key = {}
key[`${initialSetting}`] = defaultColorScheme[initialSetting]
chrome.storage.local.set(key)
})
chrome.tabs.create({ url: 'https://pint.sh/success' })
})
const key = {};
key[`${initialSetting}`] = defaultColorScheme[initialSetting];
chrome.storage.local.set(key);
});
chrome.tabs.create({ url: "https://pint.sh/success" });
});
chrome.tabs.onUpdated.addListener((tabId, changeInfo, tab) => {
chrome.scripting.executeScript(
{
target: { tabId },
files: ['initial.js']
files: ["initial.js"],
},
() => chrome.runtime.lastError
)
})
);
});

View file

@ -1,7 +1,7 @@
/* global chrome */
const link = document.createElement('link')
link.href = chrome.extension.getURL('pint-css.css')
link.type = 'text/css'
link.rel = 'stylesheet'
link.media = 'all'
document.getElementsByTagName('head')[0].appendChild(link)
const link = document.createElement("link");
link.href = chrome.extension.getURL("pint-css.css");
link.type = "text/css";
link.rel = "stylesheet";
link.media = "all";
document.getElementsByTagName("head")[0].appendChild(link);

File diff suppressed because it is too large Load diff

View file

@ -1,452 +1,452 @@
export const settings = {
__color_accent_emphasis: '#1f6feb',
__color_accent_fg: '#58a6ff',
__color_accent_muted: 'rgba(56, 139, 253, 0.4)',
__color_accent_subtle: 'rgba(56, 139, 253, 0.15)',
__color_action_list_item_danger_active_bg: 'rgba(248, 81, 73, 0.24)',
__color_action_list_item_danger_hover_bg: 'rgba(248, 81, 73, 0.16)',
__color_action_list_item_danger_hover_text: '#ff7b72',
__color_action_list_item_default_active_bg: 'rgba(177, 186, 196, 0.2)',
__color_action_list_item_default_active_border: 'rgba(0, 0, 0, 0)',
__color_action_list_item_default_hover_bg: 'rgba(177, 186, 196, 0.12)',
__color_action_list_item_default_hover_border: 'rgba(0, 0, 0, 0)',
__color_action_list_item_default_selected_bg: 'rgba(177, 186, 196, 0.08)',
__color_action_list_item_inline_divider: 'rgba(48, 54, 61, 0.48)',
__color_ans_Iblack_bright: '#6e7681',
__color_ans_Iblack: '#484f58',
__color_ans_Iblue_bright: '#79c0ff',
__color_ans_Iblue: '#58a6ff',
__color_ans_Icyan_bright: '#56d4dd',
__color_ans_Icyan: '#39c5cf',
__color_ans_Igray: '#6e7681',
__color_ans_Igreen_bright: '#56d364',
__color_ans_Igreen: '#3fb950',
__color_ans_Imagenta_bright: '#d2a8ff',
__color_ans_Imagenta: '#bc8cff',
__color_ans_Ired_bright: '#ffa198',
__color_ans_Ired: '#ff7b72',
__color_ans_Iwhite_bright: '#ffffff',
__color_ans_Iwhite: '#b1bac4',
__color_ans_Iyellow_bright: '#e3b341',
__color_ans_Iyellow: '#d29922',
__color_attention_emphasis: '#9e6a03',
__color_attention_fg: '#d29922',
__color_attention_muted: 'rgba(187, 128, 9, 0.4)',
__color_attention_subtle: 'rgba(187, 128, 9, 0.15)',
__color_avatar_bg: 'rgba(255, 255, 255, 0.1)',
__color_avatar_border: 'rgba(240, 246, 252, 0.1)',
__color_avatar_child_shadow: '_2px _2px 0 #0d1117',
__color_avatar_stack_fade_more: '#21262d',
__color_avatar_stack_fade: '#30363d',
__color_border_default: '#30363d',
__color_border_muted: '#21262d',
__color_border_subtle: 'rgba(240, 246, 252, 0.1)',
__color_btn_active_bg: 'hsla(212, 12%, 18%, 1)',
__color_btn_active_border: '#6e7681',
__color_btn_bg: '#21262d',
__color_btn_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_counter_bg: '#30363d',
__color_btn_danger_counter_bg: 'rgba(218, 54, 51, 0.1)',
__color_btn_danger_disabled_bg: '#0d1117',
__color_btn_danger_disabled_counter_bg: 'rgba(218, 54, 51, 0.05)',
__color_btn_danger_disabled_text: 'rgba(248, 81, 73, 0.5)',
__color_btn_danger_focus_border: '#f85149',
__color_btn_danger_focus_shadow: '0 0 0 3px rgba(248, 81, 73, 0.4)',
__color_btn_danger_hover_bg: '#da3633',
__color_btn_danger_hover_border: '#f85149',
__color_btn_danger_hover_counter_bg: 'rgba(255, 255, 255, 0.2)',
__color_btn_danger_hover_icon: '#ffffff',
__color_btn_danger_hover_inset_shadow: '0 0 transparent',
__color_btn_danger_hover_shadow: '0 0 transparent',
__color_btn_danger_hover_text: '#ffffff',
__color_btn_danger_icon: '#f85149',
__color_btn_danger_selected_bg: '#b62324',
__color_btn_danger_selected_border: '#ff7b72',
__color_btn_danger_selected_shadow: '0 0 transparent',
__color_btn_danger_selected_text: '#ffffff',
__color_btn_danger_text: '#f85149',
__color_btn_focus_bg: '#21262d',
__color_btn_focus_border: '#8b949e',
__color_btn_focus_shadow: '0 0 0 3px rgba(139, 148, 158, 0.3)',
__color_btn_hover_bg: '#30363d',
__color_btn_hover_border: '#8b949e',
__color_btn_inset_shadow: '0 0 transparent',
__color_btn_outline_counter_bg: 'rgba(31, 111, 235, 0.1)',
__color_btn_outline_disabled_bg: '#0d1117',
__color_btn_outline_disabled_counter_bg: 'rgba(31, 111, 235, 0.05)',
__color_btn_outline_disabled_text: 'rgba(88, 166, 255, 0.5)',
__color_btn_outline_focus_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_outline_focus_shadow: '0 0 0 3px rgba(17, 88, 199, 0.4)',
__color_btn_outline_hover_bg: '#30363d',
__color_btn_outline_hover_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_outline_hover_counter_bg: 'rgba(255, 255, 255, 0.2)',
__color_accent_emphasis: "#1f6feb",
__color_accent_fg: "#58a6ff",
__color_accent_muted: "rgba(56, 139, 253, 0.4)",
__color_accent_subtle: "rgba(56, 139, 253, 0.15)",
__color_action_list_item_danger_active_bg: "rgba(248, 81, 73, 0.24)",
__color_action_list_item_danger_hover_bg: "rgba(248, 81, 73, 0.16)",
__color_action_list_item_danger_hover_text: "#ff7b72",
__color_action_list_item_default_active_bg: "rgba(177, 186, 196, 0.2)",
__color_action_list_item_default_active_border: "rgba(0, 0, 0, 0)",
__color_action_list_item_default_hover_bg: "rgba(177, 186, 196, 0.12)",
__color_action_list_item_default_hover_border: "rgba(0, 0, 0, 0)",
__color_action_list_item_default_selected_bg: "rgba(177, 186, 196, 0.08)",
__color_action_list_item_inline_divider: "rgba(48, 54, 61, 0.48)",
__color_ans_Iblack_bright: "#6e7681",
__color_ans_Iblack: "#484f58",
__color_ans_Iblue_bright: "#79c0ff",
__color_ans_Iblue: "#58a6ff",
__color_ans_Icyan_bright: "#56d4dd",
__color_ans_Icyan: "#39c5cf",
__color_ans_Igray: "#6e7681",
__color_ans_Igreen_bright: "#56d364",
__color_ans_Igreen: "#3fb950",
__color_ans_Imagenta_bright: "#d2a8ff",
__color_ans_Imagenta: "#bc8cff",
__color_ans_Ired_bright: "#ffa198",
__color_ans_Ired: "#ff7b72",
__color_ans_Iwhite_bright: "#ffffff",
__color_ans_Iwhite: "#b1bac4",
__color_ans_Iyellow_bright: "#e3b341",
__color_ans_Iyellow: "#d29922",
__color_attention_emphasis: "#9e6a03",
__color_attention_fg: "#d29922",
__color_attention_muted: "rgba(187, 128, 9, 0.4)",
__color_attention_subtle: "rgba(187, 128, 9, 0.15)",
__color_avatar_bg: "rgba(255, 255, 255, 0.1)",
__color_avatar_border: "rgba(240, 246, 252, 0.1)",
__color_avatar_child_shadow: "_2px _2px 0 #0d1117",
__color_avatar_stack_fade_more: "#21262d",
__color_avatar_stack_fade: "#30363d",
__color_border_default: "#30363d",
__color_border_muted: "#21262d",
__color_border_subtle: "rgba(240, 246, 252, 0.1)",
__color_btn_active_bg: "hsla(212, 12%, 18%, 1)",
__color_btn_active_border: "#6e7681",
__color_btn_bg: "#21262d",
__color_btn_border: "rgba(240, 246, 252, 0.1)",
__color_btn_counter_bg: "#30363d",
__color_btn_danger_counter_bg: "rgba(218, 54, 51, 0.1)",
__color_btn_danger_disabled_bg: "#0d1117",
__color_btn_danger_disabled_counter_bg: "rgba(218, 54, 51, 0.05)",
__color_btn_danger_disabled_text: "rgba(248, 81, 73, 0.5)",
__color_btn_danger_focus_border: "#f85149",
__color_btn_danger_focus_shadow: "0 0 0 3px rgba(248, 81, 73, 0.4)",
__color_btn_danger_hover_bg: "#da3633",
__color_btn_danger_hover_border: "#f85149",
__color_btn_danger_hover_counter_bg: "rgba(255, 255, 255, 0.2)",
__color_btn_danger_hover_icon: "#ffffff",
__color_btn_danger_hover_inset_shadow: "0 0 transparent",
__color_btn_danger_hover_shadow: "0 0 transparent",
__color_btn_danger_hover_text: "#ffffff",
__color_btn_danger_icon: "#f85149",
__color_btn_danger_selected_bg: "#b62324",
__color_btn_danger_selected_border: "#ff7b72",
__color_btn_danger_selected_shadow: "0 0 transparent",
__color_btn_danger_selected_text: "#ffffff",
__color_btn_danger_text: "#f85149",
__color_btn_focus_bg: "#21262d",
__color_btn_focus_border: "#8b949e",
__color_btn_focus_shadow: "0 0 0 3px rgba(139, 148, 158, 0.3)",
__color_btn_hover_bg: "#30363d",
__color_btn_hover_border: "#8b949e",
__color_btn_inset_shadow: "0 0 transparent",
__color_btn_outline_counter_bg: "rgba(31, 111, 235, 0.1)",
__color_btn_outline_disabled_bg: "#0d1117",
__color_btn_outline_disabled_counter_bg: "rgba(31, 111, 235, 0.05)",
__color_btn_outline_disabled_text: "rgba(88, 166, 255, 0.5)",
__color_btn_outline_focus_border: "rgba(240, 246, 252, 0.1)",
__color_btn_outline_focus_shadow: "0 0 0 3px rgba(17, 88, 199, 0.4)",
__color_btn_outline_hover_bg: "#30363d",
__color_btn_outline_hover_border: "rgba(240, 246, 252, 0.1)",
__color_btn_outline_hover_counter_bg: "rgba(255, 255, 255, 0.2)",
__color_btn_outline_hover_inset_shadow:
'inset 0 1px 0 rgba(255, 255, 255, 0.03)',
__color_btn_outline_hover_shadow: '0 1px 0 rgba(1, 4, 9, 0.1)',
__color_btn_outline_hover_text: '#58a6ff',
__color_btn_outline_selected_bg: '#0d419d',
__color_btn_outline_selected_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_outline_selected_shadow: '0 0 transparent',
__color_btn_outline_selected_text: '#ffffff',
__color_btn_outline_text: '#58a6ff',
__color_btn_primary_bg: '#238636',
__color_btn_primary_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_primary_counter_bg: 'rgba(255, 255, 255, 0.2)',
__color_btn_primary_disabled_bg: 'rgba(35, 134, 54, 0.6)',
__color_btn_primary_disabled_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_primary_disabled_text: 'rgba(255, 255, 255, 0.5)',
__color_btn_primary_focus_bg: '#238636',
__color_btn_primary_focus_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_primary_focus_shadow: '0 0 0 3px rgba(46, 164, 79, 0.4)',
__color_btn_primary_hover_bg: '#2ea043',
__color_btn_primary_hover_border: 'rgba(240, 246, 252, 0.1)',
__color_btn_primary_icon: '#ffffff',
__color_btn_primary_inset_shadow: '0 0 transparent',
__color_btn_primary_selected_bg: '#238636',
__color_btn_primary_selected_shadow: '0 0 transparent',
__color_btn_primary_shadow: '0 0 transparent',
__color_btn_primary_text: '#ffffff',
__color_btn_selected_bg: '#161b22',
__color_btn_shadow_active: 'inset 0 0.15em 0.3em rgba(1, 4, 9, 0.15)',
__color_btn_shadow_input_focus: '0 0 0 0.2em rgba(31, 111, 235, 0.3)',
__color_btn_shadow: '0 0 transparent',
__color_btn_text: '#c9d1d9',
__color_calendar_graph_day_bg: 'rgba(0,0,0,0.1)',
__color_calendar_graph_day_border: 'rgba(27, 31, 35, 0.06)',
__color_calendar_graph_day_L1_bg: '#0e4429',
__color_calendar_graph_day_L1_border: 'rgba(255, 255, 255, 0.05)',
__color_calendar_graph_day_L2_bg: '#006d32',
__color_calendar_graph_day_L2_border: 'rgba(255, 255, 255, 0.05)',
__color_calendar_graph_day_L3_bg: '#26a641',
__color_calendar_graph_day_L3_border: 'rgba(255, 255, 255, 0.05)',
__color_calendar_graph_day_L4_bg: '#39d353',
__color_calendar_graph_day_L4_border: 'rgba(255, 255, 255, 0.05)',
__color_calendar_halloween_graph_day_L1_bg: '#631c03',
__color_calendar_halloween_graph_day_L2_bg: '#bd561d',
__color_calendar_halloween_graph_day_L3_bg: '#fa7a18',
__color_calendar_halloween_graph_day_L4_bg: '#fddf68',
__color_canvas_default_transparent: 'rgba(13, 17, 23, 0)',
__color_canvas_default: '#0d1117',
__color_canvas_inset: '#010409',
__color_canvas_overlay: '#161b22',
__color_canvas_subtle: '#161b22',
__color_checks_ans_Iblack_bright: '#161b22',
__color_checks_ans_Iblack: '#0d1117',
__color_checks_ans_Iblue_bright: '#79c0ff',
__color_checks_ans_Iblue: '#58a6ff',
__color_checks_ans_Icyan_bright: '#b3f0ff',
__color_checks_ans_Icyan: '#76e3ea',
__color_checks_ans_Igray: '#6e7681',
__color_checks_ans_Igreen_bright: '#56d364',
__color_checks_ans_Igreen: '#3fb950',
__color_checks_ans_Imagenta_bright: '#d2a8ff',
__color_checks_ans_Imagenta: '#bc8cff',
__color_checks_ans_Ired_bright: '#ffa198',
__color_checks_ans_Ired: '#ff7b72',
__color_checks_ans_Iwhite_bright: '#b1bac4',
__color_checks_ans_Iwhite: '#b1bac4',
__color_checks_ans_Iyellow_bright: '#e3b341',
__color_checks_ans_Iyellow: '#d29922',
__color_checks_bg: '#010409',
__color_checks_btn_hover_bg: 'rgba(110, 118, 129, 0.1)',
__color_checks_btn_hover_icon: '#c9d1d9',
__color_checks_btn_icon: '#8b949e',
__color_checks_container_border_width: '1px',
__color_checks_donut_error: '#f85149',
__color_checks_donut_neutral: '#8b949e',
__color_checks_donut_pending: '#d29922',
__color_checks_donut_success: '#2ea043',
__color_checks_dropdown_bg: '#161b22',
__color_checks_dropdown_border: '#30363d',
__color_checks_dropdown_btn_hover_bg: 'rgba(110, 118, 129, 0.1)',
__color_checks_dropdown_btn_hover_text: '#c9d1d9',
__color_checks_dropdown_hover_bg: 'rgba(110, 118, 129, 0.1)',
__color_checks_dropdown_hover_text: '#c9d1d9',
__color_checks_dropdown_shadow: 'rgba(1, 4, 9, 0.3)',
__color_checks_dropdown_text: '#c9d1d9',
__color_checks_gate_bg: 'rgba(187, 128, 9, 0.15)',
__color_checks_gate_text: '#8b949e',
__color_checks_gate_waiting_text: '#d29922',
__color_checks_header_border: '#21262d',
__color_checks_header_icon: '#8b949e',
__color_checks_header_label_open_text: '#c9d1d9',
__color_checks_header_label_text: '#8b949e',
__color_checks_input_bg: '#161b22',
__color_checks_input_focus_text: '#c9d1d9',
__color_checks_input_placeholder_text: '#6e7681',
__color_checks_input_shadow: '0 0 0 1px (obj) => get_1.default(obj, path)',
__color_checks_input_text: '#8b949e',
__color_checks_line_dt_fm_bg: '#9e6a03',
__color_checks_line_dt_fm_text: '#ffffff',
__color_checks_line_hover_bg: 'rgba(110, 118, 129, 0.1)',
__color_checks_line_num_text: '#6e7681',
__color_checks_line_selected_bg: 'rgba(56, 139, 253, 0.15)',
__color_checks_line_selected_num_text: '#58a6ff',
__color_checks_line_text: '#8b949e',
__color_checks_line_timestamp_text: '#6e7681',
__color_checks_logline_command_text: '#58a6ff',
__color_checks_logline_debug_text: '#a371f7',
__color_checks_logline_error_bg: 'rgba(248, 81, 73, 0.15)',
__color_checks_logline_error_num_text: '#6e7681',
__color_checks_logline_error_text: '#8b949e',
__color_checks_logline_num_text: '#6e7681',
__color_checks_logline_section_text: '#3fb950',
__color_checks_logline_text: '#8b949e',
__color_checks_logline_warning_bg: 'rgba(187, 128, 9, 0.15)',
__color_checks_logline_warning_num_text: '#d29922',
__color_checks_logline_warning_text: '#8b949e',
__color_checks_run_border_width: '1px',
__color_checks_scrollbar_thumb_bg: 'rgba(110, 118, 129, 0.4)',
__color_checks_step_error_text: '#f85149',
__color_checks_step_header_open_bg: '#161b22',
__color_checks_step_warning_text: '#d29922',
__color_checks_text_link: '#58a6ff',
__color_checks_text_primary: '#c9d1d9',
__color_checks_text_secondary: '#8b949e',
__color_closed_emphasis: '#da3633',
__color_closed_fg: '#f85149',
__color_closed_muted: 'rgba(248, 81, 73, 0.4)',
__color_closed_subtle: 'rgba(248, 81, 73, 0.15)',
__color_codemirror_activeline_bg: 'rgba(110, 118, 129, 0.1)',
__color_codemirror_bg: '#0d1117',
__color_codemirror_cursor: '#c9d1d9',
__color_codemirror_guttermarker_subtle_text: '#6e7681',
__color_codemirror_guttermarker_text: '#0d1117',
__color_codemirror_gutters_bg: '#0d1117',
__color_codemirror_linenumber_text: '#8b949e',
__color_codemirror_lines_bg: '#0d1117',
__color_codemirror_matchingbracket_text: '#c9d1d9',
__color_codemirror_selection_bg: 'rgba(56, 139, 253, 0.4)',
__color_codemirror_syntax_comment: '#8b949e',
__color_codemirror_syntax_constant: '#79c0ff',
__color_codemirror_syntax_entity: '#d2a8ff',
__color_codemirror_syntax_keyword: '#ff7b72',
__color_codemirror_syntax_storage: '#ff7b72',
__color_codemirror_syntax_string: '#a5d6ff',
__color_codemirror_syntax_support: '#79c0ff',
__color_codemirror_syntax_variable: '#ffa657',
__color_codemirror_text: '#c9d1d9',
__color_counter_border: 'rgba(0, 0, 0, 0)',
__color_danger_emphasis: '#da3633',
__color_danger_fg: '#f85149',
__color_danger_muted: 'rgba(248, 81, 73, 0.4)',
__color_danger_subtle: 'rgba(248, 81, 73, 0.15)',
__color_diff_blob_addition_fg: '#c9d1d9',
__color_diff_blob_addition_line_bg: 'rgba(46, 160, 67, 0.15)',
__color_diff_blob_addition_num_bg: 'rgba(63, 185, 80, 0.3)',
__color_diff_blob_addition_num_text: '#c9d1d9',
__color_diff_blob_addition_word_bg: 'rgba(46, 160, 67, 0.4)',
__color_diff_blob_deletion_fg: '#c9d1d9',
__color_diff_blob_deletion_line_bg: 'rgba(248, 81, 73, 0.15)',
__color_diff_blob_deletion_num_bg: 'rgba(248, 81, 73, 0.3)',
__color_diff_blob_deletion_num_text: '#c9d1d9',
__color_diff_blob_deletion_word_bg: 'rgba(248, 81, 73, 0.4)',
__color_diff_blob_expander_icon: '#8b949e',
__color_diff_blob_hunk_num_bg: 'rgba(56, 139, 253, 0.4)',
__color_diff_blob_selected_line_highlight_mix_blend_mode: 'screen',
__color_diffstat_addition_bg: '#3fb950',
__color_diffstat_addition_border: 'rgba(240, 246, 252, 0.1)',
__color_diffstat_deletion_border: 'rgba(240, 246, 252, 0.1)',
__color_done_emphasis: '#8957e5',
__color_done_fg: '#a371f7',
__color_done_muted: 'rgba(163, 113, 247, 0.4)',
__color_done_subtle: 'rgba(163, 113, 247, 0.15)',
__color_fg_default: '#c9d1d9',
__color_fg_muted: '#8b949e',
__color_fg_on_emphasis: '#ffffff',
__color_fg_subtle: '#6e7681',
__color_header_bg: '#161b22',
__color_header_divider: '#8b949e',
__color_header_logo: '#f0f6fc',
__color_header_search_bg: '#0d1117',
__color_header_search_border: '#30363d',
__color_header_text: 'rgba(255, 255, 255, 0.7)',
__color_input_disabled_bg: 'rgba(110, 118, 129, 0)',
__color_marketing_icon_primary: '#79c0ff',
__color_marketing_icon_secondary: '#1f6feb',
__color_menu_bg_active: '#161b22',
__color_mktg_btn_bg: '#f6f8fa',
__color_mktg_btn_shadow_focus: 'rgb(255 255 255 / 25%) 0 0 0 4px',
__color_mktg_btn_shadow_hover_muted: 'rgb(255 255 255) 0 0 0 2px inset',
"inset 0 1px 0 rgba(255, 255, 255, 0.03)",
__color_btn_outline_hover_shadow: "0 1px 0 rgba(1, 4, 9, 0.1)",
__color_btn_outline_hover_text: "#58a6ff",
__color_btn_outline_selected_bg: "#0d419d",
__color_btn_outline_selected_border: "rgba(240, 246, 252, 0.1)",
__color_btn_outline_selected_shadow: "0 0 transparent",
__color_btn_outline_selected_text: "#ffffff",
__color_btn_outline_text: "#58a6ff",
__color_btn_primary_bg: "#238636",
__color_btn_primary_border: "rgba(240, 246, 252, 0.1)",
__color_btn_primary_counter_bg: "rgba(255, 255, 255, 0.2)",
__color_btn_primary_disabled_bg: "rgba(35, 134, 54, 0.6)",
__color_btn_primary_disabled_border: "rgba(240, 246, 252, 0.1)",
__color_btn_primary_disabled_text: "rgba(255, 255, 255, 0.5)",
__color_btn_primary_focus_bg: "#238636",
__color_btn_primary_focus_border: "rgba(240, 246, 252, 0.1)",
__color_btn_primary_focus_shadow: "0 0 0 3px rgba(46, 164, 79, 0.4)",
__color_btn_primary_hover_bg: "#2ea043",
__color_btn_primary_hover_border: "rgba(240, 246, 252, 0.1)",
__color_btn_primary_icon: "#ffffff",
__color_btn_primary_inset_shadow: "0 0 transparent",
__color_btn_primary_selected_bg: "#238636",
__color_btn_primary_selected_shadow: "0 0 transparent",
__color_btn_primary_shadow: "0 0 transparent",
__color_btn_primary_text: "#ffffff",
__color_btn_selected_bg: "#161b22",
__color_btn_shadow_active: "inset 0 0.15em 0.3em rgba(1, 4, 9, 0.15)",
__color_btn_shadow_input_focus: "0 0 0 0.2em rgba(31, 111, 235, 0.3)",
__color_btn_shadow: "0 0 transparent",
__color_btn_text: "#c9d1d9",
__color_calendar_graph_day_bg: "rgba(0,0,0,0.1)",
__color_calendar_graph_day_border: "rgba(27, 31, 35, 0.06)",
__color_calendar_graph_day_L1_bg: "#0e4429",
__color_calendar_graph_day_L1_border: "rgba(255, 255, 255, 0.05)",
__color_calendar_graph_day_L2_bg: "#006d32",
__color_calendar_graph_day_L2_border: "rgba(255, 255, 255, 0.05)",
__color_calendar_graph_day_L3_bg: "#26a641",
__color_calendar_graph_day_L3_border: "rgba(255, 255, 255, 0.05)",
__color_calendar_graph_day_L4_bg: "#39d353",
__color_calendar_graph_day_L4_border: "rgba(255, 255, 255, 0.05)",
__color_calendar_halloween_graph_day_L1_bg: "#631c03",
__color_calendar_halloween_graph_day_L2_bg: "#bd561d",
__color_calendar_halloween_graph_day_L3_bg: "#fa7a18",
__color_calendar_halloween_graph_day_L4_bg: "#fddf68",
__color_canvas_default_transparent: "rgba(13, 17, 23, 0)",
__color_canvas_default: "#0d1117",
__color_canvas_inset: "#010409",
__color_canvas_overlay: "#161b22",
__color_canvas_subtle: "#161b22",
__color_checks_ans_Iblack_bright: "#161b22",
__color_checks_ans_Iblack: "#0d1117",
__color_checks_ans_Iblue_bright: "#79c0ff",
__color_checks_ans_Iblue: "#58a6ff",
__color_checks_ans_Icyan_bright: "#b3f0ff",
__color_checks_ans_Icyan: "#76e3ea",
__color_checks_ans_Igray: "#6e7681",
__color_checks_ans_Igreen_bright: "#56d364",
__color_checks_ans_Igreen: "#3fb950",
__color_checks_ans_Imagenta_bright: "#d2a8ff",
__color_checks_ans_Imagenta: "#bc8cff",
__color_checks_ans_Ired_bright: "#ffa198",
__color_checks_ans_Ired: "#ff7b72",
__color_checks_ans_Iwhite_bright: "#b1bac4",
__color_checks_ans_Iwhite: "#b1bac4",
__color_checks_ans_Iyellow_bright: "#e3b341",
__color_checks_ans_Iyellow: "#d29922",
__color_checks_bg: "#010409",
__color_checks_btn_hover_bg: "rgba(110, 118, 129, 0.1)",
__color_checks_btn_hover_icon: "#c9d1d9",
__color_checks_btn_icon: "#8b949e",
__color_checks_container_border_width: "1px",
__color_checks_donut_error: "#f85149",
__color_checks_donut_neutral: "#8b949e",
__color_checks_donut_pending: "#d29922",
__color_checks_donut_success: "#2ea043",
__color_checks_dropdown_bg: "#161b22",
__color_checks_dropdown_border: "#30363d",
__color_checks_dropdown_btn_hover_bg: "rgba(110, 118, 129, 0.1)",
__color_checks_dropdown_btn_hover_text: "#c9d1d9",
__color_checks_dropdown_hover_bg: "rgba(110, 118, 129, 0.1)",
__color_checks_dropdown_hover_text: "#c9d1d9",
__color_checks_dropdown_shadow: "rgba(1, 4, 9, 0.3)",
__color_checks_dropdown_text: "#c9d1d9",
__color_checks_gate_bg: "rgba(187, 128, 9, 0.15)",
__color_checks_gate_text: "#8b949e",
__color_checks_gate_waiting_text: "#d29922",
__color_checks_header_border: "#21262d",
__color_checks_header_icon: "#8b949e",
__color_checks_header_label_open_text: "#c9d1d9",
__color_checks_header_label_text: "#8b949e",
__color_checks_input_bg: "#161b22",
__color_checks_input_focus_text: "#c9d1d9",
__color_checks_input_placeholder_text: "#6e7681",
__color_checks_input_shadow: "0 0 0 1px (obj) => get_1.default(obj, path)",
__color_checks_input_text: "#8b949e",
__color_checks_line_dt_fm_bg: "#9e6a03",
__color_checks_line_dt_fm_text: "#ffffff",
__color_checks_line_hover_bg: "rgba(110, 118, 129, 0.1)",
__color_checks_line_num_text: "#6e7681",
__color_checks_line_selected_bg: "rgba(56, 139, 253, 0.15)",
__color_checks_line_selected_num_text: "#58a6ff",
__color_checks_line_text: "#8b949e",
__color_checks_line_timestamp_text: "#6e7681",
__color_checks_logline_command_text: "#58a6ff",
__color_checks_logline_debug_text: "#a371f7",
__color_checks_logline_error_bg: "rgba(248, 81, 73, 0.15)",
__color_checks_logline_error_num_text: "#6e7681",
__color_checks_logline_error_text: "#8b949e",
__color_checks_logline_num_text: "#6e7681",
__color_checks_logline_section_text: "#3fb950",
__color_checks_logline_text: "#8b949e",
__color_checks_logline_warning_bg: "rgba(187, 128, 9, 0.15)",
__color_checks_logline_warning_num_text: "#d29922",
__color_checks_logline_warning_text: "#8b949e",
__color_checks_run_border_width: "1px",
__color_checks_scrollbar_thumb_bg: "rgba(110, 118, 129, 0.4)",
__color_checks_step_error_text: "#f85149",
__color_checks_step_header_open_bg: "#161b22",
__color_checks_step_warning_text: "#d29922",
__color_checks_text_link: "#58a6ff",
__color_checks_text_primary: "#c9d1d9",
__color_checks_text_secondary: "#8b949e",
__color_closed_emphasis: "#da3633",
__color_closed_fg: "#f85149",
__color_closed_muted: "rgba(248, 81, 73, 0.4)",
__color_closed_subtle: "rgba(248, 81, 73, 0.15)",
__color_codemirror_activeline_bg: "rgba(110, 118, 129, 0.1)",
__color_codemirror_bg: "#0d1117",
__color_codemirror_cursor: "#c9d1d9",
__color_codemirror_guttermarker_subtle_text: "#6e7681",
__color_codemirror_guttermarker_text: "#0d1117",
__color_codemirror_gutters_bg: "#0d1117",
__color_codemirror_linenumber_text: "#8b949e",
__color_codemirror_lines_bg: "#0d1117",
__color_codemirror_matchingbracket_text: "#c9d1d9",
__color_codemirror_selection_bg: "rgba(56, 139, 253, 0.4)",
__color_codemirror_syntax_comment: "#8b949e",
__color_codemirror_syntax_constant: "#79c0ff",
__color_codemirror_syntax_entity: "#d2a8ff",
__color_codemirror_syntax_keyword: "#ff7b72",
__color_codemirror_syntax_storage: "#ff7b72",
__color_codemirror_syntax_string: "#a5d6ff",
__color_codemirror_syntax_support: "#79c0ff",
__color_codemirror_syntax_variable: "#ffa657",
__color_codemirror_text: "#c9d1d9",
__color_counter_border: "rgba(0, 0, 0, 0)",
__color_danger_emphasis: "#da3633",
__color_danger_fg: "#f85149",
__color_danger_muted: "rgba(248, 81, 73, 0.4)",
__color_danger_subtle: "rgba(248, 81, 73, 0.15)",
__color_diff_blob_addition_fg: "#c9d1d9",
__color_diff_blob_addition_line_bg: "rgba(46, 160, 67, 0.15)",
__color_diff_blob_addition_num_bg: "rgba(63, 185, 80, 0.3)",
__color_diff_blob_addition_num_text: "#c9d1d9",
__color_diff_blob_addition_word_bg: "rgba(46, 160, 67, 0.4)",
__color_diff_blob_deletion_fg: "#c9d1d9",
__color_diff_blob_deletion_line_bg: "rgba(248, 81, 73, 0.15)",
__color_diff_blob_deletion_num_bg: "rgba(248, 81, 73, 0.3)",
__color_diff_blob_deletion_num_text: "#c9d1d9",
__color_diff_blob_deletion_word_bg: "rgba(248, 81, 73, 0.4)",
__color_diff_blob_expander_icon: "#8b949e",
__color_diff_blob_hunk_num_bg: "rgba(56, 139, 253, 0.4)",
__color_diff_blob_selected_line_highlight_mix_blend_mode: "screen",
__color_diffstat_addition_bg: "#3fb950",
__color_diffstat_addition_border: "rgba(240, 246, 252, 0.1)",
__color_diffstat_deletion_border: "rgba(240, 246, 252, 0.1)",
__color_done_emphasis: "#8957e5",
__color_done_fg: "#a371f7",
__color_done_muted: "rgba(163, 113, 247, 0.4)",
__color_done_subtle: "rgba(163, 113, 247, 0.15)",
__color_fg_default: "#c9d1d9",
__color_fg_muted: "#8b949e",
__color_fg_on_emphasis: "#ffffff",
__color_fg_subtle: "#6e7681",
__color_header_bg: "#161b22",
__color_header_divider: "#8b949e",
__color_header_logo: "#f0f6fc",
__color_header_search_bg: "#0d1117",
__color_header_search_border: "#30363d",
__color_header_text: "rgba(255, 255, 255, 0.7)",
__color_input_disabled_bg: "rgba(110, 118, 129, 0)",
__color_marketing_icon_primary: "#79c0ff",
__color_marketing_icon_secondary: "#1f6feb",
__color_menu_bg_active: "#161b22",
__color_mktg_btn_bg: "#f6f8fa",
__color_mktg_btn_shadow_focus: "rgb(255 255 255 / 25%) 0 0 0 4px",
__color_mktg_btn_shadow_hover_muted: "rgb(255 255 255) 0 0 0 2px inset",
__color_mktg_btn_shadow_hover:
'0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07)',
__color_mktg_btn_shadow_outline: 'rgb(255 255 255 / 25%) 0 0 0 1px inset',
__color_neutral_emphasis_plus: '#6e7681',
__color_neutral_emphasis: '#6e7681',
__color_neutral_muted: 'rgba(110, 118, 129, 0.4)',
__color_neutral_subtle: 'rgba(110, 118, 129, 0.1)',
__color_open_emphasis: '#238636',
__color_open_fg: '#3fb950',
__color_open_muted: 'rgba(46, 160, 67, 0.4)',
__color_open_subtle: 'rgba(46, 160, 67, 0.15)',
__color_overlay_shadow: '0 0 0 1px #30363d, 0 16px 32px rgba(1, 4, 9, 0.85)',
__color_page_header_bg: '#0d1117',
__color_prettylights_syntax_brackethighlighter_angle: '#8b949e',
__color_prettylights_syntax_brackethighlighter_unmatched: '#f85149',
__color_prettylights_syntax_carriage_return_bg: '#b62324',
__color_prettylights_syntax_carriage_return_text: '#f0f6fc',
__color_prettylights_syntax_comment: '#8b949e',
__color_prettylights_syntax_constant_other_reference_link: '#a5d6ff',
__color_prettylights_syntax_constant: '#79c0ff',
__color_prettylights_syntax_entity_tag: '#7ee787',
__color_prettylights_syntax_entity: '#d2a8ff',
__color_prettylights_syntax_invalid_illegal_bg: '#8e1519',
__color_prettylights_syntax_invalid_illegal_text: '#f0f6fc',
__color_prettylights_syntax_keyword: '#ff7b72',
__color_prettylights_syntax_markup_bold: '#c9d1d9',
__color_prettylights_syntax_markup_changed_bg: '#5a1e02',
__color_prettylights_syntax_markup_changed_text: '#ffdfb6',
__color_prettylights_syntax_markup_deleted_bg: '#67060c',
__color_prettylights_syntax_markup_deleted_text: '#ffdcd7',
__color_prettylights_syntax_markup_heading: '#1f6feb',
__color_prettylights_syntax_markup_ignored_bg: '#1158c7',
__color_prettylights_syntax_markup_ignored_text: '#c9d1d9',
__color_prettylights_syntax_markup_inserted_bg: '#033a16',
__color_prettylights_syntax_markup_inserted_text: '#aff5b4',
__color_prettylights_syntax_markup_italic: '#c9d1d9',
__color_prettylights_syntax_markup_list: '#f2cc60',
__color_prettylights_syntax_meta_diff_range: '#d2a8ff',
__color_prettylights_syntax_storage_modifier_import: '#c9d1d9',
__color_prettylights_syntax_string_regexp: '#7ee787',
__color_prettylights_syntax_string: '#a5d6ff',
__color_prettylights_syntax_sublimelinter_gutter_mark: '#484f58',
__color_prettylights_syntax_variable: '#ffa657',
__color_primer_border_active: '#F78166',
__color_primer_border_contrast: 'rgba(255, 255, 255, 0.2)',
__color_primer_canvas_backdrop: 'rgba(1, 4, 9, 0.8)',
__color_primer_canvas_sticky: 'rgba(13, 17, 23, 0.95)',
__color_primer_fg_disabled: '#484f58',
__color_primer_shadow_focus: '0 0 0 3px #0c2d6b',
__color_primer_shadow_highlight: '0 0 transparent',
__color_primer_shadow_inset: '0 0 transparent',
__color_project_gradient_in: '#161b22',
__color_project_gradient_out: 'rgba(22, 27, 34, 0)',
__color_project_header_bg: '#0d1117',
__color_project_sidebar_bg: '#161b22',
__color_scale_black: '#010409',
__color_scale_blue_0: '#cae8ff',
__color_scale_blue_1: '#a5d6ff',
__color_scale_blue_2: '#79c0ff',
__color_scale_blue_3: '#58a6ff',
__color_scale_blue_4: '#388bfd',
__color_scale_blue_5: '#1f6feb',
__color_scale_blue_6: '#1158c7',
__color_scale_blue_7: '#0d419d',
__color_scale_blue_8: '#0c2d6b',
__color_scale_blue_9: '#051d4d',
__color_scale_coral_0: '#FFDDD2',
__color_scale_coral_1: '#FFC2B2',
__color_scale_coral_2: '#FFA28B',
__color_scale_coral_3: '#F78166',
__color_scale_coral_4: '#EA6045',
__color_scale_coral_5: '#CF462D',
__color_scale_coral_6: '#AC3220',
__color_scale_coral_7: '#872012',
__color_scale_coral_8: '#640D04',
__color_scale_coral_9: '#460701',
__color_scale_gray_0: '#f0f6fc',
__color_scale_gray_1: '#c9d1d9',
__color_scale_gray_2: '#b1bac4',
__color_scale_gray_3: '#8b949e',
__color_scale_gray_4: '#6e7681',
__color_scale_gray_5: '#484f58',
__color_scale_gray_6: '#30363d',
__color_scale_gray_7: '#21262d',
__color_scale_gray_8: '#161b22',
__color_scale_gray_9: '#0d1117',
__color_scale_green_0: '#aff5b4',
__color_scale_green_1: '#7ee787',
__color_scale_green_2: '#56d364',
__color_scale_green_3: '#3fb950',
__color_scale_green_4: '#2ea043',
__color_scale_green_5: '#238636',
__color_scale_green_6: '#196c2e',
__color_scale_green_7: '#0f5323',
__color_scale_green_8: '#033a16',
__color_scale_green_9: '#04260f',
__color_scale_orange_0: '#ffdfb6',
__color_scale_orange_1: '#ffc680',
__color_scale_orange_2: '#ffa657',
__color_scale_orange_3: '#f0883e',
__color_scale_orange_4: '#db6d28',
__color_scale_orange_5: '#bd561d',
__color_scale_orange_6: '#9b4215',
__color_scale_orange_7: '#762d0a',
__color_scale_orange_8: '#5a1e02',
__color_scale_orange_9: '#3d1300',
__color_scale_pink_0: '#ffdaec',
__color_scale_pink_1: '#ffbedd',
__color_scale_pink_2: '#ff9bce',
__color_scale_pink_3: '#f778ba',
__color_scale_pink_4: '#db61a2',
__color_scale_pink_5: '#bf4b8a',
__color_scale_pink_6: '#9e3670',
__color_scale_pink_7: '#7d2457',
__color_scale_pink_8: '#5e103e',
__color_scale_pink_9: '#42062a',
__color_scale_purple_0: '#eddeff',
__color_scale_purple_1: '#e2c5ff',
__color_scale_purple_2: '#d2a8ff',
__color_scale_purple_3: '#bc8cff',
__color_scale_purple_4: '#a371f7',
__color_scale_purple_5: '#8957e5',
__color_scale_purple_6: '#6e40c9',
__color_scale_purple_7: '#553098',
__color_scale_purple_8: '#3c1e70',
__color_scale_purple_9: '#271052',
__color_scale_red_0: '#ffdcd7',
__color_scale_red_1: '#ffc1ba',
__color_scale_red_2: '#ffa198',
__color_scale_red_3: '#ff7b72',
__color_scale_red_4: '#f85149',
__color_scale_red_5: '#da3633',
__color_scale_red_6: '#b62324',
__color_scale_red_7: '#8e1519',
__color_scale_red_8: '#67060c',
__color_scale_red_9: '#490202',
__color_scale_white: '#ffffff',
__color_scale_yellow_0: '#f8e3a1',
__color_scale_yellow_1: '#f2cc60',
__color_scale_yellow_2: '#e3b341',
__color_scale_yellow_3: '#d29922',
__color_scale_yellow_4: '#bb8009',
__color_scale_yellow_5: '#9e6a03',
__color_scale_yellow_6: '#845306',
__color_scale_yellow_7: '#693e00',
__color_scale_yellow_8: '#4b2900',
__color_scale_yellow_9: '#341a00',
__color_search_keyword_hl: 'rgba(210, 153, 34, 0.4)',
__color_select_menu_backdrop_border: '#484f58',
__color_select_menu_tap_focus_bg: '#0c2d6b',
__color_select_menu_tap_highlight: 'rgba(48, 54, 61, 0.5)',
__color_severe_emphasis: '#bd561d',
__color_severe_fg: '#db6d28',
__color_severe_muted: 'rgba(219, 109, 40, 0.4)',
__color_severe_subtle: 'rgba(219, 109, 40, 0.15)',
__color_shadow_extra_large: '0 12px 48px #010409',
__color_shadow_large: '0 8px 24px #010409',
__color_shadow_medium: '0 3px 6px #010409',
__color_shadow_small: '0 0 transparent',
__color_sidenav_selected_bg: '#21262d',
__color_sponsors_emphasis: '#bf4b8a',
__color_sponsors_fg: '#db61a2',
__color_sponsors_muted: 'rgba(219, 97, 162, 0.4)',
__color_sponsors_subtle: 'rgba(219, 97, 162, 0.15)',
__color_success_emphasis: '#238636',
__color_success_fg: '#3fb950',
__color_success_muted: 'rgba(46, 160, 67, 0.4)',
__color_success_subtle: 'rgba(46, 160, 67, 0.15)',
__color_switch_knob_checked_bg: '#1f6feb',
__color_switch_knob_checked_disabled_bg: '#484f58',
__color_switch_track_bg: '#010409',
__color_switch_track_border: '#6e7681',
__color_switch_track_checked_active_bg: 'rgba(31, 111, 235, 0.65)',
__color_switch_track_checked_bg: 'rgba(31, 111, 235, 0.35)',
__color_switch_track_checked_border: '#58a6ff',
__color_switch_track_checked_hover_bg: 'rgba(31, 111, 235, 0.5)',
__color_timeline_badge_bg: '#21262d',
__color_topic_tag_border: 'rgba(0, 0, 0, 0)',
__color_underlinenav_border_hover: 'rgba(110, 118, 129, 0.4)',
__color_underlinenav_icon: '#6e7681',
__color_workflow_card_header_shadow: 'rgba(27, 31, 35, 0.04)'
}
"0 4px 7px rgba(0, 0, 0, 0.15), 0 100px 80px rgba(255, 255, 255, 0.02), 0 42px 33px rgba(255, 255, 255, 0.024), 0 22px 18px rgba(255, 255, 255, 0.028), 0 12px 10px rgba(255, 255, 255, 0.034), 0 7px 5px rgba(255, 255, 255, 0.04), 0 3px 2px rgba(255, 255, 255, 0.07)",
__color_mktg_btn_shadow_outline: "rgb(255 255 255 / 25%) 0 0 0 1px inset",
__color_neutral_emphasis_plus: "#6e7681",
__color_neutral_emphasis: "#6e7681",
__color_neutral_muted: "rgba(110, 118, 129, 0.4)",
__color_neutral_subtle: "rgba(110, 118, 129, 0.1)",
__color_open_emphasis: "#238636",
__color_open_fg: "#3fb950",
__color_open_muted: "rgba(46, 160, 67, 0.4)",
__color_open_subtle: "rgba(46, 160, 67, 0.15)",
__color_overlay_shadow: "0 0 0 1px #30363d, 0 16px 32px rgba(1, 4, 9, 0.85)",
__color_page_header_bg: "#0d1117",
__color_prettylights_syntax_brackethighlighter_angle: "#8b949e",
__color_prettylights_syntax_brackethighlighter_unmatched: "#f85149",
__color_prettylights_syntax_carriage_return_bg: "#b62324",
__color_prettylights_syntax_carriage_return_text: "#f0f6fc",
__color_prettylights_syntax_comment: "#8b949e",
__color_prettylights_syntax_constant_other_reference_link: "#a5d6ff",
__color_prettylights_syntax_constant: "#79c0ff",
__color_prettylights_syntax_entity_tag: "#7ee787",
__color_prettylights_syntax_entity: "#d2a8ff",
__color_prettylights_syntax_invalid_illegal_bg: "#8e1519",
__color_prettylights_syntax_invalid_illegal_text: "#f0f6fc",
__color_prettylights_syntax_keyword: "#ff7b72",
__color_prettylights_syntax_markup_bold: "#c9d1d9",
__color_prettylights_syntax_markup_changed_bg: "#5a1e02",
__color_prettylights_syntax_markup_changed_text: "#ffdfb6",
__color_prettylights_syntax_markup_deleted_bg: "#67060c",
__color_prettylights_syntax_markup_deleted_text: "#ffdcd7",
__color_prettylights_syntax_markup_heading: "#1f6feb",
__color_prettylights_syntax_markup_ignored_bg: "#1158c7",
__color_prettylights_syntax_markup_ignored_text: "#c9d1d9",
__color_prettylights_syntax_markup_inserted_bg: "#033a16",
__color_prettylights_syntax_markup_inserted_text: "#aff5b4",
__color_prettylights_syntax_markup_italic: "#c9d1d9",
__color_prettylights_syntax_markup_list: "#f2cc60",
__color_prettylights_syntax_meta_diff_range: "#d2a8ff",
__color_prettylights_syntax_storage_modifier_import: "#c9d1d9",
__color_prettylights_syntax_string_regexp: "#7ee787",
__color_prettylights_syntax_string: "#a5d6ff",
__color_prettylights_syntax_sublimelinter_gutter_mark: "#484f58",
__color_prettylights_syntax_variable: "#ffa657",
__color_primer_border_active: "#F78166",
__color_primer_border_contrast: "rgba(255, 255, 255, 0.2)",
__color_primer_canvas_backdrop: "rgba(1, 4, 9, 0.8)",
__color_primer_canvas_sticky: "rgba(13, 17, 23, 0.95)",
__color_primer_fg_disabled: "#484f58",
__color_primer_shadow_focus: "0 0 0 3px #0c2d6b",
__color_primer_shadow_highlight: "0 0 transparent",
__color_primer_shadow_inset: "0 0 transparent",
__color_project_gradient_in: "#161b22",
__color_project_gradient_out: "rgba(22, 27, 34, 0)",
__color_project_header_bg: "#0d1117",
__color_project_sidebar_bg: "#161b22",
__color_scale_black: "#010409",
__color_scale_blue_0: "#cae8ff",
__color_scale_blue_1: "#a5d6ff",
__color_scale_blue_2: "#79c0ff",
__color_scale_blue_3: "#58a6ff",
__color_scale_blue_4: "#388bfd",
__color_scale_blue_5: "#1f6feb",
__color_scale_blue_6: "#1158c7",
__color_scale_blue_7: "#0d419d",
__color_scale_blue_8: "#0c2d6b",
__color_scale_blue_9: "#051d4d",
__color_scale_coral_0: "#FFDDD2",
__color_scale_coral_1: "#FFC2B2",
__color_scale_coral_2: "#FFA28B",
__color_scale_coral_3: "#F78166",
__color_scale_coral_4: "#EA6045",
__color_scale_coral_5: "#CF462D",
__color_scale_coral_6: "#AC3220",
__color_scale_coral_7: "#872012",
__color_scale_coral_8: "#640D04",
__color_scale_coral_9: "#460701",
__color_scale_gray_0: "#f0f6fc",
__color_scale_gray_1: "#c9d1d9",
__color_scale_gray_2: "#b1bac4",
__color_scale_gray_3: "#8b949e",
__color_scale_gray_4: "#6e7681",
__color_scale_gray_5: "#484f58",
__color_scale_gray_6: "#30363d",
__color_scale_gray_7: "#21262d",
__color_scale_gray_8: "#161b22",
__color_scale_gray_9: "#0d1117",
__color_scale_green_0: "#aff5b4",
__color_scale_green_1: "#7ee787",
__color_scale_green_2: "#56d364",
__color_scale_green_3: "#3fb950",
__color_scale_green_4: "#2ea043",
__color_scale_green_5: "#238636",
__color_scale_green_6: "#196c2e",
__color_scale_green_7: "#0f5323",
__color_scale_green_8: "#033a16",
__color_scale_green_9: "#04260f",
__color_scale_orange_0: "#ffdfb6",
__color_scale_orange_1: "#ffc680",
__color_scale_orange_2: "#ffa657",
__color_scale_orange_3: "#f0883e",
__color_scale_orange_4: "#db6d28",
__color_scale_orange_5: "#bd561d",
__color_scale_orange_6: "#9b4215",
__color_scale_orange_7: "#762d0a",
__color_scale_orange_8: "#5a1e02",
__color_scale_orange_9: "#3d1300",
__color_scale_pink_0: "#ffdaec",
__color_scale_pink_1: "#ffbedd",
__color_scale_pink_2: "#ff9bce",
__color_scale_pink_3: "#f778ba",
__color_scale_pink_4: "#db61a2",
__color_scale_pink_5: "#bf4b8a",
__color_scale_pink_6: "#9e3670",
__color_scale_pink_7: "#7d2457",
__color_scale_pink_8: "#5e103e",
__color_scale_pink_9: "#42062a",
__color_scale_purple_0: "#eddeff",
__color_scale_purple_1: "#e2c5ff",
__color_scale_purple_2: "#d2a8ff",
__color_scale_purple_3: "#bc8cff",
__color_scale_purple_4: "#a371f7",
__color_scale_purple_5: "#8957e5",
__color_scale_purple_6: "#6e40c9",
__color_scale_purple_7: "#553098",
__color_scale_purple_8: "#3c1e70",
__color_scale_purple_9: "#271052",
__color_scale_red_0: "#ffdcd7",
__color_scale_red_1: "#ffc1ba",
__color_scale_red_2: "#ffa198",
__color_scale_red_3: "#ff7b72",
__color_scale_red_4: "#f85149",
__color_scale_red_5: "#da3633",
__color_scale_red_6: "#b62324",
__color_scale_red_7: "#8e1519",
__color_scale_red_8: "#67060c",
__color_scale_red_9: "#490202",
__color_scale_white: "#ffffff",
__color_scale_yellow_0: "#f8e3a1",
__color_scale_yellow_1: "#f2cc60",
__color_scale_yellow_2: "#e3b341",
__color_scale_yellow_3: "#d29922",
__color_scale_yellow_4: "#bb8009",
__color_scale_yellow_5: "#9e6a03",
__color_scale_yellow_6: "#845306",
__color_scale_yellow_7: "#693e00",
__color_scale_yellow_8: "#4b2900",
__color_scale_yellow_9: "#341a00",
__color_search_keyword_hl: "rgba(210, 153, 34, 0.4)",
__color_select_menu_backdrop_border: "#484f58",
__color_select_menu_tap_focus_bg: "#0c2d6b",
__color_select_menu_tap_highlight: "rgba(48, 54, 61, 0.5)",
__color_severe_emphasis: "#bd561d",
__color_severe_fg: "#db6d28",
__color_severe_muted: "rgba(219, 109, 40, 0.4)",
__color_severe_subtle: "rgba(219, 109, 40, 0.15)",
__color_shadow_extra_large: "0 12px 48px #010409",
__color_shadow_large: "0 8px 24px #010409",
__color_shadow_medium: "0 3px 6px #010409",
__color_shadow_small: "0 0 transparent",
__color_sidenav_selected_bg: "#21262d",
__color_sponsors_emphasis: "#bf4b8a",
__color_sponsors_fg: "#db61a2",
__color_sponsors_muted: "rgba(219, 97, 162, 0.4)",
__color_sponsors_subtle: "rgba(219, 97, 162, 0.15)",
__color_success_emphasis: "#238636",
__color_success_fg: "#3fb950",
__color_success_muted: "rgba(46, 160, 67, 0.4)",
__color_success_subtle: "rgba(46, 160, 67, 0.15)",
__color_switch_knob_checked_bg: "#1f6feb",
__color_switch_knob_checked_disabled_bg: "#484f58",
__color_switch_track_bg: "#010409",
__color_switch_track_border: "#6e7681",
__color_switch_track_checked_active_bg: "rgba(31, 111, 235, 0.65)",
__color_switch_track_checked_bg: "rgba(31, 111, 235, 0.35)",
__color_switch_track_checked_border: "#58a6ff",
__color_switch_track_checked_hover_bg: "rgba(31, 111, 235, 0.5)",
__color_timeline_badge_bg: "#21262d",
__color_topic_tag_border: "rgba(0, 0, 0, 0)",
__color_underlinenav_border_hover: "rgba(110, 118, 129, 0.4)",
__color_underlinenav_icon: "#6e7681",
__color_workflow_card_header_shadow: "rgba(27, 31, 35, 0.04)",
};

View file

@ -1,8 +1,8 @@
import chroma from 'chroma-js'
import chroma from "chroma-js";
import * as settings from '../config/colorGroups.js'
import * as settings from "../config/colorGroups.js";
import { pintGetUpdate, updateMultiple } from './storageHelper.js'
import { pintGetUpdate, updateMultiple } from "./storageHelper.js";
// may god have mercy if you are working with this spaghetti code.
// can someone please help me find a way of implementing this better because
@ -11,145 +11,145 @@ import { pintGetUpdate, updateMultiple } from './storageHelper.js'
// BETTER BECAUSE GOD I AM DYING LOOKING AND MAINTAINING THIS SPAGHETTI CODE
function setCG1(value) {
updateMultiple(settings.cg1a_19, chroma(value).alpha(0.1).hex())
updateMultiple(settings.cg1a_19, chroma(value).alpha(0.1).hex());
}
function setCG3(value) {
updateMultiple(settings.cg3a_4c, chroma(value).alpha(0.3).hex())
updateMultiple(settings.cg3a_cc, chroma(value).alpha(0.8).hex())
updateMultiple(settings.cg3a_4c, chroma(value).alpha(0.3).hex());
updateMultiple(settings.cg3a_cc, chroma(value).alpha(0.8).hex());
}
function setCG8(value) {
updateMultiple(settings.cg8a_00, chroma(value).alpha(0).hex())
updateMultiple(settings.cg8a_f2, chroma(value).alpha(0.95).hex())
updateMultiple(settings.cg8a_00, chroma(value).alpha(0).hex());
updateMultiple(settings.cg8a_f2, chroma(value).alpha(0.95).hex());
}
function setCG13(value) {
updateMultiple(settings.cg13a_00, chroma(value).alpha(0).hex())
updateMultiple(settings.cg13a_00, chroma(value).alpha(0).hex());
}
function setCG15(value) {
updateMultiple(settings.cg15a_0f, chroma(value).alpha(0.06).hex())
updateMultiple(settings.cg15a_0f, chroma(value).alpha(0.06).hex());
}
function setCG16(value) {
updateMultiple(settings.cg16a_0c, chroma(value).alpha(0.05).hex())
updateMultiple(settings.cg16a_19, chroma(value).alpha(0.1).hex())
updateMultiple(settings.cg16a_59, chroma(value).alpha(0.35).hex())
updateMultiple(settings.cg16a_7f, chroma(value).alpha(0.5).hex())
updateMultiple(settings.cg16a_a5, chroma(value).alpha(0.65).hex())
updateMultiple(settings.cg16a_0c, chroma(value).alpha(0.05).hex());
updateMultiple(settings.cg16a_19, chroma(value).alpha(0.1).hex());
updateMultiple(settings.cg16a_59, chroma(value).alpha(0.35).hex());
updateMultiple(settings.cg16a_7f, chroma(value).alpha(0.5).hex());
updateMultiple(settings.cg16a_a5, chroma(value).alpha(0.65).hex());
}
function setCG18(value) {
updateMultiple(settings.cg18a_99, chroma(value).alpha(0.6).hex())
updateMultiple(settings.cg18a_99, chroma(value).alpha(0.6).hex());
}
function setCG21(value) {
updateMultiple(settings.cg21a_26, chroma(value).alpha(0.15).hex())
updateMultiple(settings.cg21a_66, chroma(value).alpha(0.4).hex())
updateMultiple(settings.cg21a_26, chroma(value).alpha(0.15).hex());
updateMultiple(settings.cg21a_66, chroma(value).alpha(0.4).hex());
}
function setCG22(value) {
updateMultiple(settings.cg22a_80, chroma(value).alpha(0.5).hex())
updateMultiple(settings.cg22a_80, chroma(value).alpha(0.5).hex());
}
function setCG24(value) {
updateMultiple(settings.cg24a_26, chroma(value).alpha(0.15).hex())
updateMultiple(settings.cg24a_66, chroma(value).alpha(0.4).hex())
updateMultiple(settings.cg24a_26, chroma(value).alpha(0.15).hex());
updateMultiple(settings.cg24a_66, chroma(value).alpha(0.4).hex());
}
function setCG29(value) {
updateMultiple(settings.cg29a_4d, chroma(value).alpha(0.16).hex())
updateMultiple(settings.cg29a_4d, chroma(value).alpha(0.16).hex());
}
function setCG38(value) {
updateMultiple(settings.cg38a_80, chroma(value).alpha(0.5).hex())
updateMultiple(settings.cg38a_80, chroma(value).alpha(0.5).hex());
}
function setCG46(value) {
updateMultiple(settings.cg46a_00, chroma(value).alpha(0).hex())
updateMultiple(settings.cg46a_19, chroma(value).alpha(0.1).hex())
updateMultiple(settings.cg46a_66, chroma(value).alpha(0.4).hex())
updateMultiple(settings.cg46a_00, chroma(value).alpha(0).hex());
updateMultiple(settings.cg46a_19, chroma(value).alpha(0.1).hex());
updateMultiple(settings.cg46a_66, chroma(value).alpha(0.4).hex());
}
function setCG60(value) {
updateMultiple(settings.cg60a_26, chroma(value).alpha(0.15).hex())
updateMultiple(settings.cg60a_66, chroma(value).alpha(0.4).hex())
updateMultiple(settings.cg60a_26, chroma(value).alpha(0.15).hex());
updateMultiple(settings.cg60a_66, chroma(value).alpha(0.4).hex());
}
function setCG64(value) {
updateMultiple(settings.cg64a_14, chroma(value).alpha(0.08).hex())
updateMultiple(settings.cg64a_1e, chroma(value).alpha(0.12).hex())
updateMultiple(settings.cg64a_33, chroma(value).alpha(0.2).hex())
updateMultiple(settings.cg64a_14, chroma(value).alpha(0.08).hex());
updateMultiple(settings.cg64a_1e, chroma(value).alpha(0.12).hex());
updateMultiple(settings.cg64a_33, chroma(value).alpha(0.2).hex());
}
function setCG67(value) {
updateMultiple(settings.cg67a_26, chroma(value).alpha(0.15).hex())
updateMultiple(settings.cg67a_66, chroma(value).alpha(0.4).hex())
updateMultiple(settings.cg67a_26, chroma(value).alpha(0.15).hex());
updateMultiple(settings.cg67a_66, chroma(value).alpha(0.4).hex());
}
function setCG74(value) {
updateMultiple(settings.cg74a_66, chroma(value).alpha(0.4).hex())
updateMultiple(settings.cg74a_66, chroma(value).alpha(0.4).hex());
}
function setCG76(value) {
updateMultiple(settings.cg76a_0c, chroma(value).alpha(0.05).hex())
updateMultiple(settings.cg76a_19, chroma(value).alpha(0.1).hex())
updateMultiple(settings.cg76a_0c, chroma(value).alpha(0.05).hex());
updateMultiple(settings.cg76a_19, chroma(value).alpha(0.1).hex());
}
function setCG77(value) {
updateMultiple(settings.cg77a_26, chroma(value).alpha(0.15).hex())
updateMultiple(settings.cg77a_66, chroma(value).alpha(0.4).hex())
updateMultiple(settings.cg77a_26, chroma(value).alpha(0.15).hex());
updateMultiple(settings.cg77a_66, chroma(value).alpha(0.4).hex());
}
function setCG78(value) {
updateMultiple(settings.cg78a_26, chroma(value).alpha(0.15).hex())
updateMultiple(settings.cg78a_66, chroma(value).alpha(0.4).hex())
updateMultiple(settings.cg78a_26, chroma(value).alpha(0.15).hex());
updateMultiple(settings.cg78a_66, chroma(value).alpha(0.4).hex());
}
function setCG84(value) {
updateMultiple(settings.cg84a_19, chroma(value).alpha(0.1).hex())
updateMultiple(settings.cg84a_19, chroma(value).alpha(0.1).hex());
}
function setCG89(value) {
updateMultiple(settings.cg89a_26, chroma(value).alpha(0.15).hex())
updateMultiple(settings.cg89a_28, chroma(value).alpha(0.16).hex())
updateMultiple(settings.cg89a_3d, chroma(value).alpha(0.24).hex())
updateMultiple(settings.cg89a_4c, chroma(value).alpha(0.3).hex())
updateMultiple(settings.cg89a_66, chroma(value).alpha(0.4).hex())
updateMultiple(settings.cg89a_7f, chroma(value).alpha(0.5).hex())
updateMultiple(settings.cg89a_26, chroma(value).alpha(0.15).hex());
updateMultiple(settings.cg89a_28, chroma(value).alpha(0.16).hex());
updateMultiple(settings.cg89a_3d, chroma(value).alpha(0.24).hex());
updateMultiple(settings.cg89a_4c, chroma(value).alpha(0.3).hex());
updateMultiple(settings.cg89a_66, chroma(value).alpha(0.4).hex());
updateMultiple(settings.cg89a_7f, chroma(value).alpha(0.5).hex());
}
function setCG106(value) {
updateMultiple(settings.cg106a_0c, chroma(value).alpha(0.05).hex())
updateMultiple(settings.cg106a_19, chroma(value).alpha(0.1).hex())
updateMultiple(settings.cg106a_33, chroma(value).alpha(0.2).hex())
updateMultiple(settings.cg106a_7f, chroma(value).alpha(0.5).hex())
updateMultiple(settings.cg106a_b2, chroma(value).alpha(0.7).hex())
updateMultiple(settings.cg106a_0c, chroma(value).alpha(0.05).hex());
updateMultiple(settings.cg106a_19, chroma(value).alpha(0.1).hex());
updateMultiple(settings.cg106a_33, chroma(value).alpha(0.2).hex());
updateMultiple(settings.cg106a_7f, chroma(value).alpha(0.5).hex());
updateMultiple(settings.cg106a_b2, chroma(value).alpha(0.7).hex());
}
export function updateOpacity() {
pintGetUpdate(settings.cg1_000000[0], setCG1)
pintGetUpdate(settings.cg3_010409[0], setCG3)
pintGetUpdate(settings.cg8_0d1117[0], setCG8)
pintGetUpdate(settings.cg13_161b22[0], setCG13)
pintGetUpdate(settings.cg15_1b1f230a[0], setCG15)
pintGetUpdate(settings.cg16_1f6feb[0], setCG16)
pintGetUpdate(settings.cg18_238636[0], setCG18)
pintGetUpdate(settings.cg21_2ea043[0], setCG21)
pintGetUpdate(settings.cg22_30363d[0], setCG22)
pintGetUpdate(settings.cg24_388bfd[0], setCG24)
pintGetUpdate(settings.cg29_3fb950[0], setCG29)
pintGetUpdate(settings.cg38_58a6ff[0], setCG38)
pintGetUpdate(settings.cg46_6e7681[0], setCG46)
pintGetUpdate(settings.cg60_a371f7[0], setCG60)
pintGetUpdate(settings.cg64_b1bac4[0], setCG64)
pintGetUpdate(settings.cg67_bb8009[0], setCG67)
pintGetUpdate(settings.cg74_d29922[0], setCG74)
pintGetUpdate(settings.cg76_da3633[0], setCG76)
pintGetUpdate(settings.cg77_db61a2[0], setCG77)
pintGetUpdate(settings.cg78_db6d28[0], setCG78)
pintGetUpdate(settings.cg84_f0f6fc[0], setCG84)
pintGetUpdate(settings.cg89_f85149[0], setCG89)
pintGetUpdate(settings.cg106_ffffff[0], setCG106)
pintGetUpdate(settings.cg1_000000[0], setCG1);
pintGetUpdate(settings.cg3_010409[0], setCG3);
pintGetUpdate(settings.cg8_0d1117[0], setCG8);
pintGetUpdate(settings.cg13_161b22[0], setCG13);
pintGetUpdate(settings.cg15_1b1f230a[0], setCG15);
pintGetUpdate(settings.cg16_1f6feb[0], setCG16);
pintGetUpdate(settings.cg18_238636[0], setCG18);
pintGetUpdate(settings.cg21_2ea043[0], setCG21);
pintGetUpdate(settings.cg22_30363d[0], setCG22);
pintGetUpdate(settings.cg24_388bfd[0], setCG24);
pintGetUpdate(settings.cg29_3fb950[0], setCG29);
pintGetUpdate(settings.cg38_58a6ff[0], setCG38);
pintGetUpdate(settings.cg46_6e7681[0], setCG46);
pintGetUpdate(settings.cg60_a371f7[0], setCG60);
pintGetUpdate(settings.cg64_b1bac4[0], setCG64);
pintGetUpdate(settings.cg67_bb8009[0], setCG67);
pintGetUpdate(settings.cg74_d29922[0], setCG74);
pintGetUpdate(settings.cg76_da3633[0], setCG76);
pintGetUpdate(settings.cg77_db61a2[0], setCG77);
pintGetUpdate(settings.cg78_db6d28[0], setCG78);
pintGetUpdate(settings.cg84_f0f6fc[0], setCG84);
pintGetUpdate(settings.cg89_f85149[0], setCG89);
pintGetUpdate(settings.cg106_ffffff[0], setCG106);
}

View file

@ -1,9 +1,9 @@
import chroma from 'chroma-js'
import ColorScheme from 'color-scheme'
import chroma from "chroma-js";
import ColorScheme from "color-scheme";
import * as settings from '../config/colorGroups.js'
import * as settings from "../config/colorGroups.js";
import { updateMultiple } from './storageHelper.js'
import { updateMultiple } from "./storageHelper.js";
// ----------- ASSIGNABLES -----------
export const orange = [
@ -16,8 +16,8 @@ export const orange = [
settings.cg83_f0883e,
settings.cg97_ffa657,
settings.cg101_ffc680,
settings.cg105_ffdfb6
]
settings.cg105_ffdfb6,
];
export const yellow = [
settings.cg23_341a00,
@ -29,8 +29,8 @@ export const yellow = [
settings.cg74_d29922,
settings.cg80_e3b341,
settings.cg85_f2cc60,
settings.cg90_f8e3a1
]
settings.cg90_f8e3a1,
];
export const gray = [
settings.cg8_0d1117,
@ -42,8 +42,8 @@ export const gray = [
settings.cg55_8b949e,
settings.cg64_b1bac4,
settings.cg71_c9d1d9,
settings.cg84_f0f6fc
]
settings.cg84_f0f6fc,
];
export const blue = [
settings.cg6_051d4d,
@ -55,8 +55,8 @@ export const blue = [
settings.cg38_58a6ff,
settings.cg49_79c0ff,
settings.cg61_a5d6ff,
settings.cg72_cae8ff
]
settings.cg72_cae8ff,
];
export const green = [
settings.cg5_04260f,
@ -68,8 +68,8 @@ export const green = [
settings.cg29_3fb950,
settings.cg36_56d364,
settings.cg51_7ee787,
settings.cg63_aff5b4
]
settings.cg63_aff5b4,
];
export const red = [
settings.cg33_490202,
@ -81,8 +81,8 @@ export const red = [
settings.cg93_ff7b72,
settings.cg95_ffa198,
settings.cg99_ffc1ba,
settings.cg103_ffdcd7
]
settings.cg103_ffdcd7,
];
export const purple = [
settings.cg20_271052,
@ -94,8 +94,8 @@ export const purple = [
settings.cg68_bc8cff,
settings.cg75_d2a8ff,
settings.cg79_e2c5ff,
settings.cg82_eddeff
]
settings.cg82_eddeff,
];
export const pink = [
settings.cg30_42062a,
@ -107,8 +107,8 @@ export const pink = [
settings.cg87_f778ba,
settings.cg94_ff9bce,
settings.cg98_ffbedd,
settings.cg102_ffdaec
]
settings.cg102_ffdaec,
];
export const coral = [
settings.cg31_460701,
@ -120,45 +120,45 @@ export const coral = [
settings.cg88_F78166,
settings.cg96_FFA28B,
settings.cg100_FFC2B2,
settings.cg105_ffdfb6
]
settings.cg105_ffdfb6,
];
export const calendar = [
settings.cg10_0e4429,
settings.cg2_006d32,
settings.cg19_26a641,
settings.cg26_39d353
]
settings.cg26_39d353,
];
// ----------- METHODS -----------
export default function updateScale(color) {
updateAnnoyances(color)
updateAnnoyances(color);
// gray
updateSpecific(color, 0, 0, gray)
updateSpecific(color, 0, 0, gray);
// blue
updateSpecific(color, 1, 0, blue)
updateSpecific(color, 1, 0, blue);
// green
updateSpecific(color, 3, 0, green)
updateSpecific(color, 3, 0, green);
// yellow
updateSpecific(color, 2, 0, yellow)
updateSpecific(color, 2, 0, yellow);
// orange
updateSpecific(color, 1.5, 0, orange)
updateSpecific(color, 1.5, 0, orange);
// red
updateSpecific(color, 0, 2, red)
updateSpecific(color, 0, 2, red);
// purple
updateSpecific(color, 0, 2.5, purple)
updateSpecific(color, 0, 2.5, purple);
// pink
updateSpecific(color, 2, 0, pink)
updateSpecific(color, 2, 0, pink);
// coral
updateSpecific(color, 2, 0, coral)
updateSpecific(color, 2, 0, coral);
// calendar
updateCalendar(color, 2, calendar)
updateCalendar(color, 2, calendar);
}
export function updateText(color) {
updateMultiple(settings.cg106_ffffff, chroma(color).hex())
updateMultiple(settings.cg106_ffffff, chroma(color).hex());
}
export function updateCalendar(color, saturate, scale) {
@ -174,19 +174,19 @@ export function updateCalendar (color, saturate, scale) {
.saturate(saturate)
.alpha((i + 1) * 0.2)
.hex()
)
);
}
}
export function updateAnnoyances(color) {
if (/^\d/.test(color.slice(-4))) {
updateMultiple(settings.cg3_010409, chroma(color).brighten(0.3).hex())
updateMultiple(settings.cg106_ffffff, chroma(color).darken(4).hex())
updateMultiple(settings.cgshadows, chroma(color).darken(3.6).hex())
updateMultiple(settings.cg3_010409, chroma(color).brighten(0.3).hex());
updateMultiple(settings.cg106_ffffff, chroma(color).darken(4).hex());
updateMultiple(settings.cgshadows, chroma(color).darken(3.6).hex());
} else {
updateMultiple(settings.cg3_010409, chroma(color).darken(0.3).hex())
updateMultiple(settings.cg106_ffffff, chroma(color).brighten(4).hex())
updateMultiple(settings.cgshadows, chroma(color).brighten(3.6).hex())
updateMultiple(settings.cg3_010409, chroma(color).darken(0.3).hex());
updateMultiple(settings.cg106_ffffff, chroma(color).brighten(4).hex());
updateMultiple(settings.cgshadows, chroma(color).brighten(3.6).hex());
}
}
@ -212,37 +212,37 @@ export function updateSpecific (color, desaturate, saturate, scale) {
.saturate(saturate)
.desaturate(desaturate)
.hex()
)
);
}
}
export function updateAccent(color) {
updateCalendar(color)
updateSpecific(color, 0, 0, blue)
updateSpecific(color, 0, 0, green)
updateSpecific(color, 0, 0, yellow)
updateCalendar(color);
updateSpecific(color, 0, 0, blue);
updateSpecific(color, 0, 0, green);
updateSpecific(color, 0, 0, yellow);
}
export function generateScheme(color, scheme, variation, distance) {
const s = new ColorScheme()
if (scheme === 'analogic') {
const s = new ColorScheme();
if (scheme === "analogic") {
s.from_hex(chroma(color).hex().slice(-6))
.scheme(scheme)
.variation(variation)
.add_complement(true)
.distance(distance)
.distance(distance);
} else {
s.from_hex(chroma(color).hex().slice(-6))
.scheme(scheme)
.variation(variation)
.distance(distance)
.distance(distance);
}
return s.colors()
return s.colors();
}
export function generateSaturation(color, setting) {
const colors = []
const colors = [];
for (let i = 0; i < 10; i++) {
/^\d/.test(color.slice(-4))
? colors.push(
@ -254,6 +254,6 @@ export function generateSaturation (color, setting) {
chroma(color)
.brighten(i * 0.4)
.hex()
)
);
}
}

View file

@ -5,10 +5,10 @@
* @param {string} setting - setting to update
*/
export function pintSet(setting, value) {
const pintKey = {}
pintKey[`${setting}`] = value
chrome.storage.local.set(pintKey)
chrome.tabs.reload()
const pintKey = {};
pintKey[`${setting}`] = value;
chrome.storage.local.set(pintKey);
chrome.tabs.reload();
}
/**
@ -17,9 +17,9 @@ export function pintSet (setting, value) {
* @param {string} value - Color to replace the current color with
*/
export function pintSetNoReload(setting, value) {
const pintKey = {}
pintKey[`${setting}`] = value
chrome.storage.local.set(pintKey)
const pintKey = {};
pintKey[`${setting}`] = value;
chrome.storage.local.set(pintKey);
}
/**
@ -28,8 +28,8 @@ export function pintSetNoReload (setting, value) {
*/
export function pintGetUpdate(setting, func) {
chrome.storage.local.get([`${setting}`], function (result) {
func(result[`${setting}`])
})
func(result[`${setting}`]);
});
}
/**
@ -39,6 +39,6 @@ export function pintGetUpdate (setting, func) {
*/
export function updateMultiple(settings, color) {
for (let i = 0; i < settings.length; i++) {
pintSetNoReload(settings[i], color)
pintSetNoReload(settings[i], color);
}
}

View file

@ -1,8 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{js,jsx,ts,tsx}'],
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {}
extend: {},
},
plugins: []
}
plugins: [],
};