2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python2,386 forks (2,386 forks)batch import
enhancementgood first issue
Repository metrics
- Stars
- 23,718 stars (23,718 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
is only underline in white color , is there any way to change the color like the example ? like green or red or yello ? how to change ?
Contributor guide
- Research direction
- Examine the implementation of the highlight words flag in the codebase, likely in the argument parsing and rendering modules. Determine where the color or style is set for the highlighted words, and implement a new option (e.g., highlight color) that accepts color values like red, green, yellow. Update both the CLI arguments and the text output to apply the chosen color. Additionally, update the documentation to reflect the new option.
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- PythonGit