mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
style: completion menu colorization (additional location)
This commit is contained in:
parent
a91d3fed01
commit
ef75ba9495
1 changed files with 5 additions and 1 deletions
|
@ -471,7 +471,11 @@ class InputOutput:
|
|||
self.tool_output(subject, bold=True)
|
||||
|
||||
if self.pretty and self.user_input_color:
|
||||
style = {"": self.user_input_color}
|
||||
style = {
|
||||
"": self.user_input_color,
|
||||
"completion-menu": f"bg:{self.completion_menu_bg_color} {self.completion_menu_color}",
|
||||
"completion-menu.completion.current": f"bg:{self.completion_menu_current_bg_color} {self.completion_menu_current_color}",
|
||||
}
|
||||
else:
|
||||
style = dict()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue