fix: improve diff text visibility on wrapped lines (#400)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2025-12-26 18:02:29 -08:00
committed by GitHub
parent 63388074a7
commit 931bc8ad1e
2 changed files with 3 additions and 1 deletions

View File

@@ -145,7 +145,7 @@ export const colors = {
removedWordBg: "#7a2d2d",
contextLineBg: undefined,
textOnDark: "white",
textOnHighlight: "black",
textOnHighlight: "white",
symbolAdd: "green",
symbolRemove: "red",
symbolContext: undefined,