mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
Color enhancements (#680)
This commit is contained in:
@@ -260,7 +260,7 @@ const renderDiffContent = (
|
||||
|
||||
acc.push(
|
||||
<Box key={lineKey} flexDirection="row">
|
||||
<Text color={Colors.Foreground}>{gutterNumStr.padEnd(4)} </Text>
|
||||
<Text color={Colors.SubtleComment}>{gutterNumStr.padEnd(4)} </Text>
|
||||
<Text color={color} dimColor={dim}>
|
||||
{prefixSymbol}{' '}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user