diff --git a/aider/io.py b/aider/io.py index b07db0014..3b20810e1 100644 --- a/aider/io.py +++ b/aider/io.py @@ -131,7 +131,7 @@ class InputOutput: multiline_input = False if self.user_input_color: - style = Style.from_dict({"": self.user_input_color, "pygments.literal.string": "underline"}) + style = Style.from_dict({"": self.user_input_color, "pygments.literal.string": f"underline {self.user_input_color}"}) else: style = None