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": "Resistance",
|
|
"code-editor-theme": "resistance",
|
|
"colors": {
|
|
"groupbox_border": "#575554",
|
|
"groupbox_background": "#2d2a29",
|
|
"groupbox_hard_border": "#575554",
|
|
|
|
"pane_background": "#1c1b1a",
|
|
"pane_section_label": "#f0ece3",
|
|
"pane_caption_bg_top": "#6f2d2d",
|
|
"pane_caption_border": "#e06f6f",
|
|
"pane_caption_bg_bottom": "#6f2d2d",
|
|
"pane_caption_foreground": "#f0ece3",
|
|
|
|
"pane_hard_caption_bg_top": "#8a3939",
|
|
"pane_hard_caption_border": "#e06f6f",
|
|
"pane_hard_caption_bg_bottom": "#8a3939",
|
|
"pane_hard_caption_foreground": "#f0ece3",
|
|
|
|
"setup_border": "#e06f6f",
|
|
"toolbar_top": "#2d2a29",
|
|
"titlebar_text": "#f0ece3",
|
|
"toolbar_text": "#f0ece3",
|
|
"toolbar_bottom": "#2d2a29",
|
|
"toolbar_border": "#e06f6f",
|
|
"toolbar_separator": "#575554",
|
|
"toolbar_checked_button_opacity": 0.4,
|
|
"toolbar_checked_button_border": "#e06f6f",
|
|
"toolbar_checked_button_background": "#8a3939",
|
|
|
|
"error": "#ff6161",
|
|
"csv_switch": "#608060",
|
|
"switch_highlight": "#e06f6f",
|
|
"dashboard_background": "#1c1b1a",
|
|
|
|
"mid": "#393838",
|
|
"dark": "#2d2a29",
|
|
"text": "#f0ece3",
|
|
"base": "#2d2a29",
|
|
"link": "#e06f6f",
|
|
"light": "#8a3939",
|
|
"window": "#1c1b1a",
|
|
"shadow": "#000000",
|
|
"accent": "#e06f6f",
|
|
"button": "#2d2a29",
|
|
"midlight": "#4e4b4a",
|
|
"highlight": "#e06f6f",
|
|
"window_text": "#f0ece3",
|
|
"bright_text": "#ffffff",
|
|
"button_text": "#f0ece3",
|
|
"tooltip_base": "#8a3939",
|
|
"tooltip_text": "#f0ece3",
|
|
"link_visited": "#ffbfa1",
|
|
"alternate_base": "#4e4b4a",
|
|
"placeholder_text": "#c5b6b3",
|
|
"highlighted_text": "#ffffff",
|
|
|
|
"console_text": "#f8d49e",
|
|
"console_base": "#2d2a29",
|
|
"console_border": "#575554",
|
|
"console_highlight": "#e06f6f",
|
|
|
|
"widget_text": "#f0ece3",
|
|
"widget_base": "#2d2a29",
|
|
"widget_button": "#2d2a29",
|
|
"widget_window": "#1c1b1a",
|
|
"widget_border": "#5A2C2C",
|
|
"widget_highlight": "#e06f6f",
|
|
"widget_button_text": "#f0ece3",
|
|
"widget_highlighted_text": "#2d2a29",
|
|
"widget_placeholder_text": "#c5b6b3",
|
|
"alarm": "#ff6161",
|
|
|
|
"polar_background": "#2d2a29",
|
|
"polar_foreground": "#f0ece3",
|
|
"polar_indicator": "#ff6161",
|
|
|
|
"table_bg_a": "#4e4b4a",
|
|
"table_bg_b": "#393838",
|
|
"table_text": "#f0ece3",
|
|
"table_bg_header": "#2d2a29",
|
|
"table_fg_header": "#f0ece3",
|
|
"table_separator": "#e06f6f",
|
|
"table_border_header": "#e06f6f",
|
|
"table_separator_header": "#e06f6f",
|
|
|
|
"widget_colors": [
|
|
"#e06f6f",
|
|
"#f8d49e",
|
|
"#608060",
|
|
"#ffbfa1",
|
|
"#e8b5d0",
|
|
"#c5b6b3",
|
|
"#b53f3f",
|
|
"#f3e5ab",
|
|
"#8a3939",
|
|
"#ffebd1"
|
|
]
|
|
}
|
|
}
|