Skip to content

Update black color value in surge.toml - #529

Merged
SuperCoolPencil merged 1 commit into
SurgeDM:mainfrom
httpsrichard:patch-2
Jul 6, 2026
Merged

Update black color value in surge.toml#529
SuperCoolPencil merged 1 commit into
SurgeDM:mainfrom
httpsrichard:patch-2

Conversation

@httpsrichard

@httpsrichard httpsrichard commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Darkened black color in [colors.light.normal] by 5% for better contrast and visibility.

  • Old value: #d0d0d0
  • New value: #c6c6c6

Before:
before

After:
after

Greptile Summary

This PR darkens the black color value in the [colors.light.normal] section of themes/surge.toml from #d0d0d0 to #c6c6c6, reducing lightness by approximately 5% to improve contrast and readability in the light theme.

  • Single-line config change in themes/surge.toml — no logic or behavioral impact beyond the visual color adjustment.

Confidence Score: 5/5

Safe to merge — the change is a single color value tweak in a theme config file with no downstream logic impact.

The change is limited to one hex color value in a TOML theme file. It cannot introduce regressions in logic, performance, or security — the only effect is the visual appearance of the black terminal color in the light theme.

No files require special attention.

Important Files Changed

Filename Overview
themes/surge.toml Single color value update: black in [colors.light.normal] changed from #d0d0d0 to #c6c6c6 for improved contrast in the light theme.

Reviews (1): Last reviewed commit: "Update black color value in surge.toml" | Re-trigger Greptile

Darkened black color in [colors.light.normal] by 5% for better contrast and visibility
@SuperCoolPencil
SuperCoolPencil merged commit ed63eae 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