Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-186256

Bundle storage bar colors are inconsistent

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.21.50.22 Preview, 1.21.40.25 Preview, 1.21.40.21 Preview, 1.21.30.25 Preview, 1.21.30
    • Confirmed
    • Multiple
    • 1291116

      The storage bar colors for partial and full bundles are inconsistent across platforms and locations within the menu. The Java equivalent of this report is MC-276219.

      For reference, Small Bar means this storage bar:

      Large Bar means this storage bar:

      The Small Bar colors differ between platforms:

      Bedrock vs. Java Small Bar Colors

      Color JAVA Blue Storage Bar JAVA Red Storage Bar BEDROCK Blue Storage Bar BEDROCK Red Storage Bar
      Hex 7087FF FF5454 6666FF FF6666
      RGB 112, 135, 255 255, 84, 84 102, 102, 255 255, 102, 102
      RGB (0-1) 0.439, 0.529, 1.0 1.0, 0.329, 0.329 0.4, 0.4, 1.0 1.0, 0.4, 0.4

      The Large Bar colors match between platforms, but are inconsistent with the Small Bar colors:

      Bedrock vs. Java Large Bar Colors

      Color JAVA Blue Storage Bar JAVA Red Storage Bar BEDROCK Blue Storage Bar BEDROCK Red Storage Bar
      Hex 5555FF FF5555 5555FF FF5555
      RGB 85, 85, 255 255, 85, 85 85, 85, 255 255, 85, 85
      RGB (0-1) 0.333, 0.333, 1.0 1.0, 0.333, 0.333 0.333, 0.333, 1.0 1.0, 0.333, 0.333

      Expected Result

      Bundle storage bar colors are identical in all sizes across both platforms.

      Observed Result

      Bundle storage bar colors vary on each platform and with each size.

      Note

      Large storage bar colors are determined both by the bundle_progressbar_[fill/full] files on Java and theĀ container_weight_bar_[fill/full] files on Bedrock.

      Small storage bar colors are hard-coded on Java Edition. Small storage bar colors are determined by theĀ primary_color and full_storage_color properties in ui_common.json on Bedrock.

            AgentMindStorm2 AgentMindStorm2
            Votes:
            5 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              CHK: