diff options
| author | Jacob Richman <[email protected]> | 2025-04-24 14:19:35 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-24 14:19:35 -0700 |
| commit | 4dc98b3c7e8bf7e4202e95dbcbfae124ad0654e1 (patch) | |
| tree | 58056dfe9444acad9f482d8d02b0885f1ee45b9f /packages/cli/src | |
| parent | deb11efa894131f656ad6bc97336967d44d5e673 (diff) | |
Switch Ansi theme to use regular colors to improve readability. (#154)
Diffstat (limited to 'packages/cli/src')
| -rw-r--r-- | packages/cli/src/ui/themes/theme.ts | 10 |
1 files changed, 5 insertions, 5 deletions
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', |
