Skip to content

Question: Unexpected colours on custom theme #4252

@cjlotz

Description

@cjlotz

Hello. I've been updating our code with the changes introduced by #4062 . I'm using the following code to set a custom theme

  private static void RunApplication(IHost host)
  {
      Application.Init();
      ConfigurationManager.Enable(ConfigLocations.All);
      ThemeManager.Theme = ThemeManager.GetThemeNames().FirstOrDefault(x => x == "Anders") ?? "Default";

All seems fine except for my listview and also all dialogs not showing up in the expected theme colours if I compare that against the UICatalog samples. I'm not setting any color related properties on these controls. Any pointers as to what I might be missing here? I'm using latest alpha release

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status

    ✅ Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions