Skip to content

Change black color value in light theme - #528

Merged
SuperCoolPencil merged 1 commit into
SurgeDM:mainfrom
httpsrichard:main
Jul 6, 2026
Merged

Change black color value in light theme#528
SuperCoolPencil merged 1 commit into
SurgeDM:mainfrom
httpsrichard:main

Conversation

@httpsrichard

@httpsrichard httpsrichard commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

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

After:
after

Greptile Summary

This PR fixes invisible text in the Catppuccin Latte (light) theme by replacing the black color 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.

  • Fix: Changes [colors.light.normal] black from #e6e9ef (Mantle) to #ccd0da (Surface 0), a legitimate step darker in the Catppuccin Latte palette, restoring legible contrast.
  • Scope: Change is confined to one value in themes/catppuccin.toml with 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

Filename Overview
themes/catppuccin.toml Single color value change: replaces the nearly-invisible Mantle (#e6e9ef) with Surface 0 (#ccd0da) for the light theme's normal black, improving contrast against the Base background (#eff1f5).

Reviews (1): Last reviewed commit: "Change black color value in light theme" | Re-trigger Greptile

Repalced `#e6e9ef` (Mantle) with `#ccd0da` (Surface 0) . Fixes invisible text.
@SuperCoolPencil

Copy link
Copy Markdown
Member

Thank you so much @httpsrichard :)

@SuperCoolPencil
SuperCoolPencil merged commit 3353d43 into SurgeDM:main Jul 6, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants