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": "Pulse",
|
|
"code-editor-theme": "pulse",
|
|
"colors": {
|
|
"groupbox_border": "#4a4a4a",
|
|
"groupbox_background": "#202020",
|
|
"groupbox_hard_border": "#6c6c6c",
|
|
|
|
"pane_background": "#161616",
|
|
"pane_section_label": "#f0f0f0",
|
|
"pane_caption_bg_top": "#444444",
|
|
"pane_caption_border": "#6c6c6c",
|
|
"pane_caption_bg_bottom": "#444444",
|
|
"pane_caption_foreground": "#f0f0f0",
|
|
|
|
"pane_hard_caption_bg_top": "#5e5e5e",
|
|
"pane_hard_caption_border": "#6c6c6c",
|
|
"pane_hard_caption_bg_bottom": "#5e5e5e",
|
|
"pane_hard_caption_foreground": "#f0f0f0",
|
|
|
|
"setup_border": "#6c6c6c",
|
|
"toolbar_top": "#2e2e2e",
|
|
"titlebar_text": "#f0f0f0",
|
|
"toolbar_text": "#f0f0f0",
|
|
"toolbar_bottom": "#2e2e2e",
|
|
"toolbar_border": "#6c6c6c",
|
|
"toolbar_separator": "#6c6c6c",
|
|
"toolbar_checked_button_opacity": 0.4,
|
|
"toolbar_checked_button_border": "#6c6c6c",
|
|
"toolbar_checked_button_background": "#5e5e5e",
|
|
|
|
"error": "#f24c4c",
|
|
"csv_switch": "#84d97c",
|
|
"switch_highlight": "#d2c075",
|
|
"dashboard_background": "#161616",
|
|
|
|
"mid": "#333333",
|
|
"dark": "#202020",
|
|
"text": "#f0f0f0",
|
|
"base": "#202020",
|
|
"link": "#d2c075",
|
|
"light": "#6c6c6c",
|
|
"window": "#161616",
|
|
"shadow": "#000000",
|
|
"accent": "#d2c075",
|
|
"button": "#2e2e2e",
|
|
"midlight": "#4a4a4a",
|
|
"highlight": "#d2c075",
|
|
"window_text": "#f0f0f0",
|
|
"bright_text": "#ffffff",
|
|
"button_text": "#f0f0f0",
|
|
"tooltip_base": "#444444",
|
|
"tooltip_text": "#f0f0f0",
|
|
"link_visited": "#ebd48b",
|
|
"alternate_base": "#3d3d3d",
|
|
"placeholder_text": "#c2c2c2",
|
|
"highlighted_text": "#ffffff",
|
|
|
|
"console_text": "#d2c075",
|
|
"console_base": "#333333",
|
|
"console_border": "#6c6c6c",
|
|
"console_highlight": "#7587D2",
|
|
|
|
"widget_text": "#f0f0f0",
|
|
"widget_base": "#202020",
|
|
"widget_button": "#2e2e2e",
|
|
"widget_window": "#161616",
|
|
"widget_border": "#2B2B2B",
|
|
"widget_highlight": "#d2c075",
|
|
"widget_button_text": "#f0f0f0",
|
|
"widget_highlighted_text": "#202020",
|
|
"widget_placeholder_text": "#c2c2c2",
|
|
"alarm": "#f24c4c",
|
|
|
|
"polar_background": "#202020",
|
|
"polar_foreground": "#f0f0f0",
|
|
"polar_indicator": "#f24c4c",
|
|
|
|
"table_bg_a": "#3d3d3d",
|
|
"table_bg_b": "#333333",
|
|
"table_text": "#f0f0f0",
|
|
"table_bg_header": "#202020",
|
|
"table_fg_header": "#f0f0f0",
|
|
"table_separator": "#6c6c6c",
|
|
"table_border_header": "#6c6c6c",
|
|
"table_separator_header": "#6c6c6c",
|
|
|
|
"widget_colors": [
|
|
"#d2c075",
|
|
"#84d97c",
|
|
"#67b4f1",
|
|
"#f24c4c",
|
|
"#d399f3",
|
|
"#efc96e",
|
|
"#91d1d1",
|
|
"#ffde8b",
|
|
"#e9e9e9",
|
|
"#ebd48b"
|
|
]
|
|
}
|
|
}
|