Skip to content

Change default palette to Modern Premium#2

Merged
evcatalyst merged 2 commits intomainfrom
copilot/change-default-color-scheme
Mar 21, 2026
Merged

Change default palette to Modern Premium#2
evcatalyst merged 2 commits intomainfrom
copilot/change-default-color-scheme

Conversation

Copy link
Contributor

Copilot AI commented Mar 21, 2026

The default color palette was scholarly; change it to modernPremium across both the runtime defaults and the shared schema.

Changes

  • pwa/src/types/settings.tsDEFAULT_SETTINGS.palette: 'scholarly''modernPremium'
  • packages/shared-schema/AppSettings.schema.jsondefaultPerspective.default: "scholarly""modernPremium"
Original prompt

Can you change the default color scheme to be modern premium instead of scholarly. Thanks.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Change default color scheme to modern premium Change default palette to Modern Premium Mar 21, 2026
Copilot AI requested a review from evcatalyst March 21, 2026 14:34
@evcatalyst evcatalyst marked this pull request as ready for review March 21, 2026 15:43
Copilot AI review requested due to automatic review settings March 21, 2026 15:43
@evcatalyst evcatalyst merged commit 41d7c33 into main Mar 21, 2026
6 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the app’s default UI palette from scholarly to modernPremium, aligning the PWA runtime defaults with the shared settings schema.

Changes:

  • Change DEFAULT_SETTINGS.palette default to modernPremium in the PWA.
  • Change the shared schema’s default palette value to modernPremium.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
pwa/src/types/settings.ts Updates the PWA runtime default palette to modernPremium.
packages/shared-schema/AppSettings.schema.json Updates the schema default for the palette-related setting to modernPremium.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"enum": ["scholarly", "modernPremium", "consumerFriendly"],
"default": "scholarly",
"default": "modernPremium",
"description": "Default color palette"
Copy link

Copilot AI Mar 21, 2026

Choose a reason for hiding this comment

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

In this schema, the property name defaultPerspective appears to represent the UI color palette (per the description). Consider renaming the schema property to something palette-related (e.g., palette/defaultPalette) or adjust the description to explicitly explain why it's called “perspective”, to avoid confusion for schema consumers.

Suggested change
"description": "Default color palette"
"description": "Default visual perspective (UI color palette/theme)"

Copilot uses AI. Check for mistakes.
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.

3 participants