Files
ware_house/ui_theme.json

166 lines
4.3 KiB
JSON

{
"global": {
"window_bg": ["#f1f1f1", "#2b2b2b"],
"panel_bg": ["#d9d9d9", "#3a3a3a"],
"panel_alt_bg": ["#cfcfcf", "#454545"],
"text_primary": "#1f1f1f",
"text_secondary": "#4b4b4b",
"accent": "#2ebf74",
"accent_hover": "#28a766",
"danger": "#ca3d3d",
"danger_hover": "#aa2f2f",
"border": "#bdbdbd"
},
"launcher": {
"window_width": 1280,
"window_min_width": 960,
"window_top_x": 0,
"window_top_y": 0,
"outer_pady": 10,
"outer_padx": 0,
"max_buttons_per_row": 7,
"button_padx": 6,
"button_pady": 6,
"info_padx": 6,
"info_pady": [4, 2],
"info_font": {
"family": "Segoe UI",
"size": 12,
"weight": "bold"
},
"cascade_x_offset": 42,
"cascade_y_offset": 34,
"cascade_margin_left": 0,
"cascade_margin_top": 0,
"button_font": {
"family": "Segoe UI",
"size": 11,
"weight": "bold"
}
},
"reset_corsie": {
"window_geometry": "1000x680",
"window_minsize": [880, 560],
"window_fg_color": ["#efefef", "#2f2f2f"],
"top_frame_fg_color": ["#d7d7d7", "#3b3b3b"],
"mid_frame_fg_color": ["#e5e5e5", "#383838"],
"bottom_frame_fg_color": ["#dcdcdc", "#363636"],
"inner_summary_frame_fg_color": ["#d4d4d4", "#404040"],
"frame_padx": 8,
"frame_pady": 8,
"toolbar_button_width": 140,
"toolbar_button_height": 28,
"toolbar_button_corner_radius": 6,
"toolbar_button_font": {
"family": "Segoe UI",
"size": 10,
"weight": "bold"
},
"toolbar_label_font": {
"family": "Segoe UI",
"size": 10,
"weight": "normal"
},
"combobox_width": 140,
"combobox_height": 28,
"combobox_font": {
"family": "Segoe UI",
"size": 10,
"weight": "normal"
},
"summary_title_font": {
"family": "Segoe UI",
"size": 12,
"weight": "bold"
},
"summary_label_font": {
"family": "Segoe UI",
"size": 9,
"weight": "bold"
},
"summary_value_font": {
"family": "Segoe UI",
"size": 9,
"weight": "normal"
},
"tree_heading_font": {
"family": "Segoe UI",
"size": 10,
"weight": "bold"
},
"tree_body_font": {
"family": "Segoe UI",
"size": 10,
"weight": "normal"
},
"tree_row_height": 30,
"tree_heading_bg": "#9fb2cb",
"tree_heading_bg_active": "#90a5c0",
"tree_heading_fg": "#10243e",
"tree_heading_padding": [8, 6],
"tree_body_bg": "#ffffff",
"tree_body_fg": "#1f1f1f",
"tree_row_odd_bg": "#ffffff",
"tree_row_even_bg": "#edf3fb",
"tree_selected_bg": "#cfe4ff",
"tree_selected_fg": "#10243e",
"tree_col_ubicazione_width": 360,
"tree_col_ubicazione_anchor": "center",
"tree_col_num_udc_width": 180,
"tree_col_num_udc_anchor": "center",
"tree_show_grid_hint": true,
"overlay_cover_fg_color": ["#d9d9d9", "#4a4a4a"],
"overlay_panel_fg_color": ["#f2f2f2", "#353535"],
"overlay_panel_corner_radius": 10,
"overlay_label_font": {
"family": "Segoe UI",
"size": 11,
"weight": "bold"
},
"overlay_progress_width": 220,
"overlay_label_padding": [18, 14, 18, 8],
"overlay_progress_padding": [18, 0, 18, 14]
},
"layout_window": {
"window_geometry": "1200x740",
"window_minsize": [980, 560],
"window_fg_color": ["#efefef", "#2f2f2f"],
"top_frame_fg_color": ["#d7d7d7", "#3b3b3b"],
"panel_frame_fg_color": ["#dcdcdc", "#363636"],
"toolbar_button_font": {
"family": "Segoe UI",
"size": 10,
"weight": "bold"
},
"toolbar_label_font": {
"family": "Segoe UI",
"size": 12,
"weight": "bold"
},
"entry_font": {
"family": "Segoe UI",
"size": 10,
"weight": "normal"
}
},
"multi_udc": {
"window_geometry": "1100x700",
"window_minsize": [900, 550],
"window_fg_color": ["#efefef", "#2f2f2f"],
"toolbar_frame_fg_color": ["#d7d7d7", "#3b3b3b"],
"content_frame_fg_color": ["#e5e5e5", "#383838"],
"summary_frame_fg_color": ["#dcdcdc", "#363636"],
"inner_summary_frame_fg_color": ["#d4d4d4", "#404040"],
"toolbar_button_font": {
"family": "Segoe UI",
"size": 10,
"weight": "bold"
},
"summary_title_font": {
"family": "Segoe UI",
"size": 12,
"weight": "bold"
}
}
}