Use more neutral colors for input selection.

This commit is contained in:
Cossid
2024-04-23 18:00:07 -05:00
parent 0727b81628
commit 261930dee3

View File

@@ -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