Skip to content

The latest update seems to have messed up the coloring in windows terminal #18

Description

@attikov

What issue are you seeing?

Image

CodexT 0.149.0 has a contrast problem with light themes in Windows Terminal. Resume-list rows and the prompt input can render dark text on dark backgrounds

Selecting a light Windows Terminal color scheme alone does not fix it. Running color F0 before starting CodexT corrects the color detection.

This may indicate that CodexT reads legacy console attributes that do not initially match Windows Terminal’s visible color scheme.

current workaround:

  1. Starting Windows Terminal with the light One Half Light scheme.
  2. Running color F0 before CodexT starts. This sets black text on a white console background, allowing CodexT to detect light mode correctly.
  3. Setting CodexT’s syntax theme to catppuccin-latte.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingupstream issueThis doesn't seem right

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions