0% found this document useful (0 votes)
107 views4 pages

Global Varia

The document contains color definitions for various UI elements in a game. It defines RGB color values for text colors of different buttons, toggles, tabs, headers, tooltips, and other elements under different states like default, hover, checked, etc. It also defines colors for glyphs, borders, slider borders, health bars, chat text and more. The color definitions are organized by light and dark themes.

Uploaded by

Zeta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
107 views4 pages

Global Varia

The document contains color definitions for various UI elements in a game. It defines RGB color values for text colors of different buttons, toggles, tabs, headers, tooltips, and other elements under different states like default, hover, checked, etc. It also defines colors for glyphs, borders, slider borders, health bars, chat text and more. The color definitions are organized by light and dark themes.

Uploaded by

Zeta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

{

//////// 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.7, 0.7, 0.7 ],

"$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.3, 0.3, 0.3 ],
"$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 ],


"$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 ],

"$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.3, 0.3, 0.3 ],


"$tab_unchecked_hover_text_color": [ 0.3, 0.3, 0.3 ],
"$tab_unchecked_locked_text_color": [ 0.3, 0.3, 0.3 ],
"$tab_unchecked_locked_hover_text_color": [ 0.3, 0.3, 0.3 ],
"$tab_checked_text_color": [ 0.3, 0.3, 0.3 ],
"$tab_checked_hover_text_color": [ 0.3, 0.3, 0.3 ],
"$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, 0.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 ],

"$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.5, 0.5, 0.5 ],

"$luggage": [32, 32],

"$coin_color": [ 0.87, 0.84, 0.02 ],

"$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 ],


"$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": [ 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 ],

"$warning_text_color": [ 0.8, 0.7, 0.0 ],


"$error_text_color": [ 1.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.0, 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 ],

//////// 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 ],
"$deivysito_framerates_system":
"on/java/know/exe/system/good/loge",//on/java/know/exe/system/good/loge
"$dark_glyph_toggle_checked_hover_color": [ 1.0, 1.0, 1.0 ],

//////// Border colors ////////


"$light_border_default_color": [ 0.075, 0.075, 0.075 ],
"$infinite_framerates": 32,
"$framerates_pixel_size": 32,
"$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 ],

"$framerates_system_position": "top_right",

//////// 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 ],

//////// 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.667, 0.667, 0.667 ], // 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

//////// 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 ],

"$time_replant": 0.5,

"$optifine_version": "v3.0"

You might also like