Skip to content

fix!: Unify default for compiling vs serving themes#68

Draft
kdmccormick wants to merge 1 commit into
mainfrom
kdmccormick/paragon-enabled-themes
Draft

fix!: Unify default for compiling vs serving themes#68
kdmccormick wants to merge 1 commit into
mainfrom
kdmccormick/paragon-enabled-themes

Conversation

@kdmccormick
Copy link
Copy Markdown
Member

Background

Context: #67 (comment)

I haven't tested this yet. Honestly I haven't thought hard about whether it's the right fix or not. Just wanted to open this to start the discussion and keep track of the discrepancy.

Description

Before, the effective defaults were:

  • Compile nothing ([])
  • Serve just the light theme (['light'])

which made the PARAGON_ENABLED_THEMES setting somewhat confusing.

This changes the default to ['light'] for both.

BREAKING CHANGE: Running tutor paragon-build-tokens with default settings will now compile the light theme. Before, it would compile nothing. As before, tutor-contrib-paragon still serves just the light theme by default.

AI use

None

Before, the effectively defaults were:

* Compile nothing (`[]`)
* Serve just the light theme (`['light']`)

which made the `PARAGON_ENABLED_THEMES` setting somewhat confusing.

This changes the default to `['light']` for both.

BREAKING CHANGE: Running `tutor paragon-build-tokens` with default settings
will now compile the light theme. Before, it would compile nothing.
As before, tutor-contrib-paragon still serves just the light theme by
default.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant