prompt-toolkit / prompt-toolkit/python-prompt-toolkit
Don't exists true_color option in ListPrompt
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 10.6k
- Forks
- 815
- PR merge metrics
- No merged PRs in 30d
Description
I think it would be good to implement ColorDepth in ListPrompt because even if I pass it my tool's own style dictionary, it does not interpret the colours faithfully.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating ListPrompt and the ColorDepth-related handling in the Python codebase. Trace how a tool's style dictionary is passed into ListPrompt and determine how faithful colour interpretation is currently verified. Done means ListPrompt supports ColorDepth and preserves the intended colours from a custom style dictionary.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100