87 lines
2.6 KiB
JSON
87 lines
2.6 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_data_0": "#ffb685",
|
|
"chart_data_1": "#85acff",
|
|
"chart_data_2": "#4dbb70",
|
|
"chart_data_3": "#eb4f5e",
|
|
"chart_data_4": "#a278ef",
|
|
"chart_data_5": "#e298f0",
|
|
"chart_data_6": "#49d9d8",
|
|
"chart_data_7": "#cab815",
|
|
"chart_data_8": "#52e130",
|
|
"chart_data_9": "#ff13b4",
|
|
"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"
|
|
}
|
|
} |