mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
fix: update style dictionary and simplify style retrieval in get_input method
This commit is contained in:
parent
725b5f7063
commit
d3908ca971
1 changed files with 2 additions and 1 deletions
|
@ -263,7 +263,8 @@ class InputOutput:
|
|||
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}"
|
||||
f"bg:{self.completion_menu_current_bg_color} "
|
||||
f"{self.completion_menu_current_color}"
|
||||
),
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue