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

102 lines
2.5 KiB
JSON

{
"title": "Deep Green",
"code-editor-theme": "deep-green",
"colors": {
"groupbox_border": "#3e5a4e",
"groupbox_background": "#1b2b23",
"groupbox_hard_border": "#5f7b67",
"pane_background": "#0f1a14",
"pane_section_label": "#d9d5b4",
"pane_caption_bg_top": "#3e5a4e",
"pane_caption_border": "#5f7b67",
"pane_caption_bg_bottom": "#3e5a4e",
"pane_caption_foreground": "#d9d5b4",
"pane_hard_caption_bg_top": "#526b5e",
"pane_hard_caption_border": "#5f7b67",
"pane_hard_caption_bg_bottom": "#526b5e",
"pane_hard_caption_foreground": "#d9d5b4",
"setup_border": "#5f7b67",
"toolbar_top": "#1b2b23",
"titlebar_text": "#d9d5b4",
"toolbar_text": "#d9d5b4",
"toolbar_bottom": "#1b2b23",
"toolbar_border": "#5f7b67",
"toolbar_separator": "#5f7b67",
"toolbar_checked_button_opacity": 0.4,
"toolbar_checked_button_border": "#5f7b67",
"toolbar_checked_button_background": "#526b5e",
"error": "#d97e5f",
"csv_switch": "#6a956a",
"switch_highlight": "#d9d5b4",
"dashboard_background": "#0f1a14",
"mid": "#2a4238",
"dark": "#1b2b23",
"text": "#d9d5b4",
"base": "#1b2b23",
"link": "#b6a96a",
"light": "#5f7b67",
"window": "#0f1a14",
"shadow": "#000000",
"accent": "#b6a96a",
"button": "#1b2b23",
"midlight": "#3e5a4e",
"highlight": "#b6a96a",
"window_text": "#d9d5b4",
"bright_text": "#ffffff",
"button_text": "#d9d5b4",
"tooltip_base": "#3e5a4e",
"tooltip_text": "#d9d5b4",
"link_visited": "#9c8c5c",
"alternate_base": "#2e4b3e",
"placeholder_text": "#b2b19a",
"highlighted_text": "#ffffff",
"console_text": "#d1ccb3",
"console_base": "#2a4238",
"console_border": "#5f7b67",
"console_highlight": "#b6a96a",
"widget_text": "#d9d5b4",
"widget_base": "#1b2b23",
"widget_button": "#1b2b23",
"widget_window": "#0f1a14",
"widget_border": "#394A3E",
"widget_highlight": "#b6a96a",
"widget_button_text": "#d9d5b4",
"widget_highlighted_text": "#1b2b23",
"widget_placeholder_text": "#b2b19a",
"alarm": "#d97e5f",
"polar_background": "#1b2b23",
"polar_foreground": "#d9d5b4",
"polar_indicator": "#d97e5f",
"table_bg_a": "#2e4b3e",
"table_bg_b": "#2a4238",
"table_text": "#d9d5b4",
"table_bg_header": "#1b2b23",
"table_fg_header": "#d9d5b4",
"table_separator": "#5f7b67",
"table_border_header": "#5f7b67",
"table_separator_header": "#5f7b67",
"widget_colors": [
"#5f7b67",
"#b6a96a",
"#6a956a",
"#d1ccb3",
"#3e5a4e",
"#d9d5b4",
"#9c8c5c",
"#d97e5f",
"#8b9d85",
"#c7b884"
]
}
}