Skip to content

Commit 1e4ea8c

Browse files
committed
fix: incorrect color name
Signed-off-by: Snehil Shah <snehilshah.989@gmail.com>
1 parent 3c19a6b commit 1e4ea8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/repl/lib/themes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var THEMES = {
3737
// Literals:
3838
'string': 'brightYellow',
3939
'number': 'brightGreen',
40-
'literal': 'brightblue',
40+
'literal': 'brightBlue',
4141
'regexp': 'red',
4242

4343
// Identifiers:

0 commit comments

Comments
 (0)