cominixo / BetterF3

A Fabric mod for Minecraft that provides a highly customizable, more human-readable Debug HUD.
MIT License
135 stars 35 forks source link

[Bug]: Some info color can't change #101

Closed xMikux closed 1 year ago

xMikux commented 2 years ago

Describe the Bug

I am trying to set all f3 info to white color, but it looks like some info text color could not be changed, not sure is behavior or my configuration is wrong.

Steps to Reproduce

  1. Setting (Sounds / System) colors to #ffffff
  2. Open F3 to see Memory Usage and Sounds still have not white color

Expected Behavior

All colors should be the same as config?

Screenshots

2022-07-22_16 15 06

Sound playing & Memory Usage

2022-07-22_17 06 12

and others have color

Modloader Type

Fabric

Modloader Version

Quilt Loader 0.17.1-beta.6

Mod Version

1.3.2

Log Output

No response

Additional Context

betterf3.json { "general": { "animationSpeed": 1.0, "disable_mod": false, "background_color": 1867534416, "space_modules": false, "shadow_text": true, "animations": false, "fontScale": 1.0, "hide_sidebar": true }, "modules_right": [ { "name": "system", "name_color": 16777215, "value_color": 16777215, "lines": { "opengl_version": true, "display": true, "java_version": true, "gpu_driver": true, "memory_usage": true, "allocated_memory": true, "cpu": true, "gpu": true }, "enabled": true }, { "name": "miscright", "name_color": 16777215, "value_color": 16777215, "lines": { "misc_right": true }, "enabled": true }, { "empty_lines": 1, "name": "empty", "lines": { "nothing": true }, "enabled": true }, { "name": "target", "name_color": 16777215, "value_color": 16777215, "lines": { "id_fluid": true, "fluid_tags": true, "block_states": true, "blank": true, "targeted_block": true, "blank2": true, "block_tags": true, "id_block": true, "targeted_fluid": true, "targeted_entity": true, "fluid_states": true }, "enabled": true } ], "modules_left": [ { "name": "minecraft", "name_color": 16777215, "value_color": 16777215, "lines": { "minecraft": true }, "enabled": true }, { "color_high": 16777215, "color_med": 16777215, "name": "fps", "lines": { "fps": true }, "enabled": true, "color_low": 16777215 }, { "name": "graphics", "name_color": 16777215, "value_color": 16777215, "lines": { "shader": true, "render_distance": true, "graphics": true, "clouds": true, "biome_blend_radius": true }, "enabled": true }, { "name": "server", "name_color": 16777215, "value_color": 16777215, "lines": { "server_tick": true, "packets_sent": true, "packets_received": true }, "enabled": true }, { "color_x": 16777215, "color_y": 16777215, "color_z": 16777215, "name": "coords", "name_color": 16777215, "lines": { "chunk_coords": true, "player_coords": true, "block_coords": true, "chunk_relative_coords": true }, "enabled": true }, { "name": "chunks", "name_color": 16777215, "value_color": 16777215, "lines": { "chunk_file": true, "available_buffers": true, "loaded_chunks_server": true, "forceloaded_chunks": true, "chunk_culling": true, "pending_uploads": true, "pending_chunks": true, "loaded_chunks": true, "spawn_chunks": true, "client_chunk_cache": true, "chunk_sections": true }, "enabled": true }, { "name": "location", "name_color": 16777215, "value_color": 16777215, "lines": { "light": true, "biome": true, "rotation": true, "facing": true, "slime_chunk": true, "local_difficulty": true, "days_played": true, "dimension": true, "highest_block": true, "highest_block_server": true, "light_server": true }, "enabled": true }, { "name": "entity", "name_color": 16777215, "value_color": 16777215, "lines": { "entities": true, "water_creature": true, "underground_water_creature": true, "ambient": true, "particles": true, "axolotls": true, "creature": true, "water_ambient": true, "monster": true, "misc": true }, "enabled": true }, { "name": "sound", "name_color": 16777215, "value_color": 16777215, "lines": { "ambient_sounds": true, "sounds": true, "mood": true }, "enabled": true }, { "name": "help", "name_color": 16777215, "value_color": 16777215, "lines": { "help": true, "pie_graph": true, "fps_tps": true }, "enabled": true }, { "empty_lines": 1, "name": "empty", "lines": { "nothing": true }, "enabled": true }, { "name": "miscleft", "name_color": 16777215, "value_color": 16777215, "lines": { "misc_left": true }, "enabled": true } ] }