Use 'gray' instead of 'dim' ANSI color (github doesn't seem to support 'dim')

This commit is contained in:
Joe Rickerby
2022-11-26 20:12:22 +00:00
parent 8d05681491
commit 76e56f08f2
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -681,7 +681,7 @@ class Options:
c = log.colors
result = ""
result += c.faint if not has_been_set else ""
result += c.gray if not has_been_set else ""
result += f"{option_name}: "
if overrides_value_strs: