diff --git a/src/cli/components/colors.ts b/src/cli/components/colors.ts index 29a78db..9ff1138 100644 --- a/src/cli/components/colors.ts +++ b/src/cli/components/colors.ts @@ -68,19 +68,19 @@ export const colors = { header: brandColors.primaryAccent, }, - // Code and markdown elements + // Code and markdown elements (use terminal theme colors) code: { - inline: brandColors.statusSuccess, + inline: "green", }, link: { - text: brandColors.primaryAccent, - url: brandColors.primaryAccent, + text: "cyan", + url: "blue", }, heading: { - primary: brandColors.primaryAccent, - secondary: brandColors.blue, + primary: "cyan", + secondary: "blue", }, // Status indicators