Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme Presets #570

Open
wants to merge 2 commits into
base: v4.8.0
Choose a base branch
from
Open

Theme Presets #570

wants to merge 2 commits into from

Conversation

12944qwerty
Copy link
Member

Adds theme presets.

I've tested with a modification of the Catppuccin theme.

Presets are specified in the manifest

{
    ...
    "presets": [
        {
            "label": "flavorname",
            "path": "relative/path/to/flavor",
            "default": false
        }
    ]
}

@FedeIlLeone FedeIlLeone added enhancement New feature or request semver: minor Requires a minor semver version bump addon development Relates to developing addons, eg APIs or scripts labels Oct 12, 2023
Copy link
Member

@asportnoy asportnoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming needs changing per internal discussion a few weeks ago

@12944qwerty 12944qwerty added this to the v4.8.0 milestone Oct 24, 2023
@FedeIlLeone FedeIlLeone removed this from the v4.8.0 milestone Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addon development Relates to developing addons, eg APIs or scripts enhancement New feature or request semver: minor Requires a minor semver version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants