99 lines
3.2 KiB
JSON

{
"$schema": "../../schema/v1.json",
"name": "Minimal Light",
"labels": [
"light"
],
"colors": {
"bg_main": "#ffffff",
"bg_light": "#fafafb",
"bg_heavy": "#ebf0f5",
"bg_popup_mask": "rgba(255, 255, 255, 0.6)",
"line": "#bbbbbb",
"line_safe": "#078e22",
"line_warn": "#cca01b",
"line_danger": "#d0501e",
"text_heading": "#333333",
"text_body": "#444444",
"text_light": "#777777",
"text_safe": "#078e22",
"text_warn": "#cca01b",
"text_danger": "#d0501e",
"text_link": "#5a81d8",
"text_link_active": "#5a81d8",
"text_link_visited": "#5a81d8",
"bg_qrcode": "#ffffff",
"stroke_qrcode": "#333333",
"text_highlight": "#444444",
"bg_text_highlight": "#d3ffd1",
"text_selection": "#ffffff",
"bg_text_selection": "#8006e0",
"bg_button_primary": "#f0f0f0",
"bg_button_primary_hover": "#dbe5fb",
"text_button_primary": "#444444",
"bg_button_secondary": "#efefef",
"bg_button_secondary_hover": "#efefef",
"text_button_secondary": "#444444",
"bg_error_box": "#ffe3e5",
"border_error_box": "#bf616a",
"text_error_box": "#444444",
"bg_input": "#ffffff",
"border_input": "#444444",
"border_input_invalid": "#bf616a",
"icon_active_indicator": "#777777",
"icon_success_indicator": "#4dbb70",
"icon_failure_indicator": "#bf616a",
"icon_warning_indicator": "#cab815",
"accent_info": "#c2eaf6",
"accent_highlight": "#c4f6c2",
"accent_warning": "#f6f5c2",
"accent_problem": "#f6c2c2",
"chart_axis": "#bbbbbb",
"chart_text": "#444444",
"chart_guideline": "#dddddd",
"chart_shape_red_fill": "#feaea5",
"chart_shape_red_line": "#ff806d",
"chart_shape_orange_fill": "#fad6bc",
"chart_shape_orange_line": "#ffb780",
"chart_shape_yellow_fill": "#fffec6",
"chart_shape_yellow_line": "#e1dc18",
"chart_shape_green_fill": "#d6f9d5",
"chart_shape_green_line": "#66cc66",
"chart_shape_teal_fill": "#b0ebe9",
"chart_shape_teal_line": "#66cdcc",
"chart_shape_pink_fill": "#ffcae2",
"chart_shape_pink_line": "#ff99cb",
"chart_shape_purple_fill": "#e5caff",
"chart_shape_purple_line": "#cc99fe",
"chart_shape_blue_fill": "#b1e2ff",
"chart_shape_blue_line": "#66cbff",
"chart_shape_indigo_fill": "#c2d6f9",
"chart_shape_indigo_line": "#6295ee",
"chart_shape_magenta_fill": "#ebb5cd",
"chart_shape_magenta_line": "#cc6698",
"chart_shape_brown_fill": "#e1c3b8",
"chart_shape_brown_line": "#bf8c71",
"code_normal": "#4f5b66",
"code_shadow": "transparent",
"code_background": "#eff1f5",
"code_selection": "#dfe1e8",
"code_comment": "#a7adba",
"code_punc": "#4f5b66",
"code_operator": "#4f5b66",
"code_const_literal": "#d08770",
"code_number_literal": "#d08770",
"code_boolean_literal": "#d08770",
"code_tag": "#bf616a",
"code_string": "#a3be8c",
"code_keyword": "#b48ead",
"code_func_name": "#8fa1b3",
"code_class_name": "#d08770",
"code_regex_important": "#96b5b4",
"code_variable": "#bf616a",
"code_builtin": "#96b5b4",
"code_attr_name": "#d08770",
"code_gutter_divider": "#eff1f5",
"code_line_number": "#4f5b66",
"code_line_highlight": "#a7adba30"
}
}