Use AccentBlue: 'blue' in ANSI theme instead of hard-coded #0000FF (#3100)

Co-authored-by: Riccardo Carlesso <palladiusbonton@gmail.com>
This commit is contained in:
Fausto Núñez Alberro 2025-07-03 16:32:47 +02:00 committed by GitHub
parent a68f28e5cc
commit dcb9381138
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ const ansiColors: ColorsTheme = {
Background: 'black',
Foreground: 'white',
LightBlue: 'bluebright',
AccentBlue: '#0000FF',
AccentBlue: 'blue',
AccentPurple: 'magenta',
AccentCyan: 'cyan',
AccentGreen: 'green',