#Warp forces Dark Text
2 messages · Page 1 of 1 (latest)
Based on the knowledge sources provided, it appears that Warp has a feature to enforce minimum contrast for text, which can affect how colors are rendered. This behavior is likely the reason for the difference you're seeing between Zed's Terminal and Warp.
Warp has a setting called "Enforce minimum contrast" that can be configured to adjust how colors are displayed. This setting is designed to ensure text remains readable against different background colors. However, it can sometimes lead to unexpected color rendering, especially when compared to other terminals that don't have this feature.
To address this issue, you can try adjusting the "Enforce minimum contrast" setting in Warp. Here's how you can do it:
- Go to Warp's Settings
- Navigate to the Appearance section
- Look for the "Enforce minimum contrast" option
- Try changing this setting to "Never" or "Only for named colors"
Warp Changelog mentions an improvement related to this:
"Warp now renders terminal text ANSI colors as specified by the theme without any dimming"
This update might help with your issue, ensuring that colors are rendered more accurately.
If adjusting this setting doesn't resolve the issue, you might want to consider creating a custom theme that specifies the exact colors you want to use. You can do this by creating a .yaml file with your preferred color settings and placing it in the ~/.warp/themes/ directory.