diff options
| author | Fausto Núñez Alberro <[email protected]> | 2025-07-03 16:32:47 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-03 14:32:47 +0000 |
| commit | dcb9381138d92e17a6aff70e8a5fa58398a06e17 (patch) | |
| tree | 8407198688b9a11a2e29d5c2d6e9a79aee62d9ed /packages/cli/src | |
| parent | a68f28e5cc895ff6ffa3a1a74910ad5bf8437205 (diff) | |
Use AccentBlue: 'blue' in ANSI theme instead of hard-coded #0000FF (#3100)
Co-authored-by: Riccardo Carlesso <[email protected]>
Diffstat (limited to 'packages/cli/src')
| -rw-r--r-- | packages/cli/src/ui/themes/ansi.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/themes/ansi.ts b/packages/cli/src/ui/themes/ansi.ts index fa8196d0..4ef69454 100644 --- a/packages/cli/src/ui/themes/ansi.ts +++ b/packages/cli/src/ui/themes/ansi.ts @@ -11,7 +11,7 @@ const ansiColors: ColorsTheme = { Background: 'black', Foreground: 'white', LightBlue: 'bluebright', - AccentBlue: '#0000FF', + AccentBlue: 'blue', AccentPurple: 'magenta', AccentCyan: 'cyan', AccentGreen: 'green', |
