diff --git a/src/get_input.py b/src/get_input.py index 95b05a5..a5a1c2d 100644 --- a/src/get_input.py +++ b/src/get_input.py @@ -45,7 +45,7 @@ def ask_options(text, options): message=text, choices=options, ) - ] + ], theme=inquirer.themes.load_theme_from_dict({ "List": { "selection_color": "underline", "selection_cursor": "►" } }) ) if res is None: # Ctrl+C