Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

The "theme" property should accept more than 'dark' | 'light' | 'custom' #32

@ouuan

Description

@ouuan

For example, I may set theme to custom-dark/custom-light or something else, but now it's limited to 'dark' | 'light' | 'custom':

export type Theme = 'dark' | 'light' | 'custom';

I suggest changing it to either string or 'dark' | 'light' | `custom${string}`.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions