mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
fix: change default values for completion menu arguments to None in InputOutput.__init__ method
This commit is contained in:
parent
3ff5f280bb
commit
1a75b79c81
1 changed files with 4 additions and 4 deletions
|
@ -181,10 +181,10 @@ class InputOutput:
|
|||
tool_error_color="red",
|
||||
tool_warning_color="#FFA500",
|
||||
assistant_output_color="blue",
|
||||
completion_menu_color="default",
|
||||
completion_menu_bg_color="default",
|
||||
completion_menu_current_color="default",
|
||||
completion_menu_current_bg_color="default",
|
||||
completion_menu_color=None,
|
||||
completion_menu_bg_color=None,
|
||||
completion_menu_current_color=None,
|
||||
completion_menu_current_bg_color=None,
|
||||
code_theme="default",
|
||||
encoding="utf-8",
|
||||
dry_run=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue