mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
103 lines
2.5 KiB
JSON
103 lines
2.5 KiB
JSON
{
|
|
"title": "macOS Dark",
|
|
"code-editor-theme": "macos-dark",
|
|
"colors": {
|
|
"groupbox_border": "#4a4a4a",
|
|
"groupbox_background": "#2b2b2b",
|
|
"groupbox_hard_border": "#3d3d3d",
|
|
|
|
"pane_background": "#1c1c1e",
|
|
"pane_section_label": "#f1f1f1",
|
|
"pane_caption_bg_top": "#2c2c2e",
|
|
"pane_caption_border": "#4a4a4a",
|
|
"pane_caption_bg_bottom": "#2c2c2e",
|
|
"pane_caption_foreground": "#f1f1f1",
|
|
|
|
"pane_hard_caption_bg_top": "#2c2c2e",
|
|
"pane_hard_caption_border": "#4a4a4a",
|
|
"pane_hard_caption_bg_bottom": "#2c2c2e",
|
|
"pane_hard_caption_foreground": "#f1f1f1",
|
|
|
|
"setup_border": "#5a5a5a",
|
|
"toolbar_top": "#3a3a3c",
|
|
"titlebar_text": "#f1f1f1",
|
|
"toolbar_text": "#f1f1f1",
|
|
"toolbar_bottom": "#3a3a3c",
|
|
"toolbar_border": "#5a5a5a",
|
|
"toolbar_separator": "#5a5a5a",
|
|
"toolbar_checked_button_opacity": 1.0,
|
|
"toolbar_checked_button_border": "#4b4b4b",
|
|
"toolbar_checked_button_background": "#4f4f4f",
|
|
|
|
"error": "#ff453a",
|
|
"csv_switch": "#007D19",
|
|
"switch_highlight": "#0a84ff",
|
|
"dashboard_background": "#1c1c1e",
|
|
|
|
"mid": "#505256",
|
|
"dark": "#505256",
|
|
"text": "#f1f1f1",
|
|
"base": "#1c1c1e",
|
|
"link": "#0a84ff",
|
|
"light": "#616366",
|
|
"window": "#1c1c1e",
|
|
"shadow": "#000000",
|
|
"accent": "#0a84ff",
|
|
"button": "#2c2c2e",
|
|
"midlight": "#484a4d",
|
|
"highlight": "#0a84ff",
|
|
"window_text": "#f1f1f1",
|
|
"bright_text": "#ffffff",
|
|
"button_text": "#f1f1f1",
|
|
"tooltip_base": "#2c2c2e",
|
|
"tooltip_text": "#f1f1f1",
|
|
"link_visited": "#5e5ce6",
|
|
"alternate_base": "#2c2c2e",
|
|
"placeholder_text": "#767676",
|
|
"highlighted_text": "#ffffff",
|
|
|
|
"console_text": "#ffffff",
|
|
"console_base": "#222222",
|
|
"console_border": "#4a4a4a",
|
|
"console_highlight": "#525251",
|
|
|
|
"widget_text": "#f1f1f1",
|
|
"widget_base": "#2b2b2b",
|
|
"widget_button": "#2c2c2e",
|
|
"widget_window": "#1c1c1e",
|
|
"widget_border": "#4a4a4a",
|
|
"widget_highlight": "#0a84ff",
|
|
"widget_button_text": "#f1f1f1",
|
|
"widget_highlighted_text": "#ffffff",
|
|
"widget_placeholder_text": "#767676",
|
|
"alarm": "#ba252e",
|
|
|
|
"polar_background": "#2b2b2b",
|
|
"polar_foreground": "#dedede",
|
|
"polar_indicator": "#EA6654",
|
|
|
|
"table_bg_a": "#2b2b2b",
|
|
"table_bg_b": "#1c1c1e",
|
|
"table_text": "#f1f1f1",
|
|
"table_bg_header": "#3a3a3c",
|
|
"table_fg_header": "#f1f1f1",
|
|
"table_separator": "#4a4a4a",
|
|
"table_border_header": "#4a4a4a",
|
|
"table_separator_header": "#4a4a4a",
|
|
|
|
"widget_colors": [
|
|
"#61afef",
|
|
"#98c379",
|
|
"#e06c75",
|
|
"#d19a66",
|
|
"#c678dd",
|
|
"#ffcc00",
|
|
"#ff2d55",
|
|
"#7a7c80",
|
|
"#8e8e93",
|
|
"#b16286",
|
|
"#56b6c2"
|
|
]
|
|
}
|
|
}
|