diff --git a/packages/cli/src/ui/themes/theme.ts b/packages/cli/src/ui/themes/theme.ts index 70d6fd51..76f692c6 100644 --- a/packages/cli/src/ui/themes/theme.ts +++ b/packages/cli/src/ui/themes/theme.ts @@ -54,11 +54,11 @@ export const ansiTheme: ColorsTheme = { Background: 'black', Foreground: 'white', LightBlue: 'blue', - AccentBlue: 'bluebright', - AccentPurple: 'magentabright', - AccentCyan: 'cyanbright', - AccentGreen: 'greenbright', - AccentYellow: 'yellowbright', + AccentBlue: 'blue', + AccentPurple: 'magenta', + AccentCyan: 'cynan', + AccentGreen: 'green', + AccentYellow: 'yellow', AccentRed: 'red', SubtleComment: 'gray', Gray: 'gray',