2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python2,383 forks (2,383 forks)batch import
enhancementgood first issue
Repository metrics
- Stars
- 23,585 stars (23,585 stars)
- PR merge metrics
- Avg merge 61d 7h (Avg merge 61d 7h)2 merged PRs in 30d (2 merged PRs in 30d)
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