Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

Fix incorrect id for color in lineage-sdk

  • /e/ version:
  • Device model(s):

Summary

The id defined here is incorrect.
<public type="color" name="color_default_light_grey" id="0x3f060008" />
<public type="color" name="color_default_deep_grey" id="0x3f060009" />
<public type="color" name="color_default_light_black" id="0x3f060010" />

These values are hexadecimal values and should be incremented accordingly. The id of color_default_light_black should be 0x3f06000a.

Possible fixes