Skip to content

Querying light/dark mode returns wrong value for current theme #96

Description

@XFactHD

GuideMEClient.currentLightDarkMode() returns LightDarkMode.LIGHT_MODE despite the current, non-configurable theme clearly being a dark mode theme:

public static LightDarkMode currentLightDarkMode() {
return LightDarkMode.LIGHT_MODE;
}

This makes it impossible to write theme-aware code prepared for an eventual introduction of a light/dark mode switch.

Minecraft: 26.1.2
NeoForge: 26.1.2.53-beta
GuideME: 26.1.10-alpha

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions