[PR #19246] Add Mica Alt support to Microsoft Terminal (#17650) #31766

Open
opened 2026-01-31 09:49:24 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/19246

State: open
Merged: No


This pull request adds support for the Mica Alt theme in Windows Terminal as requested in #17650.

  • The useMica setting now accepts both boolean (true/false) and string enums ("mica", "micaAlt", "none"), following the pattern of bellStyle.
  • C++ logic and settings parsing are updated to allow both the existing and new values.
  • Associated schema, interface, and test changes are included for compatibility.

Fixes #17650

Thank you for your time and review.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/19246 **State:** open **Merged:** No --- This pull request adds support for the Mica Alt theme in Windows Terminal as requested in #17650. - The `useMica` setting now accepts both boolean (`true`/`false`) and string enums (`"mica"`, `"micaAlt"`, `"none"`), following the pattern of `bellStyle`. - C++ logic and settings parsing are updated to allow both the existing and new values. - Associated schema, interface, and test changes are included for compatibility. Fixes #17650 Thank you for your time and review.
claunia added the pull-request label 2026-01-31 09:49:24 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#31766