Theme Builder not applying configuration changes to neutral brand color variables Issue ProblemTheme Builder is not applying configuration changes to specific theme variables, specifically within the neutral brand color platform-wide. Steps to reproduce 1. Configuring a custom theme on theme builder2. Selecting any color for the Neutral brand color3. It is not displayed on the platform ReleaseGenericCauseRoot CauseThe theme builder does not handle the specific entry for UI16, preventing the neutral brand color variable from being applied as expected.ResolutionSteps to Resolve You can use this workaround Navigate to the sys_ux_theme record for the affected themeLocate the 'colors style' section within the theme record.Add the following entry at the end of the style configuration: "--now-color_surface--neutral-3": "250,226,209"Note: the combination of the RGB for 250,226,209 provides what color you want Save the changes to the theme record.