mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 06:51:16 +08:00
fix(tui): dim learning note color
Use the active theme dim color for learning notes so they stay subtle on dark skins instead of inheriting the bright cornsilk text color.
This commit is contained in:
@@ -97,7 +97,7 @@ export const MessageLine = memo(function MessageLine({
|
||||
if (msg.kind === 'learning') {
|
||||
return (
|
||||
<Box marginLeft={3} marginTop={1}>
|
||||
<Text color={t.color.cornsilk} dimColor italic>
|
||||
<Text color={t.color.dim} italic>
|
||||
{msg.text}
|
||||
</Text>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user