Is mica dead? #20600

Closed
opened 2026-01-31 07:18:47 +00:00 by claunia · 3 comments
Owner

Originally created by @237dmitry on GitHub (Sep 30, 2023).

Windows Terminal version

1.19.2682.0

Windows build number

10.0.22621

Other Software

No response

Steps to reproduce

Windows Terminal does not start with mica theme:

  "theme": "mica",
  "themes": [
    {
      "name": "mica",
      "tabRow": {
        "background": "#00000000",
        "unfocusedBackground": null
      },
      "window": {
        "applicationTheme": "system",
        "useMica": true
      }
    }
  ],

Expected Behavior

Correct working

Actual Behavior

WT does not start at all. Is this theme no longer available?

Originally created by @237dmitry on GitHub (Sep 30, 2023). ### Windows Terminal version 1.19.2682.0 ### Windows build number 10.0.22621 ### Other Software _No response_ ### Steps to reproduce Windows Terminal does not start with `mica` theme: ``` "theme": "mica", "themes": [ { "name": "mica", "tabRow": { "background": "#00000000", "unfocusedBackground": null }, "window": { "applicationTheme": "system", "useMica": true } } ], ``` ### Expected Behavior Correct working ### Actual Behavior WT does not start at all. Is this theme no longer available?
claunia added the Issue-BugResolution-Duplicate labels 2026-01-31 07:18:47 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Sep 30, 2023):

yikes, this was #16046. We'll service this early next week. As a workaround, add a tab theme object:

  "theme": "mica",
  "themes": [
    {
      "name": "mica",
      "tabRow": {
        "background": "#00000000",
        "unfocusedBackground": null
      },
      "tab": {},
      "window": {
        "applicationTheme": "system",
        "useMica": true
      }
    }
  ],

/dup #16046

@zadjii-msft commented on GitHub (Sep 30, 2023): yikes, this was #16046. We'll service this early next week. As a workaround, add a `tab` theme object: ```json "theme": "mica", "themes": [ { "name": "mica", "tabRow": { "background": "#00000000", "unfocusedBackground": null }, "tab": {}, "window": { "applicationTheme": "system", "useMica": true } } ], ``` /dup #16046
Author
Owner

@microsoft-github-policy-service[bot] commented on GitHub (Sep 30, 2023):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@microsoft-github-policy-service[bot] commented on GitHub (Sep 30, 2023): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! <!-- Policy app identification https://img.shields.io/static/v1?label=PullRequestIssueManagement. -->
Author
Owner

@237dmitry commented on GitHub (Sep 30, 2023):

Thank you!

@237dmitry commented on GitHub (Sep 30, 2023): Thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#20600