Skip to content

Commit 96ab6d8

Browse files
committed
showkw: use color 90 instead of 30
More terminals are showing it as gray, instead of 30, which some where showing as black fg over black bg. Requested by: Ulrich Müller <ulm@gentoo.org> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 27dd5ec commit 96ab6d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pkgdev/scripts/pkgdev_showkw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def _validate_args(parser, namespace):
153153
'~': '\u001b[33m',
154154
'-': '\u001b[31m',
155155
'*': '\u001b[31m',
156-
'o': '\u001b[30;1m',
156+
'o': '\u001b[90;1m',
157157
'reset': '\u001b[0m',
158158
}
159159
else:

0 commit comments

Comments
 (0)