From d7f9827db20507be6a0ec68c01846d6e91a97237 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 28 Jun 2026 03:00:55 -0400 Subject: fix(theme-studio): darken the EAT diff line backgrounds The added and removed line backgrounds in Claude Code diffs read too bright. I added eat-term-color-22 (added green) and eat-term-color-52 (removed red) to the WIP theme at about half their former brightness: #005F00 to #002f00, #5F0000 to #2f0000. EAT uses each face's foreground as the palette value for both text and background paint, so darkening the foreground darkens the diff background. The green index is confirmed. The red is the symmetric counterpart. The brighter within-line word-highlight shades are different indices, left until I sample them live. --- scripts/theme-studio/WIP.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts') diff --git a/scripts/theme-studio/WIP.json b/scripts/theme-studio/WIP.json index 1756683ef..f30294dbc 100644 --- a/scripts/theme-studio/WIP.json +++ b/scripts/theme-studio/WIP.json @@ -3564,6 +3564,18 @@ "inherit": null, "source": "user" }, + "eat-term-color-22": { + "fg": "#002f00", + "bg": null, + "inherit": null, + "source": "user" + }, + "eat-term-color-52": { + "fg": "#2f0000", + "bg": null, + "inherit": null, + "source": "user" + }, "eat-term-color-bright-black": { "fg": "#8e919a", "bg": null, -- cgit v1.2.3