Skip to content

[Feature Request] [Probider] Windows theme (light-dark mode, acrilyc mode). #203

@feraxhp

Description

@feraxhp

Describe the problem/motivation

Right now you have to use shell exec to obtain the theme and if is acrylic or not. his produces high latency between the change theme click and how the app shows it. This will reduce de latency and improve consistency.

Describe the solution you'd like

Add a provider, just like the network one, with 2 boolean atributes {isAcrylic, isDarkTheme}, and 3 functions, 1 to set the theme to light, one to set the theme to dark, and one to toggle.

Can be just one function with optional argument to change the theme.

Alternatives considered

As I mentioned before, i currently doing it with shell Exec to manipulate the theme from powershell.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions