Change black color value in light theme - #528
Merged
Merged
Conversation
Repalced `#e6e9ef` (Mantle) with `#ccd0da` (Surface 0) . Fixes invisible text.
SuperCoolPencil
approved these changes
Jul 6, 2026
Member
|
Thank you so much @httpsrichard :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Repalced

#e6e9ef(Mantle) with#ccd0da(Surface 0) . Fixes invisible text.Before:
After:

Greptile Summary
This PR fixes invisible text in the Catppuccin Latte (light) theme by replacing the
blackcolor in[colors.light.normal]with a more contrasting value. The previous Mantle color (#e6e9ef) was too close in luminosity to the Base background (#eff1f5), making any text rendered with ANSI color 0 nearly invisible.[colors.light.normal] blackfrom#e6e9ef(Mantle) to#ccd0da(Surface 0), a legitimate step darker in the Catppuccin Latte palette, restoring legible contrast.themes/catppuccin.tomlwith no side effects on the dark (Frappe) theme or the bright-color section of the light theme.Confidence Score: 5/5
Safe to merge — this is a one-value color correction in a theme file with no logic or runtime impact.
The change is a straightforward swap of one hex color for a slightly darker one from the same palette. The before/after screenshots in the PR description confirm the fix works as intended, and the value #ccd0da (Surface 0) is the canonical Catppuccin Latte color appropriate for this slot.
No files require special attention.
Important Files Changed
Reviews (1): Last reviewed commit: "Change black color value in light theme" | Re-trigger Greptile