# this file contains all the constants (mostly string constants)
# that are related to the appearance of the game -- treeview colours,
# icons etc.

###################################################
# treeview background and foreground colours ######
###################################################

# font attributes for the help window
string_help_window_title_attribute				size='large'
string_help_window_program_name_attribute			weight='bold' size='large'

# colours of the live game commentary for the away team
string_treeview_live_game_commentary_away_fg			black
string_treeview_live_game_commentary_away_bg			lightgrey

# font attributes for the live game window result.
string_treeview_helper_live_game_result_attributes		weight='bold' size='large'

# default background and foreground in treeviews
string_treeview_helper_color_default_background			white
string_treeview_helper_color_default_foreground			black

# player list colours

# colours for user players on the transfer list for
# which there is an offer
string_treeview_helper_color_transfer_offer_user_fg		white
string_treeview_helper_color_transfer_offer_user_bg		darkgreen

# colours for players on the list that have
# an accepted offer by the current user
string_treeview_helper_color_transfer_offer_accepted_current_fg		white
string_treeview_helper_color_transfer_offer_accepted_current_bg		darkorange

# colours for players on the list that have
# an accepted offer by another user
string_treeview_helper_color_transfer_offer_accepted_other_fg		white
string_treeview_helper_color_transfer_offer_accepted_other_bg		darkred

# colours for cpu players for which the user just 
# placed an offer
string_treeview_helper_color_transfer_offer_fg				black
string_treeview_helper_color_transfer_offer_bg				lightblue

# player attribute colours
string_treeview_helper_color_player_pos_goalie_bg		black
string_treeview_helper_color_player_pos_goalie_fg		white
string_treeview_helper_color_player_pos_defender_bg		darkgreen
string_treeview_helper_color_player_pos_defender_fg		white
string_treeview_helper_color_player_pos_midfielder_bg		darkblue
string_treeview_helper_color_player_pos_midfielder_fg		white
string_treeview_helper_color_player_pos_forward_bg		darkred
string_treeview_helper_color_player_pos_forward_fg		white

# position colours when injured or banned
string_treeview_helper_color_player_pos_disabled_fg		black
string_treeview_helper_color_player_pos_disabled_bg		gray80

string_treeview_helper_color_player_injury			lightgreen
string_treeview_helper_color_player_banned			red
string_treeview_helper_color_player_yellow_danger		yellow

string_treeview_helper_color_player_fitness_normal		darkgreen
string_treeview_helper_color_player_fitness_below1		darkorange
string_treeview_helper_color_player_fitness_below2		orangered
string_treeview_helper_color_player_fitness_below3		red

# see also the int constants for contract limits
string_treeview_helper_color_player_contract_normal		darkgreen
string_treeview_helper_color_player_contract_below1		darkorange
string_treeview_helper_color_player_contract_below2		orangered
string_treeview_helper_color_player_contract_below3		red

# colours for cskill in wrong position
string_treeview_helper_color_player_bad_cskill_bg		lightblue
string_treeview_helper_color_player_bad_cskill_fg		red

# fixture list colours
# the header, e.g. 'champions' league round robin'
string_treeview_fixture_header_bg				lightgrey
string_treeview_fixture_header_fg				black

# team of current user
string_treeview_current_user_bg					darkblue
string_treeview_current_user_fg					white

# teams of other users
string_treeview_user_bg wheat
string_treeview_user_fg black

# background of the team and league/cup symbols
string_treeview_symbol_bg					lightgrey

# background for the teams in a table
string_treeview_table_first					tomato
string_treeview_table_promotion					lightblue
string_treeview_table_relegation				lightgreen
string_cup_highlight1						lightblue
string_cup_highlight2						khaki
string_cup_highlight3						gold

# colour for expenses in the finances
string_treeview_finances_expenses_fg				red

# background colour of a stadium event in the stats
string_treeview_stadium_event_bg				orange

# foregrounds for positive or negative skill difference
# in the oppononent info
string_treeview_opponent_skill_positive_fg			darkred
string_treeview_opponent_skill_negative_fg			darkgreen

# colours for a next match not this week 
string_treeview_opponent_match_later_bg				khaki
string_treeview_opponent_match_later_fg				black

# foreground of own team bar in the opponent preview
string_treeview_opponent_value_colour_fg			darkgreen

# background and foreground colours for
# the function cells in the memorable matches
# window
string_treeview_helper_mmatches_replay_fg	white
string_treeview_helper_mmatches_replay_bg	darkgreen
string_treeview_helper_mmatches_remove_fg	white
string_treeview_helper_mmatches_remove_bg	darkred
string_treeview_helper_mmatches_export_fg	black
string_treeview_helper_mmatches_export_bg	lightblue
string_treeview_helper_mmatches_add_fg		black
string_treeview_helper_mmatches_add_bg		khaki

# background for the W/L/D column in the season result
# treeview
string_treeview_helper_season_results_win_bg	green
string_treeview_helper_season_results_loss_bg	red
string_treeview_helper_season_results_draw_bg	khaki


#############################################
# various colours ###########################
#############################################

# live game scale configuration
string_game_gui_live_game_scale_color_defend			lightblue
string_game_gui_live_game_scale_color_midfield			khaki
string_game_gui_live_game_scale_color_attack			gold
string_game_gui_live_game_scale_color_chance			orange
string_game_gui_live_game_scale_color_goal			red
string_game_gui_live_game_scale_color_miss			lightgreen

# colour indicating ball possession during a live game
string_live_game_possession_color				darkblue


#############################################
# icons in treeviews ########################
#############################################

# meter icons (style, boost) in the main window
string_game_gui_style_all_out_attack_icon			style_all_atk.png
string_game_gui_style_attack_icon				style_atk.png
string_game_gui_style_balanced_icon				style_bal.png
string_game_gui_style_defend_icon				style_def.png
string_game_gui_style_all_out_defend_icon			style_all_def.png

string_game_gui_boost_on_icon					boost_on.png
string_game_gui_boost_off_icon					boost_off.png
string_game_gui_boost_anti_icon					boost_anti.png

# icons used in live games
string_live_game_event_start_match_icon				whistle.png
string_live_game_event_lost_possession_icon			lost_possession.png
string_live_game_event_penalty_icon				penalty.png
string_live_game_event_scoring_chance_icon			scoring_chance.png
string_live_game_event_header_icon				header.png
string_live_game_event_goal_icon				goal.png
string_live_game_event_own_goal_icon				goal_own.png
string_live_game_event_post_icon				post.png
string_live_game_event_cross_bar_icon				cross_bar.png
string_live_game_event_save_icon				save.png
string_live_game_event_miss_icon				miss.png
string_live_game_event_foul_icon				foul.png
string_live_game_event_foul_yellow_icon				yellow.png
string_live_game_event_send_off_icon				red.png
string_live_game_event_injury_icon				injury.png
string_live_game_event_temp_injury_icon				injury_temp.png
string_live_game_event_stadium_breakdown_icon			stadium_brkn.png
string_live_game_event_stadium_fire_icon			stadium_fire.png
string_live_game_event_stadium_riots_icon			stadium_riot.png
string_live_game_event_substitution_icon			sub.png
string_live_game_event_structure_change_icon			structure_change.png

# icons for the league stats view
string_treeview_league_stats_off_teams_icon			style_all_atk.png
string_treeview_league_stats_def_teams_icon			style_all_def.png
string_treeview_league_stats_scorers_icon			scoring_chance.png
string_treeview_league_stats_goalies_icon			save.png

# icons for the season history
string_treeview_season_hist_league_champions_icon		champion.png
string_treeview_season_hist_cup_champions_icon			win_final.png

# icons in the user history view
string_treeview_helper_user_history_symbol_start_game_icon		start_game.png
string_treeview_helper_user_history_symbol_fire_finances_icon		fire_finance.png
string_treeview_helper_user_history_symbol_fire_failure_icon		fire_failure.png
string_treeview_helper_user_history_symbol_end_season_icon		end_season.png
string_treeview_helper_user_history_symbol_win_final_icon		win_final.png
string_treeview_helper_user_history_symbol_lose_final_icon		lose_final.png
string_treeview_helper_user_history_symbol_reach_cup_round_icon		reach_cup_round.png
string_treeview_helper_user_history_symbol_job_offer_accepted_icon	job_offer.png
string_treeview_helper_user_history_symbol_promoted_icon		promoted.png
string_treeview_helper_user_history_symbol_relegated_icon		relegated.png
string_treeview_helper_user_history_symbol_champion_icon		champion.png

# arrow icons in the tables
string_treeview_table_up_icon				table_up.png
string_treeview_table_down_icon				table_down.png
string_treeview_table_stay_icon				table_stay.png

# player status icons
string_treeview_helper_player_status_hot_streak		player_status_hot.png
string_treeview_helper_player_status_cold_streak	player_status_cold.png
string_treeview_helper_player_status_injury		player_status_injury.png
string_treeview_helper_player_status_ban		player_status_ban.png
string_treeview_helper_player_status_ok
string_treeview_helper_player_status_yellow_danger	player_status_yellow.png

# betting cell
string_treeview_helper_color_user_bet_fg		black
string_treeview_helper_color_user_bet_bg		lightblue

# colours for foreign countries in the job exchange list
string_treeview_helper_color_job_international_fg	black
string_treeview_helper_color_job_international_bg	lightblue