use underline instead of bold for the highlight

This commit is contained in:
Todd Gamblin
2023-11-23 12:27:13 -08:00
parent 0d010fe24f
commit 7894a6077d

View File

@@ -133,7 +133,7 @@
ARCHITECTURE_COLOR = "@m" #: color for highlighting architectures
VARIANT_COLOR = "@B" #: color for highlighting variants
HASH_COLOR = "@K" #: color for highlighting package hashes
NONDEFAULT_COLOR = "@*R" #: color for highlighting non-defaults in spec output
NONDEFAULT_COLOR = "@_R" #: color for highlighting non-defaults in spec output
#: Default format for Spec.format(). This format can be round-tripped, so that:
#: Spec(Spec("string").format()) == Spec("string)"