mirror of
https://github.com/tuya-cloudcutter/tuya-cloudcutter.git
synced 2026-02-19 21:51:18 +01:00
Use more neutral colors for input selection.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user