1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-23 12:26:14 +00:00
bedrock-samples/resource_pack/ui/_global_variables.json
Mike Ammerlaan 1440438305 v1.21.30.3
2024-09-17 09:13:33 -07:00

434 lines
18 KiB
JSON

{
//////// Text colors ////////
"$generic_button_text_color": [ 1.0, 1.0, 1.0 ], // for those times you find a button that's kind of used but shouldn't...
"$light_button_default_text_color": [ 0.3, 0.3, 0.3 ],
"$light_button_hover_text_color": [ 1.0, 1.0, 1.0 ],
"$light_button_pressed_text_color": [ 1.0, 1.0, 1.0 ],
"$light_button_locked_text_color": [ 0.3, 0.3, 0.3 ],
"$light_toggle_default_text_color": [ 0.3, 0.3, 0.3 ],
"$light_toggle_hover_text_color": [ 1.0, 1.0, 1.0 ],
"$light_toggle_checked_default_text_color": [ 0.1216, 0.1216, 0.1216 ],
"$light_toggle_checked_hover_text_color": [ 1.0, 1.0, 1.0 ],
"$dark_button_default_text_color": [ 1.0, 1.0, 1.0 ],
"$dark_button_hover_text_color": [ 1.0, 1.0, 1.0 ],
"$dark_button_pressed_text_color": [ 1.0, 1.0, 1.0 ],
"$dark_button_locked_text_color": [ 0.7, 0.7, 0.7 ],
"$dark_toggle_default_text_color": [ 1.0, 1.0, 1.0 ],
"$dark_toggle_hover_text_color": [ 1.0, 1.0, 1.0 ],
"$dark_toggle_checked_default_text_color": [ 1.0, 1.0, 1.0 ],
"$dark_toggle_checked_hover_text_color": [ 1.0, 1.0, 1.0 ],
"$light_button_secondary_default_text_color": [ 0.7, 0.7, 0.7 ],
"$light_button_secondary_hover_text_color": [ 0.7, 0.7, 0.7 ],
"$light_button_secondary_pressed_text_color": [ 0.7, 0.7, 0.7 ],
"$light_button_secondary_locked_text_color": [ 0.7, 0.7, 0.7 ],
"$dark_button_secondary_default_text_color": [ 0.7, 0.7, 0.7, 1.0 ],
"$dark_button_secondary_hover_text_color": [ 0.7, 0.7, 0.7 ],
"$dark_button_secondary_pressed_text_color": [ 0.7, 0.7, 0.7 ],
"$dark_button_secondary_locked_text_color": [ 0.7, 0.7, 0.7 ],
"$dark_bg_contrast_button_default_text_color": [ 0.5, 0.5, 0.5 ],
"$title_text_color": [ 0.3, 0.3, 0.3 ],
"$pocket_title_text_color": [ 0.3, 0.3, 0.3 ],
"$main_header_text_color": [ 1.0, 1.0, 1.0 ],
"$sub_header_text_color": [ 1.0, 1.0, 1.0 ],
"$tab_unchecked_text_color": [ 0.8784, 0.8784, 0.8784 ],
"$tab_unchecked_hover_text_color": [ 1.0, 1.0, 1.0 ],
"$tab_unchecked_locked_text_color": [ 0.8784, 0.8784, 0.8784 ],
"$tab_unchecked_locked_hover_text_color": [ 0.8784, 0.8784, 0.8784 ],
"$tab_checked_text_color": [ 0.3, 0.3, 0.3 ],
"$tab_checked_hover_text_color": [ 1.0, 1.0, 1.0 ],
"$tab_checked_locked_text_color": [ 0.3, 0.3, 0.3 ],
"$tab_checked_locked_hover_text_color": [ 0.3, 0.3, 0.3 ],
"$tab_secondary_unchecked_text_color": [ 1.0, 1.0, 1.0 ],
"$tab_secondary_unchecked_hover_text_color": [ 1.0, 1.0, 1.0 ],
"$tab_secondary_unchecked_locked_text_color": [ 1.0, 1.0, 1.0 ],
"$tab_secondary_unchecked_locked_hover_text_color": [ 1.0, 1.0, 1.0 ],
"$tab_secondary_checked_text_color": [ 1.0, 1.0, 1.0 ],
"$tab_secondary_checked_hover_text_color": [ 1.0, 1.0, 1.0 ],
"$tab_secondary_checked_locked_text_color": [ 1.0, 1.0, 1.0 ],
"$tab_secondary_checked_locked_hover_text_color": [ 1.0, 1.0, 1.0 ],
"$tab_unchecked_glyph_color": [ 0.3, 0.3, 0.3 ],
"$tab_unchecked_hover_glyph_color": [ 0.3, 0.3, 0.3 ],
"$tab_unchecked_locked_glyph_color": [ 0.3, 0.3, 0.3 ],
"$tab_unchecked_locked_hover_glyph_color": [ 0.3, 0.3, 0.3 ],
"$tab_checked_glyph_color": [ 0.3, 0.3, 0.3 ],
"$tab_checked_hover_glyph_color": [ 0.3, 0.3, 0.3 ],
"$tab_checked_locked_glyph_color": [ 0.3, 0.3, 0.3 ],
"$tab_checked_locked_hover_glyph_color": [ 0.3, 0.3, 0.3 ],
"$item_stack_count_color": [ 1.0, 1.0, 1.0 ],
"$selected_item_stack_count_color": [ 1.0, 1.0, 1.0 ],
"$item_hover_text_color": [ 1.0, 1.0, 1.0 ], // Color of hover text gets overwrritten by text color format codes, so this is just for not failing unit tests
"$pocket_item_details_color": [ 1.0, 1.0, 1.0 ],
"$tool_tip_text": [ 1.0, 1.0, 1.0 ],
"$structure_editor_text": [ 1.0, 1.0, 1.0 ],
"$text_box_text_color": [ 1.0, 1.0, 1.0 ],
"$text_box_locked_text_color": [ 1.0, 1.0, 1.0 ],
"$place_holder_text_color": [ 0.8510, 0.8510, 0.8510 ],
"$title_command_text_color": [ 1.0, 1.0, 1.0 ],
"$subtitle_command_text_color": [ 1.0, 1.0, 1.0 ],
"$boss_name_text_color": [ 1.0, 1.0, 1.0 ],
"$body_text_color": [ 1.0, 1.0, 1.0 ],
"$portfolio_body_text_color": [ 0.74, 0.64, 0.53 ],
"$portfolio_close_color": [ 0, 0, 0 ],
"$dark_body_text_color": [ 0.3, 0.3, 0.3 ],
"$dark_grid_item_text_color": [ 1.0, 1.0, 1.0 ],
"$light_grid_item_text_color": [ 1.0, 1.0, 1.0 ],
"$enchanting_runes_color": [ 0.54, 0.37, 0.36 ],
"$enchanting_runes_fail_color": [ 0.408, 0.368, 0.29 ],
"$enchanting_cost_success_color": [ 0.5, 1, 0.125 ],
"$enchanting_cost_fail_color": [ 0.54, 0.37, 0.36 ],
"$beacon_power_title_text_color": [ 1.0, 1.0, 1.0 ],
"$anvil_cost_success_text_color": [ 0.5, 1, 0.125 ],
"$anvil_cost_fail_text_color": [ 1.0, 0.35, 0.35 ],
"$smithing_table_cost_success_text_color": [ 0.5, 1, 0.125 ],
"$smithing_table_cost_fail_text_color": [ 0.3, 0.3, 0.3 ],
"$gamepad_button_generic_text_color": [ 1.0, 1.0, 1.0 ],
"$gamepad_a_button_text_color": [ 0.0, 1.0, 0.0 ],
"$gamepad_b_button_text_color": [ 1.0, 0.0, 0.0 ],
"$gamepad_x_button_text_color": [ 0.0, 0.0, 1.0 ],
"$gamepad_y_button_text_color": [ 1.0, 1.0, 0.0 ],
"$gamepad_description_text_color": [ 1.0, 1.0, 1.0 ],
"$keyboard_helper_keys": [ 1.0, 1.0, 0.0 ],
"$achievement_text_color": [ 1.0, 1.0, 1.0 ],
"$xbl_signin_text_color": [ 1.0, 1.0, 1.0 ],
"$toast_text_color": [ 1.0, 1.0, 1.0 ],
"$chat_text_color": [ 1.0, 1.0, 1.0 ],
"$hud_gamertag_color": [ 1.0, 1.0, 1.0 ],
"$realms_text_color": [ 0.57, 0.29, 0.67 ],
"$death_text_color": [ 1.0, 1.0, 1.0 ],
"$loading_text_color": [ 1.0, 1.0, 1.0 ],
"$experience_text_color": [ 0.5, 1.0, 0.0 ],
"$feed_text_color": [ 1.0, 1.0, 1.0 ],
"$warning_text_color": [ 0.8, 0.7, 0.0 ],
"$error_text_color": [ 1.0, 0.0, 0.0 ],
"$alert_label_text_color": [ 0.0, 0.0, 0.0 ],
"$debug_store_text_color": [ 0.0, 1.0, 0.0 ],
"$x_axis_text_color": [ 1.0, 0.0, 0.0 ],
"$y_axis_text_color": [ 0.0, 1.0, 0.0 ],
"$z_axis_text_color": [ 0.0, 0.6392, 1.0 ],
"$book_page_number_color": [ 0.74, 0.64, 0.53 ],
"$book_page_text_color": [ 0.0, 0.0, 0.0 ],
"$book_title_color": [ 1.0, 1.0, 1.0 ],
"$book_title_placeholder_color": [ 0.667, 0.667, 0.667 ],
"$book_title_label_color": [ 1.0, 1.0, 1.0 ],
"$book_author_color": [ 1.0, 1.0, 1.0 ],
"$book_author_label_color": [ 0.667, 0.667, 0.667 ],
"$book_warning_color": [ 1.0, 1.0, 1.0 ],
"$npc_dialog_text_color": [ 0.0, 0.0, 0.0 ],
"$npc_url_text_color": [ 0.0, 0.0, 1.0 ],
"$wtc_pack_desc_text_color": [ 0.75, 0.75, 0.75 ],
"$item_lock_notification_text_color": [ 1.0, 1.0, 1.0 ],
"$mobile_data_icon_text_color": [ 1.0, 1.0, 1.0 ],
"$option_description_text_color": [ 0.7, 0.7, 0.7 ],
//////// Glyph colors ////////
"$light_glyph_default_color": [ 0.3, 0.3, 0.3 ],
"$light_glyph_hover_color": [ 1.0, 1.0, 1.0 ],
"$light_glyph_pressed_color": [ 1.0, 1.0, 1.0 ],
"$light_glyph_locked_color": [ 0.7, 0.7, 0.7 ],
"$light_glyph_toggle_default_color": [ 0.0, 0.0, 0.0 ],
"$light_glyph_toggle_hover_color": [ 1.0, 1.0, 1.0 ],
"$light_glyph_toggle_checked_default_color": [ 0.0, 0.0, 0.0 ],
"$light_glyph_toggle_checked_hover_color": [ 1.0, 1.0, 1.0 ],
"$dark_glyph_default_color": [ 1.0, 1.0, 1.0 ],
"$dark_glyph_hover_color": [ 1.0, 1.0, 1.0 ],
"$dark_glyph_pressed_color": [ 1.0, 1.0, 1.0 ],
"$dark_glyph_locked_color": [ 0.7, 0.7, 0.7 ],
"$dark_glyph_toggle_default_color": [ 0.0, 0.0, 0.0 ],
"$dark_glyph_toggle_hover_color": [ 1.0, 1.0, 1.0 ],
"$dark_glyph_toggle_checked_default_color": [ 0.0, 0.0, 0.0 ],
"$dark_glyph_toggle_checked_hover_color": [ 1.0, 1.0, 1.0 ],
//////// Border colors ////////
"$light_border_default_color": [ 0.075, 0.075, 0.075 ],
"$light_border_hover_color": [ 1.0, 1.0, 1.0 ],
"$light_border_pressed_color": [ 1.0, 1.0, 1.0 ],
"$light_border_locked_color": [ 0.075, 0.075, 0.075 ],
"$light_border_toggle_default_color": [ 0.075, 0.075, 0.075 ],
"$light_border_toggle_hover_color": [ 1.0, 1.0, 1.0 ],
"$dark_border_default_color": [ 0.075, 0.075, 0.075 ],
"$dark_border_hover_color": [ 1.0, 1.0, 1.0 ],
"$dark_border_pressed_color": [ 1.0, 1.0, 1.0 ],
"$dark_border_locked_color": [ 0.075, 0.075, 0.075 ],
"$dark_border_toggle_default_color": [ 0.075, 0.075, 0.075 ],
"$dark_border_toggle_hover_color": [ 1.0, 1.0, 1.0 ],
"$non_interact_border_color": [ 0.7, 0.7, 0.7 ],
"$realms_plus_border_color": [ 0.4, 0.118, 0.459 ],
"$csb_border_color": [ 1.0, 0.769, 0.169 ],
"$csub_text_color": [ 1.0, 0.77, 0.17 ],
//////// Border colors ////////
"$slider_default_border_color": [ 0.0, 0.0, 0.0 ],
"$slider_hover_border_color": [ 1.0, 1.0, 1.0 ],
//////// Boss Health Bar /////////
"$boss_health_bar_color": [ 1.0, 0.0, 1.0 ],
//////// Progress Bars /////////
"$day_one_experience_import_progress_bar_empty": [ 0.24, 0.24, 0.24 ],
"$day_one_experience_import_progress_bar_fill": [ 0.263, 0.627, 0.109 ],
"$world_diskspace_bedrock_fill": [ 0.565, 0.643, 0.498 ],
"$world_diskspace_editions_fill": [ 0.373, 0.518, 0.792 ],
"$world_diskspace_empty": [ 0.157, 0.157, 0.157 ],
"$servers_screenshot": [ 0.208, 0.208, 0.208 ],
"$servers_current_screenshot": [ 0.118, 0.561, 0.263 ],
//////// Jukebox Popup Text /////////
"$jukebox_text_color": [ 1.0, 0.4, 0.7 ],
//////// Color format colors ////////
"$0_color_format": [ 0.0, 0.0, 0.0 ], // Black
"$1_color_format": [ 0.0, 0.0, 0.667 ], // Dark Blue
"$2_color_format": [ 0.0, 0.667, 0 ], // Dark Green
"$3_color_format": [ 0.0, 0.667, 0.667 ], // Dark Aqua
"$4_color_format": [ 0.667, 0.0, 0.0 ], // Dark Red
"$5_color_format": [ 0.667, 0.0, 0.667 ], // Dark Purple
"$6_color_format": [ 1.0, 0.667, 0.0 ], // Gold
"$7_color_format": [ 0.776, 0.776, 0.776 ], // Gray
"$8_color_format": [ 0.333, 0.333, 0.333 ], // Dark Gray
"$9_color_format": [ 0.333, 0.333, 1.0 ], // Blue
"$a_color_format": [ 0.333, 1.0, 0.333 ], // Green
"$b_color_format": [ 0.333, 1.0, 1.0 ], // Aqua
"$c_color_format": [ 1.0, 0.333, 0.333 ], // Red
"$d_color_format": [ 1.0, 0.333, 1.0 ], // Light Purple
"$e_color_format": [ 1.0, 1.0, 0.333 ], // Yellow
"$f_color_format": [ 1.0, 1.0, 1.0 ], // White
//////// Trim materials colors ////////
"$material_quartz_color": [ 0.89, 0.831, 0.82 ],
"$material_iron_color": [ 0.808, 0.792, 0.792 ],
"$material_netherite_color": [ 0.267, 0.227, 0.231 ],
"$material_redstone_color": [ 0.592, 0.086, 0.027 ],
"$material_copper_color": [ 0.706, 0.408, 0.302 ],
"$material_gold_color": [ 0.871, 0.694, 0.176 ],
"$material_emerald_color": [ 0.067, 0.627, 0.212 ],
"$material_diamond_color": [ 0.173, 0.729, 0.659 ],
"$material_lapis_color": [ 0.129, 0.286, 0.482 ],
"$material_amethyst_color": [ 0.604, 0.361, 0.776 ],
//////// Dropdown divider line color ////////
"$dropdown_divider_color": [ 0.0, 0.0, 0.0 ],
//////// Gradient colors ////////
"$transparent_dark_gradient_start_color": [ 0.1, 0.1, 0.1, 1.0 ],
"$transparent_dark_gradient_end_color": [ 0.1, 0.1, 0.1, 0.0 ],
//////// Transition times ////////
"$transition_time_push_size": 0.6,
"$transition_time_pop_size": 0.25,
"$transition_time_push": 0.4,
"$transition_time_pop": 0.4,
"$container_transition_time_push": 0.4,
"$container_transition_time_pop": 0.4,
"$loading_bar_transition": 3.0,
//////// Scoreboard colors ////////
"$player_name_color": [ 1.0, 1.0, 1.0, 1.0 ],
"$objective_title_color": [ 1.0, 1.0, 1.0, 1.0 ],
"$player_score_color": [ 1.0, 0.0, 0.0, 1.0 ],
"$player_list_score_color": [ 1.0, 1.0, 1.0, 1.0 ],
"$player_list_rank_color": [ 1.0, 1.0, 1.0, 1.0 ],
//////// Panel colors ////////
"$dark_panel_color": [ 0.5, 0.5, 0.5, 1.0 ],
"$red_gray_panel_color": [ 0.15, 0.14, 0.14, 1.0 ],
//////// Name Tag colors ////////
"$alert_label_background_color": [ 1.0, 0.862, 0.086, 0.5 ],
//////// Dropdown item background colors ////////
"$dropdown_radio_background_unchecked_color": [ 0.43, 0.43, 0.43 ],
"$dropdown_radio_background_checked_color": [ 0.29, 0.29, 0.29 ],
"$dropdown_radio_background_hover_color": [ 0.12, 0.48, 0 ],
//////// Chemistry colors ////////
"$proton_color": [ 0.321, 0.486, 0.886, 1.0 ],
"$electron_color": [ 0.886, 0.4, 0.321, 1.0 ],
"$neutron_color": [ 0.894, 0.698, 0.341, 1.0 ],
//////// Store colors ////////
"$coin_color": [ 0.94, 0.81, 0.09, 1.0 ],
"$coin_offer_text_color": [ 0.2, 0.2, 0.2 ],
"$coin_header_text_color": [ 0.2, 0.2, 0.2 ],
"$store_author_text_color": [ 0.7, 0.7, 0.7 ],
"$store_realms_text_color": [ 0.356, 0.223, 0.537 ],
"$store_realms-background-deep-blue": [ 0.0196, 0, 0.1608 ],
"$store_realms-guidelines-deep-blue-5": [ 0.1294, 0.0392, 0.5019 ],
"$store_realms-guidelines-deep-blue-6": [ 0.0471, 0.0078, 0.2824 ],
"$store_sales_banner_text_color": [ 0.3, 0.3, 0.3 ],
"$store_product_detail_strikethru_color": [ 0.5585, 0.5585, 0.5585 ],
"$store_play_button_hover": [ 0.215, 0.839, 0.118 ],
"$new_offer_icon_text_color": [ 0.3, 0.3, 0.3 ],
"$store_offer_type_icon_color": [ 0.7, 0.7, 0.7 ],
"$store_rating_text_panel_color": [ 0.7, 0.7, 0.7 ],
"$store_white_text_color": [ 1, 1, 1 ],
"$store_csb_gold_text_color": [ 1, 0.7686, 0.1686 ],
"$store_csb_expiration_text_color": [ 0.14, 0.14, 0.14 ],
"$store_dark_grey_text_color": [ 0.3, 0.3, 0.3 ],
"$store_light_grey_text_color": [ 0.7, 0.7, 0.7 ],
"$carousel_unselected": [ 0.208, 0.208, 0.208 ],
"$carousel_selected": [ 0.118, 0.561, 0.263 ],
"$coin_screen_callout_bevel_color": [ 0.3179, 0.3179, 0.3179 ],
"$store_csb_text_color": [ 0.8, 0.46, 0.12 ],
"$csb_upsell_button_text_color": [ 0.0902, 0.0863, 0.0823 ],
"$csb_upsell_pink-1": [ 0.9843, 0.5843, 0.8862 ],
"$csb_upsell_pink-3": [ 0.9098, 0.2, 0.7608 ],
"$csb_upsell_pink-6": [ 0.498, 0, 0.4784 ],
"$csb_upsell_offer_background": [ 0.09019, 0.0862, 0.0823 ],
"$csb_panel_background": [ 0.14, 0.14, 0.13 ],
"$csb_secondary_panel_background": [ 1, 0.85, 0.33 ],
//////// Sidebar colors ////////
"$sidebar_bg_color": [ 0.192, 0.196, 0.2 ],
"$sidebar_expanded_section_bg_color": [ 0.30196, 0.30588, 0.3098 ],
"$sidebar_verbose_exit_bg_color": [ 0.0078, 0.0197, 0.0431 ],
"$sidebar_default_option_color": [ 0.2235, 0.2235, 0.2235 ],
"$sidebar_checked_option_color": [ 0, 0, 0 ],
"$sidebar_selected_bar_color": [ 0.423529, 0.76471, 0.286275 ],
"$sidebar_dropdown_expanded_color": [ 0, 0, 0 ],
"$sidebar_option_selected_color": [ 0.2824, 0.2863, 0.2902 ],
"$sidebar_default_hover_color": [ 0.403922, 0.407843, 0.415686, 1.0 ],
"$sidebar_verbose_expand_border_color": [ 0.21765, 0.21765, 0.22157 ],
//////// Trade colors ////////
"$trade_tier_name_color": [ 1.0, 1.0, 1.0 ],
"$trade_tier_name_locked_color": [ 0.5, 0.5, 0.5 ],
"$trade_lock_color": [ 0.0, 0.0, 0.0 ],
"$enchantment_button_default_text_color": [ 1.0, 0.8, 1.0 ],
//////// Nested button variables ////////
"$nested_default_alpha": 1.0,
"$nested_default_color": [ 1.0, 1.0, 1.0 ],
"$nested_dark_content_default_color": [ 0.227, 0.227, 0.227 ],
"$nested_dark_content_hover_color": [ 0.29, 0.808, 0.29 ],
"$nested_dark_content_pressed_color": [ 0.216, 0.451, 0.216 ],
"$nested_dark_label_default_color": [ 0.114, 0.114, 0.114 ],
"$nested_dark_label_hover_color": [ 0.0, 0.227, 0.012 ],
"$nested_dark_label_pressed_color": [ 0.0, 0.227, 0.012 ],
"$nested_transparent_label_alpha": 0.8,
"$nested_transparent_label_default_color": [ 0.1, 0.1, 0.1 ],
"$nested_transparent_label_default_pressed_color": [ 0.05, 0.05, 0.05 ],
"$nested_transparent_green_label_color": [ 0.0, 0.451, 0.02 ],
"$nested_transparent_green_label_pressed_color": [ 0.0, 0.26, 0.0 ],
"$nested_transparent_purple_label_color": [ 0.247, 0.098, 0.616 ],
"$nested_transparent_purple_label_pressed_color": [ 0.179, 0.094, 0.389 ],
"$nested_content_unfocused_overlay_alpha": 0.3,
"$nested_overlay_clickable_alpha": 0.4,
"$nested_one_pixel_padding": [ "100%sm", 1 ],
"$nested_no_padding": [ "100%sm", 0 ],
"$dark_redirect_button_hover_color": [ 0.506, 0.58, 0.596 ],
"$dark_redirect_separator_color": [ 0.70, 0.83, 0.85 ],
//////// Rarity colors ////////
"$rarity_common_bg_color": [ 0.43, 0.43, 0.43, 0.4 ],
"$rarity_uncommon_bg_color": [ 0.33, 0.66, 0.42, 0.4 ],
"$rarity_rare_bg_color": [ 0.10, 0.25, 0.61, 0.4 ],
"$rarity_epic_bg_color": [ 0.36, 0.18, 0.40, 0.4 ],
"$rarity_legendary_bg_color": [ 0.36, 0.32, 0.06, 0.4 ],
//////// Dressing Room colors ////////
"$dressing_room_sale_banner_text_color": [ 0, 0, 0 ],
"$dressing_room_bottom_section_color": [ 0.1294, 0.1294, 0.1294 ],
"$dressing_room_bottom_section_mid_bar": [ 0.702, 0.8392, 0.8588 ],
"$dressing_room_dark_bg_color": [ 0.13, 0.13, 0.13, 0.8 ],
"$dressing_room_semi_dark_bg_color": [ 0.5, 0.5, 0.5 ],
"$dressing_room_dark_button_color": [ 0.2, 0.2, 0.2 ],
"$dressing_room_lighter_button_color": [ 0.3, 0.3, 0.3 ],
"$dressing_room_right_side_default_text_color": [ 1, 1, 1 ],
"$dressing_room_size_default_text_color": [ 1, 1, 1 ],
"$dressing_room_color_title": [ 1, 1, 1 ],
"$dressing_room_side_locked_text_color": [ 0.5, 0.5, 0.5, 0.1 ],
"$dressing_room_right_side_dark_text_color": [ 0.75, 0.75, 0.75 ],
"$dressing_room_background_alpha": 1.0,
"$dressing_room_full_screen_popup_background_alpha": 0.6,
"$dressing_room_profile_title_bar_alpha": 0.075,
"$dressing_room_panel_alpha": 0.2,
"$dressing_room_sub_category_seperator_color": [ 0.70, 0.83, 0.85 ],
"$dressing_room_subcategory_button_hover_color": [ 0.506, 0.58, 0.596 ],
"$dressing_room_popup_background": [ 0.12, 0.12, 0.12, 0.8 ],
"$dressing_room_end_piece_section_line": [ 0.70196, 0.8392, 0.8588, 0.2 ],
"$dressing_room_hover_color": [ 0.55294, 0.9451, 1 ],
//////// Profile Create Character Picker ////////
"$profile_create_character_background_color": [ 0.08, 0.08, 0.08, 1.0 ],
"$profile_create_character_selected_color": [ 0.29, 0.29, 0.29 ],
"$profile_create_character_unselected_color": [ 0.43, 0.43, 0.43 ],
"$profile_create_character_getting_started_title_color": [ 0.45, 0.45, 0.45 ],
//////// Dressing Room Skin Picker colors ////////
"$dressing_room_skin_picker_selected_color": [ 0.55, 0.95, 1.0 ],
"$dressing_room_skin_picker_selected_pressed_color": [ 0.4125, 0.7125, 0.75 ],
"$dressing_room_skin_picker_equipped_border_color": [ 0.063, 0.631, 0.004 ],
"$dressing_room_skin_picker_dark_bg_color": [ 0.55, 0.55, 0.55 ],
//////// Emote Screen colors ////////
"$emote_screen_gamepad_instruction_colors": [ 1.0, 1.0, 0.0 ],
//////// Play Screen Realms+ "!" atop Pink Realms+ Content Alert ////////
"$realmsplus_exclamation_mark_color": [ 1, 1, 1 ],
//////// Bundle Tooltip colors ////////
"$bundle_info_description_color": [ 0.46, 0.46, 0.46 ]
}