Serial-Studio/app/rcc/themes/Breeze Light.json

90 lines
2.2 KiB
JSON
Raw Normal View History

2024-08-10 12:58:21 -05:00
{
2024-09-18 21:48:57 -05:00
"title": "Breeze Light",
"colors": {
"groupbox_border": "#c2c2c2",
"groupbox_background": "#eff0f1",
"groupbox_hard_border": "#d4d4d4",
"pane_background": "#f9f9f9",
"pane_section_label": "#232629",
"pane_caption_bg_top": "#cbced1",
"pane_caption_border": "#bebebe",
"pane_caption_bg_bottom": "#cbced1",
"pane_caption_foreground": "#232629",
"pane_hard_caption_bg_top": "#cbced1",
"pane_hard_caption_border": "#bebebe",
"pane_hard_caption_bg_bottom": "#cbced1",
"pane_hard_caption_foreground": "#232629",
"setup_border": "#bebebe",
"toolbar_top": "#dee0e2",
"titlebar_text": "#232629",
"toolbar_text": "#232629",
"toolbar_bottom": "#dee0e2",
"toolbar_border": "#bebebe",
"toolbar_separator": "#bebebe",
"toolbar_checked_button_opacity": 1.0,
"toolbar_checked_button_border": "#c3c5c5",
"toolbar_checked_button_background": "#c6c9cb",
"error": "#f95258",
"csv_switch": "#479e73",
"view_switch": "#3daee9",
"switch_highlight": "#3daee9",
"dashboard_background": "#e0e3e5",
"text": "#232629",
"base": "#f9f9f9",
"button": "#eff0f1",
"window": "#f9f9f9",
"highlight": "#3daee9",
"button_text": "#232629",
"highlighted_text": "#ffffff",
"placeholder_text": "#929497",
"alternate_window": "#e9e9e9",
"console_text": "#434649",
"console_base": "#fcfcfc",
"console_button": "#eff0f1",
"console_window": "#f9f9f9",
"console_highlight": "#3daee9",
"console_button_text": "#232629",
"console_highlighted_text": "#ffffff",
"console_placeholder_text": "#929497",
"widget_text": "#232629",
"widget_base": "#f9f9f9",
"widget_button": "#eff0f1",
"widget_window": "#f9f9f9",
"widget_highlight": "#3daee9",
"widget_button_text": "#232629",
"widget_highlighted_text": "#ffffff",
"widget_placeholder_text": "#929497",
2024-09-18 21:48:57 -05:00
"led_color": "#CC323B",
"table_bg_a": "#f5f5f5",
"table_bg_b": "#ffffff",
"table_text": "#232629",
"table_bg_header": "#FFE792",
"table_fg_header": "#232629",
"table_separator": "#D3D4D4",
"table_border_header": "#FFD74A",
"table_separator_header": "#FFD74A",
"widget_colors": [
"#1f76b4",
"#ff7f0f",
"#2aa02b",
"#d62628",
"#9467bd",
"#8c564c",
"#e377c1",
"#7f7f7f",
"#bcbd21",
"#19bdcf",
"#1955fe"
]
}
2024-08-10 12:58:21 -05:00
}