2014-11-08 16:06:04 +00:00
|
|
|
{
|
2014-11-08 17:16:43 +00:00
|
|
|
/* Graphical User Interface settings. There's not a lot here yet,
|
|
|
|
* but more will be added gradually. The GUI setup doesn't make it
|
|
|
|
* practical to add everything at once, or even sometimes add
|
2014-11-08 20:59:15 +00:00
|
|
|
* broad default settings. To make overriding of group defaults
|
|
|
|
* easier for OXPs, most of the values here are commented out
|
|
|
|
* rather than explicitly set to the default. */
|
2014-11-08 17:16:43 +00:00
|
|
|
|
2014-11-12 20:13:13 +00:00
|
|
|
/* overrides of this will not necessarily be consistent yet. Most
|
|
|
|
* things below specified as 'yellowColor' actually use the
|
|
|
|
* default colour if no colour is specified.
|
|
|
|
*
|
2014-11-08 20:59:15 +00:00
|
|
|
* TODO: remove explicit sets of yellow which actually mean 'default' */
|
|
|
|
// "default_text_color" = "yellowColor";
|
2014-11-12 20:13:13 +00:00
|
|
|
|
2014-11-08 20:59:15 +00:00
|
|
|
/* the screen title colour */
|
|
|
|
// "screen_title_color" = "redColor";
|
2014-11-08 17:16:43 +00:00
|
|
|
|
2014-11-08 20:59:15 +00:00
|
|
|
/* the screen divider colour */
|
|
|
|
// "screen_divider_color" = "0.75 0.75 0.75";
|
2014-11-08 17:16:43 +00:00
|
|
|
|
2014-11-08 20:59:15 +00:00
|
|
|
/* the selected row background colour */
|
2014-11-16 11:03:16 +00:00
|
|
|
// "selected_row_background_color" = "redColor";
|
2014-11-08 16:06:04 +00:00
|
|
|
|
2014-11-08 20:59:15 +00:00
|
|
|
/* the selected row text colour */
|
2014-11-16 11:03:16 +00:00
|
|
|
// "selected_row_color" = "blackColor";
|
2014-11-08 16:06:04 +00:00
|
|
|
|
2014-11-08 20:59:15 +00:00
|
|
|
/* the text input cursor colour */
|
|
|
|
// "text_input_cursor_color" = "redColor";
|
|
|
|
|
2014-11-15 10:42:32 +00:00
|
|
|
|
2014-11-15 14:05:47 +00:00
|
|
|
/* Equipment cash row colour */
|
|
|
|
// "equipment_cash_color" = "yellowColor";
|
|
|
|
|
|
|
|
/* Equipment unavailable colour */
|
|
|
|
// "equipment_unavailable_color" = "greenColor";
|
|
|
|
|
|
|
|
/* Equipment scroll colour */
|
|
|
|
// "equipment_scroll_color" = "greenColor";
|
|
|
|
|
|
|
|
/* Equipment option colour */
|
|
|
|
// "equipment_option_color" = "yellowColor";
|
|
|
|
|
|
|
|
/* Equipment repair colour, also for renovation */
|
|
|
|
// "equipment_repair_color" = "orangeColor";
|
|
|
|
|
|
|
|
/* Equipment description colour */
|
|
|
|
// "equipment_description_color" = "greenColor";
|
|
|
|
|
|
|
|
/* Laser mount selection colour */
|
|
|
|
// "equipment_laser_color" = "greenColor";
|
|
|
|
|
|
|
|
/* Laser mount already fitted selection colour */
|
|
|
|
// "equipment_laser_fitted_color" = "0.0 0.6 0.0";
|
|
|
|
|
|
|
|
/* Tab settings for equip ship screen */
|
|
|
|
// "equipment_tabs" = (0,-360,-480)
|
|
|
|
|
2014-11-15 16:25:46 +00:00
|
|
|
|
2014-11-15 20:37:44 +00:00
|
|
|
/* Interfaces heading colour */
|
|
|
|
// "interface_heading_color" = "yellowColor";
|
|
|
|
|
|
|
|
/* Interfaces scroll colour */
|
|
|
|
// "interface_scroll_color" = "greenColor";
|
|
|
|
|
|
|
|
/* Interfaces entry colour */
|
|
|
|
// "interface_entry_color" = "yellowColor";
|
|
|
|
|
|
|
|
/* Interfaces entry description colour */
|
|
|
|
// "interface_description_color" = "greenColor";
|
|
|
|
|
|
|
|
/* Interfaces none available message colour */
|
|
|
|
// "interface_none_color" = "greenColor";
|
|
|
|
|
|
|
|
/* Interfaces tab settings */
|
|
|
|
// "interface_tabs" = (0,-480);
|
|
|
|
|
|
|
|
|
2014-11-15 16:25:46 +00:00
|
|
|
/* Shipyard screen column headings */
|
|
|
|
// "shipyard_heading_color" = "greenColor";
|
|
|
|
|
|
|
|
/* Shipyard screen scroll text */
|
|
|
|
// "shipyard_scroll_color" = "greenColor";
|
|
|
|
|
|
|
|
/* Shipyard screen entries */
|
|
|
|
// "shipyard_entry_color" = "yellowColor";
|
|
|
|
|
|
|
|
/* Shipyard screen no ships message */
|
|
|
|
// "shipyard_noship_color" = "greenColor";
|
|
|
|
|
|
|
|
/* Shipyard screen trade in information */
|
|
|
|
// "shipyard_tradein_color" = "yellowColor";
|
|
|
|
|
|
|
|
/* Shipyard screen ship descriptions */
|
|
|
|
// "shipyard_description_color" = "greenColor";
|
|
|
|
|
|
|
|
/* Shipyard screen tabs */
|
|
|
|
// "shipyard_tabs" = (0,-258,270,370,450);
|
|
|
|
|
|
|
|
|
2014-11-12 20:13:13 +00:00
|
|
|
/* the ship name on the F5 screen */
|
|
|
|
// "status_shipname_color" = "yellowColor";
|
|
|
|
|
|
|
|
/* the status items on the F5 screen */
|
|
|
|
// "status_data_color" = "yellowColor";
|
|
|
|
|
|
|
|
/* the equipment list heading on the F5 screen */
|
|
|
|
// "status_equipment_heading_color" = "yellowColor";
|
|
|
|
|
|
|
|
/* the colour of the scroll forward/back controls on the equipment list */
|
|
|
|
// "status_equipment_scroll_color" = "greenColor";
|
|
|
|
|
|
|
|
/* the colour of ok equipment */
|
|
|
|
// "status_equipment_ok_color" = "yellowColor";
|
|
|
|
|
|
|
|
/* the colour of damaged equipment */
|
|
|
|
// "status_equipment_damaged_color" = "orangeColor";
|
|
|
|
|
|
|
|
/* the tab spacing on the status page */
|
|
|
|
// "status_tabs" = (20,160,290);
|
|
|
|
|
2014-11-16 11:10:52 +00:00
|
|
|
/* status screen sort damaged equipment first */
|
|
|
|
// "status_prioritise_damaged" = 1;
|
2014-11-16 12:46:43 +00:00
|
|
|
|
2014-11-15 10:42:32 +00:00
|
|
|
|
2014-11-13 19:00:41 +00:00
|
|
|
/* the colour of sub-headings on the manifest page */
|
|
|
|
// "manifest_subhead_color" = "greenColor";
|
|
|
|
|
|
|
|
/* the colour of entries on the manifest page */
|
|
|
|
// "manifest_entry_color" = "yellowColor";
|
|
|
|
|
|
|
|
/* the colour of back/next controls on the manifest page */
|
|
|
|
// "manifest_scroll_color" = "greenColor";
|
|
|
|
|
|
|
|
/* the colour of disabled back/next controls on the manifest page */
|
|
|
|
// "manifest_no_scroll_color" = "darkGrayColor";
|
|
|
|
|
|
|
|
/* the tab stops for the manifest (cargo display) */
|
|
|
|
// "manifest_tabs" = (20,256);
|
|
|
|
|
2014-11-15 10:42:32 +00:00
|
|
|
|
2014-11-08 20:59:15 +00:00
|
|
|
/* scale of name labels on F6 chart relative to Oolite default size */
|
|
|
|
// "chart_label_scale" = 1.0;
|
|
|
|
|
2014-11-09 11:41:35 +00:00
|
|
|
/* scale of star circles on F6 chart relative to the 'radius' property */
|
|
|
|
// "chart_circle_scale" = 0.0017;
|
|
|
|
|
|
|
|
/* color of name labels on F6 chart */
|
|
|
|
// "chart_label_color" = "yellowColor";
|
|
|
|
|
2014-11-08 20:59:15 +00:00
|
|
|
/* color of fuel range circle */
|
|
|
|
// "chart_range_color" = "greenColor";
|
|
|
|
|
|
|
|
/* color of location crosshair */
|
|
|
|
// "chart_crosshair_color" = "greenColor";
|
|
|
|
|
|
|
|
/* color of fuel range circle */
|
|
|
|
// "chart_cursor_color" = "redColor";
|
|
|
|
|
|
|
|
/* color of matched system box when name searching */
|
|
|
|
// "chart_match_color" = "greenColor";
|
|
|
|
|
|
|
|
/* color of matched system label when name searching - if multiple
|
|
|
|
* matches, this is the currently selected one and the others will
|
|
|
|
* be in chart_match_color */
|
|
|
|
// "chart_match_label_color" = "cyanColor";
|
|
|
|
|
|
|
|
/* color of connecting lines on nav array */
|
|
|
|
// "chart_connection_color" = "0.25 0.25 0.25";
|
|
|
|
|
|
|
|
/* color of shortest route on nav array */
|
|
|
|
// "chart_route_short_color" = "yellowColor";
|
|
|
|
|
|
|
|
/* color of quickest route on nav array */
|
|
|
|
// "chart_route_quick_color" = "cyanColor";
|
|
|
|
|
2014-11-09 11:41:35 +00:00
|
|
|
/* colors of economy icons on chart */
|
|
|
|
// "chart_economy_0_color" = "1.0 1.0 0.0"; // Rich Ind
|
|
|
|
// "chart_economy_1_color" = "0.875 1.0 0.0";
|
|
|
|
// "chart_economy_2_color" = "0.75 1.0 0.0";
|
|
|
|
// "chart_economy_3_color" = "0.625 1.0 0.0";
|
|
|
|
// "chart_economy_4_color" = "0.5 1.0 0.0";
|
|
|
|
// "chart_economy_5_color" = "0.375 1.0 0.0";
|
|
|
|
// "chart_economy_6_color" = "0.25 1.0 0.0";
|
|
|
|
// "chart_economy_7_color" = "0.125 1.0 0.0"; // Poor Ag
|
|
|
|
|
|
|
|
/* colors of government icons on chart */
|
|
|
|
// "chart_government_0_color" = "0.5 0.0 0.7"; // Anarchy
|
|
|
|
// "chart_government_1_color" = "0.7 0.5 0.3";
|
|
|
|
// "chart_government_2_color" = "0.0 1.0 0.3";
|
|
|
|
// "chart_government_3_color" = "1.0 0.8 0.1";
|
|
|
|
// "chart_government_4_color" = "1.0 0.0 0.0";
|
|
|
|
// "chart_government_5_color" = "0.1 0.5 1.0";
|
|
|
|
// "chart_government_6_color" = "0.7 0.7 0.7";
|
|
|
|
// "chart_government_7_color" = "0.7 1.0 1.0"; // Corp State
|
|
|
|
|
|
|
|
/* colors of tech level numbers on chart */
|
|
|
|
// "chart_tech_color" = "0.5 1.0 1.0";
|
|
|
|
|
2014-11-08 20:59:15 +00:00
|
|
|
/* tab stops for chart travel time text line */
|
|
|
|
// "chart_traveltime_tabs" = (0,96,288);
|
|
|
|
|
2014-11-15 10:42:32 +00:00
|
|
|
|
2014-11-12 20:13:13 +00:00
|
|
|
/* colour of system data facts lines */
|
|
|
|
// "systemdata_facts_color" = "yellowColor";
|
|
|
|
|
|
|
|
/* colour of system data description lines */
|
|
|
|
// "systemdata_description_color" = "greenColor";
|
|
|
|
|
2014-11-08 20:59:15 +00:00
|
|
|
/* tab stops for system data screen */
|
|
|
|
// "systemdata_tabs" = (0,96,144);
|
2014-11-08 17:16:43 +00:00
|
|
|
|
2014-11-08 16:06:04 +00:00
|
|
|
|
2014-11-15 10:42:32 +00:00
|
|
|
/* colour for market screen column headings */
|
|
|
|
// "market_heading_color" = "greenColor";
|
|
|
|
|
|
|
|
/* colour for market screen commodity lines */
|
|
|
|
// "market_commodity_color" = "yellowColor";
|
|
|
|
|
|
|
|
/* colour for market screen scroll indicators */
|
|
|
|
// "market_scroll_color" = "greenColor";
|
|
|
|
|
|
|
|
/* colour for market screen 'all goods filtered' message */
|
|
|
|
// "market_filtered_all_color" = "yellowColor";
|
|
|
|
|
|
|
|
/* colour for market screen filter/sort status*/
|
|
|
|
// "market_filter_info_color" = "greenColor";
|
|
|
|
|
|
|
|
/* colour for market screen cash/hold status*/
|
|
|
|
// "market_cash_color" = "yellowColor";
|
|
|
|
|
|
|
|
/* colour for market carrying contract status*/
|
|
|
|
// "market_contracted_color" = "yellowColor";
|
|
|
|
|
|
|
|
/* colour for market good description text */
|
|
|
|
// "market_description_color" = "yellowColor";
|
|
|
|
|
|
|
|
/* tab stops for market screen */
|
|
|
|
// "market_tabs" = (0,137,187,267,321,431);
|
|
|
|
|
|
|
|
|
2014-11-16 11:03:16 +00:00
|
|
|
/* docking report screen report colour */
|
|
|
|
// "docking_report_color" = "yellowColor";
|
2014-11-15 10:42:32 +00:00
|
|
|
|
2014-11-16 11:03:16 +00:00
|
|
|
/* docking report screen cash/cargo summary colour */
|
|
|
|
// "docking_summary_color" = "yellowColor";
|
|
|
|
|
|
|
|
/* docking report screen continue colour */
|
|
|
|
// "docking_continue_color" = "yellowColor";
|
2014-11-08 16:06:04 +00:00
|
|
|
|
2014-11-13 19:00:41 +00:00
|
|
|
}
|