'Rendering strange in vscode terminal with oh my posh v3
Solution 1:[1]
Solution
- Open VS Code Settings via Ctrl+,
 - Search for the item "Terminal > Integrated: Minimum Contrast Ratio"
 - Set the value to 1
 
Explanation
VS Code v1.41 introduced the minimum contrast ratio feature where it dynamically changes the foreground of terminal text to meet a specified contrast ratio. However, in the latest update (v1.66), they changed to the default value to 4.5.
(Source: GitHub issue #146406)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source | 
|---|---|
| Solution 1 | 



