Serial-Studio/app/rcc/themes/deep-blue.json
2024-11-23 00:42:43 -05:00

102 lines
2.5 KiB
JSON

{
"title": "Deep Blue",
"code-editor-theme": "deep-blue",
"colors": {
"groupbox_border": "#354a5f",
"groupbox_background": "#1b2a3d",
"groupbox_hard_border": "#48617a",
"pane_background": "#121c2b",
"pane_section_label": "#cfd8e6",
"pane_caption_bg_top": "#23344e",
"pane_caption_border": "#48617a",
"pane_caption_bg_bottom": "#23344e",
"pane_caption_foreground": "#cfd8e6",
"pane_hard_caption_bg_top": "#2f4a67",
"pane_hard_caption_border": "#48617a",
"pane_hard_caption_bg_bottom": "#2f4a67",
"pane_hard_caption_foreground": "#cfd8e6",
"setup_border": "#48617a",
"toolbar_top": "#1f2d41",
"titlebar_text": "#cfd8e6",
"toolbar_text": "#cfd8e6",
"toolbar_bottom": "#1f2d41",
"toolbar_border": "#48617a",
"toolbar_separator": "#48617a",
"toolbar_checked_button_opacity": 0.4,
"toolbar_checked_button_border": "#48617a",
"toolbar_checked_button_background": "#2f4a67",
"error": "#e05a78",
"csv_switch": "#3d7b8f",
"switch_highlight": "#48617a",
"dashboard_background": "#121c2b",
"mid": "#1a2736",
"dark": "#1b2a3d",
"text": "#cfd8e6",
"base": "#1b2a3d",
"link": "#5b89b1",
"light": "#48617a",
"window": "#121c2b",
"shadow": "#000000",
"accent": "#5b89b1",
"button": "#1f2d41",
"midlight": "#354a5f",
"highlight": "#5b89b1",
"window_text": "#cfd8e6",
"bright_text": "#ffffff",
"button_text": "#cfd8e6",
"tooltip_base": "#23344e",
"tooltip_text": "#cfd8e6",
"link_visited": "#6f9fc4",
"alternate_base": "#23344e",
"placeholder_text": "#97a3b3",
"highlighted_text": "#ffffff",
"console_text": "#a8c7f1",
"console_base": "#1a2736",
"console_border": "#48617a",
"console_highlight": "#5b89b1",
"widget_text": "#cfd8e6",
"widget_base": "#1b2a3d",
"widget_button": "#1f2d41",
"widget_window": "#121c2b",
"widget_border": "#2B3A49",
"widget_highlight": "#5b89b1",
"widget_button_text": "#cfd8e6",
"widget_highlighted_text": "#1b2a3d",
"widget_placeholder_text": "#97a3b3",
"alarm": "#e05a78",
"polar_background": "#1b2a3d",
"polar_foreground": "#cfd8e6",
"polar_indicator": "#e05a78",
"table_bg_a": "#23344e",
"table_bg_b": "#1a2736",
"table_text": "#cfd8e6",
"table_bg_header": "#1f2d41",
"table_fg_header": "#cfd8e6",
"table_separator": "#48617a",
"table_border_header": "#48617a",
"table_separator_header": "#48617a",
"widget_colors": [
"#5b89b1",
"#fbc282",
"#3d7b8f",
"#a8c7f1",
"#81c09c",
"#6f9fc4",
"#ddeaf8",
"#ffebd1",
"#4f748e",
"#b0cde5"
]
}
}