Serial-Studio/app/rcc/themes/dominion.json

102 lines
2.5 KiB
JSON

{
"title": "Dominion",
"code-editor-theme": "dominion",
"colors": {
"groupbox_border": "#2d2f33",
"groupbox_background": "#1a1c1e",
"groupbox_hard_border": "#3c3f42",
"pane_background": "#0f1012",
"pane_section_label": "#e0e1e3",
"pane_caption_bg_top": "#3c3f42",
"pane_caption_border": "#5e6063",
"pane_caption_bg_bottom": "#3c3f42",
"pane_caption_foreground": "#e0e1e3",
"pane_hard_caption_bg_top": "#5e6063",
"pane_hard_caption_border": "#5e6063",
"pane_hard_caption_bg_bottom": "#5e6063",
"pane_hard_caption_foreground": "#e0e1e3",
"setup_border": "#5e6063",
"toolbar_top": "#242528",
"titlebar_text": "#e0e1e3",
"toolbar_text": "#e0e1e3",
"toolbar_bottom": "#242528",
"toolbar_border": "#5e6063",
"toolbar_separator": "#5e6063",
"toolbar_checked_button_opacity": 0.4,
"toolbar_checked_button_border": "#5e6063",
"toolbar_checked_button_background": "#3c3f42",
"error": "#e05a78",
"csv_switch": "#3a4b59",
"switch_highlight": "#5e6063",
"dashboard_background": "#0f1012",
"mid": "#242528",
"dark": "#1a1c1e",
"text": "#e0e1e3",
"base": "#1a1c1e",
"link": "#5e6063",
"light": "#5e6063",
"window": "#0f1012",
"shadow": "#000000",
"accent": "#5e6063",
"button": "#242528",
"midlight": "#3c3f42",
"highlight": "#5e6063",
"window_text": "#e0e1e3",
"bright_text": "#ffffff",
"button_text": "#e0e1e3",
"tooltip_base": "#3c3f42",
"tooltip_text": "#e0e1e3",
"link_visited": "#8e9296",
"alternate_base": "#3c3f42",
"placeholder_text": "#8e9296",
"highlighted_text": "#ffffff",
"console_text": "#b5b7ba",
"console_base": "#1a1c1e",
"console_border": "#5e6063",
"console_highlight": "#5e6063",
"widget_text": "#e0e1e3",
"widget_base": "#1a1c1e",
"widget_button": "#242528",
"widget_window": "#0f1012",
"widget_border": "#262628",
"widget_highlight": "#5e6063",
"widget_button_text": "#e0e1e3",
"widget_highlighted_text": "#1a1c1e",
"widget_placeholder_text": "#8e9296",
"alarm": "#e05a78",
"polar_background": "#1a1c1e",
"polar_foreground": "#e0e1e3",
"polar_indicator": "#e05a78",
"table_bg_a": "#3c3f42",
"table_bg_b": "#242528",
"table_text": "#e0e1e3",
"table_bg_header": "#1a1c1e",
"table_fg_header": "#e0e1e3",
"table_separator": "#5e6063",
"table_border_header": "#5e6063",
"table_separator_header": "#5e6063",
"widget_colors": [
"#5e6063",
"#e05a78",
"#3a4b59",
"#b5b7ba",
"#8e9296",
"#ffffff",
"#242528",
"#e0e1e3",
"#4c4e52",
"#c5c7ca"
]
}
}