Skip to content

Change default theme from PolyPilotDark to System#150

Merged
kubaflo merged 1 commit intomainfrom
default-system-theme
Feb 20, 2026
Merged

Change default theme from PolyPilotDark to System#150
kubaflo merged 1 commit intomainfrom
default-system-theme

Conversation

@jfversluis
Copy link
Collaborator

Summary

The app defaulted to the dark theme (UiTheme.PolyPilotDark) regardless of the OS preference. This changes the default to UiTheme.System so the app follows the OS light/dark setting out of the box.

Changes

  • ConnectionSettings.cs — Default Theme property changed from UiTheme.PolyPilotDark to UiTheme.System
  • CopilotService.cs — Default Theme property changed from UiTheme.PolyPilotDark to UiTheme.System

No CSS changes needed — the [data-theme="system"] selector with @media (prefers-color-scheme: light) rules already exists in app.css.

Users who previously saved settings will keep their chosen theme; only new installs (or fresh settings) are affected.

The app defaulted to the dark theme regardless of OS preference.
Change the default UiTheme from PolyPilotDark to System so the app
follows the OS light/dark setting out of the box. The CSS already
handles the system theme via prefers-color-scheme media queries.
@jfversluis
Copy link
Collaborator Author

Starting with the important stuff...

@kubaflo kubaflo merged commit 3af685e into main Feb 20, 2026
6 checks passed
@PureWeen PureWeen deleted the default-system-theme branch February 22, 2026 00:18
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.

2 participants