What issue are you seeing?

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:
- Starting Windows Terminal with the light One Half Light scheme.
- Running color F0 before CodexT starts. This sets black text on a white console background, allowing CodexT to detect light mode correctly.
- Setting CodexT’s syntax theme to catppuccin-latte.
What issue are you seeing?
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: