diff --git a/src/cli/components/AdvancedDiffRenderer.tsx b/src/cli/components/AdvancedDiffRenderer.tsx index 3040535..f4c7899 100644 --- a/src/cli/components/AdvancedDiffRenderer.tsx +++ b/src/cli/components/AdvancedDiffRenderer.tsx @@ -158,6 +158,7 @@ function Line({ return ( {p.value} @@ -181,6 +182,7 @@ function Line({ return ( {p.value} diff --git a/src/cli/components/colors.ts b/src/cli/components/colors.ts index 509e028..6923477 100644 --- a/src/cli/components/colors.ts +++ b/src/cli/components/colors.ts @@ -145,7 +145,7 @@ export const colors = { removedWordBg: "#7a2d2d", contextLineBg: undefined, textOnDark: "white", - textOnHighlight: "black", + textOnHighlight: "white", symbolAdd: "green", symbolRemove: "red", symbolContext: undefined,