mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
103 lines
2.5 KiB
JSON
103 lines
2.5 KiB
JSON
{
|
|
"title": "Yaru Dark",
|
|
"code-editor-theme": "yaru-dark",
|
|
"colors": {
|
|
"groupbox_border": "#4a4a4a",
|
|
"groupbox_background": "#2c2c2c",
|
|
"groupbox_hard_border": "#3f3f3f",
|
|
|
|
"pane_background": "#222222",
|
|
"pane_section_label": "#eeeeec",
|
|
"pane_caption_bg_top": "#333333",
|
|
"pane_caption_border": "#4a4a4a",
|
|
"pane_caption_bg_bottom": "#333333",
|
|
"pane_caption_foreground": "#eeeeec",
|
|
|
|
"pane_hard_caption_bg_top": "#333333",
|
|
"pane_hard_caption_border": "#4a4a4a",
|
|
"pane_hard_caption_bg_bottom": "#333333",
|
|
"pane_hard_caption_foreground": "#eeeeec",
|
|
|
|
"setup_border": "#4a4a4a",
|
|
"toolbar_top": "#3c3c3c",
|
|
"titlebar_text": "#eeeeec",
|
|
"toolbar_text": "#eeeeec",
|
|
"toolbar_bottom": "#3c3c3c",
|
|
"toolbar_border": "#4a4a4a",
|
|
"toolbar_separator": "#4a4a4a",
|
|
"toolbar_checked_button_opacity": 1.0,
|
|
"toolbar_checked_button_border": "#4a4a4a",
|
|
"toolbar_checked_button_background": "#4a4a4a",
|
|
|
|
"error": "#e95420",
|
|
"csv_switch": "#4caf50",
|
|
"switch_highlight": "#e95420",
|
|
"dashboard_background": "#222222",
|
|
|
|
"mid": "#4a4a4a",
|
|
"dark": "#2c2c2c",
|
|
"text": "#eeeeec",
|
|
"base": "#222222",
|
|
"link": "#0088cc",
|
|
"light": "#4f4f4f",
|
|
"window": "#222222",
|
|
"shadow": "#000000",
|
|
"accent": "#e95420",
|
|
"button": "#333333",
|
|
"midlight": "#444444",
|
|
"highlight": "#e95420",
|
|
"window_text": "#eeeeec",
|
|
"bright_text": "#ffffff",
|
|
"button_text": "#eeeeec",
|
|
"tooltip_base": "#333333",
|
|
"tooltip_text": "#eeeeec",
|
|
"link_visited": "#5e81ac",
|
|
"alternate_base": "#2e2e2e",
|
|
"placeholder_text": "#888888",
|
|
"highlighted_text": "#ffffff",
|
|
|
|
"console_text": "#ffffff",
|
|
"console_base": "#1a1a1a",
|
|
"console_border": "#4a4a4a",
|
|
"console_highlight": "#e95420",
|
|
|
|
"widget_text": "#eeeeec",
|
|
"widget_base": "#333333",
|
|
"widget_button": "#333333",
|
|
"widget_window": "#222222",
|
|
"widget_border": "#4a4a4a",
|
|
"widget_highlight": "#e95420",
|
|
"widget_button_text": "#eeeeec",
|
|
"widget_highlighted_text": "#ffffff",
|
|
"widget_placeholder_text": "#888888",
|
|
"alarm": "#ba252e",
|
|
|
|
"polar_background": "#222222",
|
|
"polar_foreground": "#dedede",
|
|
"polar_indicator": "#EA6654",
|
|
|
|
"table_bg_a": "#2e2e2e",
|
|
"table_bg_b": "#222222",
|
|
"table_text": "#eeeeec",
|
|
"table_bg_header": "#333333",
|
|
"table_fg_header": "#eeeeec",
|
|
"table_separator": "#4a4a4a",
|
|
"table_border_header": "#4a4a4a",
|
|
"table_separator_header": "#4a4a4a",
|
|
|
|
"widget_colors": [
|
|
"#61afef",
|
|
"#98c379",
|
|
"#e06c75",
|
|
"#d19a66",
|
|
"#c678dd",
|
|
"#ffcc00",
|
|
"#ff2d55",
|
|
"#7a7c80",
|
|
"#8e8e93",
|
|
"#b16286",
|
|
"#56b6c2"
|
|
]
|
|
}
|
|
}
|