fix: replace low-contrast blue with primaryAccent color (#394)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2025-12-25 19:12:30 -08:00
committed by GitHub
parent 4db6c6f93c
commit 184836e523
2 changed files with 5 additions and 4 deletions

View File

@@ -57,6 +57,7 @@ import { ApprovalDialog } from "./components/ApprovalDialogRich";
import { AssistantMessage } from "./components/AssistantMessageRich";
import { BashCommandMessage } from "./components/BashCommandMessage";
import { CommandMessage } from "./components/CommandMessage";
import { colors } from "./components/colors";
import { EnterPlanModeDialog } from "./components/EnterPlanModeDialog";
import { ErrorMessage } from "./components/ErrorMessageRich";
import { FeedbackDialog } from "./components/FeedbackDialog";
@@ -5082,7 +5083,7 @@ Plan file path: ${planFilePath}`;
})}
</Text>
<Text dimColor>Resume this agent with:</Text>
<Text color="blue">letta --agent {agentId}</Text>
<Text color={colors.link.url}>letta --agent {agentId}</Text>
</Box>
)}

View File

@@ -75,12 +75,12 @@ export const colors = {
link: {
text: "cyan",
url: "blue",
url: brandColors.primaryAccent,
},
heading: {
primary: "cyan",
secondary: "blue",
secondary: brandColors.primaryAccent,
},
// Status indicators
@@ -134,7 +134,7 @@ export const colors = {
// Info/modal views
info: {
border: brandColors.primaryAccent,
prompt: "blue",
prompt: brandColors.primaryAccent,
},
// Diff rendering