diff --git a/aider/io.py b/aider/io.py index fc4f32ad5..b07db0014 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}) + style = Style.from_dict({"": self.user_input_color, "pygments.literal.string": "underline"}) else: style = None