mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
102 lines
2.5 KiB
JSON
102 lines
2.5 KiB
JSON
{
|
|
"title": "Deep Red",
|
|
"code-editor-theme": "deep-red",
|
|
"colors": {
|
|
"groupbox_border": "#8b2e2e",
|
|
"groupbox_background": "#3d1b1b",
|
|
"groupbox_hard_border": "#b34242",
|
|
|
|
"pane_background": "#201212",
|
|
"pane_section_label": "#e8d1c5",
|
|
"pane_caption_bg_top": "#5a2b2b",
|
|
"pane_caption_border": "#b34242",
|
|
"pane_caption_bg_bottom": "#5a2b2b",
|
|
"pane_caption_foreground": "#e8d1c5",
|
|
|
|
"pane_hard_caption_bg_top": "#7e3a3a",
|
|
"pane_hard_caption_border": "#b34242",
|
|
"pane_hard_caption_bg_bottom": "#7e3a3a",
|
|
"pane_hard_caption_foreground": "#e8d1c5",
|
|
|
|
"setup_border": "#b34242",
|
|
"toolbar_top": "#3d1b1b",
|
|
"titlebar_text": "#e8d1c5",
|
|
"toolbar_text": "#e8d1c5",
|
|
"toolbar_bottom": "#3d1b1b",
|
|
"toolbar_border": "#b34242",
|
|
"toolbar_separator": "#b34242",
|
|
"toolbar_checked_button_opacity": 0.4,
|
|
"toolbar_checked_button_border": "#b34242",
|
|
"toolbar_checked_button_background": "#7e3a3a",
|
|
|
|
"error": "#ff4f4f",
|
|
"csv_switch": "#6b4f4f",
|
|
"switch_highlight": "#b34242",
|
|
"dashboard_background": "#201212",
|
|
|
|
"mid": "#2e1a1a",
|
|
"dark": "#3d1b1b",
|
|
"text": "#e8d1c5",
|
|
"base": "#3d1b1b",
|
|
"link": "#b34242",
|
|
"light": "#7e3a3a",
|
|
"window": "#201212",
|
|
"shadow": "#000000",
|
|
"accent": "#b34242",
|
|
"button": "#3d1b1b",
|
|
"midlight": "#4a2c2c",
|
|
"highlight": "#b34242",
|
|
"window_text": "#e8d1c5",
|
|
"bright_text": "#ffffff",
|
|
"button_text": "#e8d1c5",
|
|
"tooltip_base": "#5a2b2b",
|
|
"tooltip_text": "#e8d1c5",
|
|
"link_visited": "#d36464",
|
|
"alternate_base": "#4a2c2c",
|
|
"placeholder_text": "#b29797",
|
|
"highlighted_text": "#ffffff",
|
|
|
|
"console_text": "#eeb9b9",
|
|
"console_base": "#2e1a1a",
|
|
"console_border": "#b34242",
|
|
"console_highlight": "#b34242",
|
|
|
|
"widget_text": "#e8d1c5",
|
|
"widget_base": "#3d1b1b",
|
|
"widget_button": "#3d1b1b",
|
|
"widget_window": "#201212",
|
|
"widget_border": "#6B2828",
|
|
"widget_highlight": "#b34242",
|
|
"widget_button_text": "#e8d1c5",
|
|
"widget_highlighted_text": "#3d1b1b",
|
|
"widget_placeholder_text": "#b29797",
|
|
"alarm": "#ff4f4f",
|
|
|
|
"polar_background": "#3d1b1b",
|
|
"polar_foreground": "#e8d1c5",
|
|
"polar_indicator": "#ff4f4f",
|
|
|
|
"table_bg_a": "#4a2c2c",
|
|
"table_bg_b": "#2e1a1a",
|
|
"table_text": "#e8d1c5",
|
|
"table_bg_header": "#3d1b1b",
|
|
"table_fg_header": "#e8d1c5",
|
|
"table_separator": "#b34242",
|
|
"table_border_header": "#b34242",
|
|
"table_separator_header": "#b34242",
|
|
|
|
"widget_colors": [
|
|
"#b34242",
|
|
"#fbc282",
|
|
"#7e3a3a",
|
|
"#81c09c",
|
|
"#eeb9b9",
|
|
"#d36464",
|
|
"#ff4f4f",
|
|
"#f4e2e2",
|
|
"#c88c8c",
|
|
"#e8d1c5"
|
|
]
|
|
}
|
|
}
|